Failed to get Combu...
 
Notifications
Clear all

Failed to get Combu server info.

12 Posts
4 Users
0 Reactions
965 Views
 anhy
(@anhy)
Posts: 20
Eminent Member
Topic starter
 

If you test both the cloud server and the local server, you get the same error.

This error "Failed to get Combu server info".

For your reference, I'll talk about the cloud server address and now the development environment.

server address : this

unity version : 5.5.2

combu version : 2.1.13

 

What parts should I fix?

 
Posted : 13/03/2017 9:06 am
(@skaredcreations)
Posts: 805
Prominent Member Admin
 

I think you have uploaded the admin folder at the root of your server and not the web services? Since this URL in the browser is showing the admin console, while the root should be the folder with the web services (then the admin console should be in /admin). In fact if you enable "Log Debug Info" in the inspector of CombuManager component on Unity, you'll see in the console log that the server is returning "404 Not Found" trying to access the web service.

By the way, if you're starting a new project right now then I'd suggest you to use Combu version 3.0 that is currently in Release Candidate phase and should be released very soon in the following weeks. You'll find the link to apply to the beta in the page, but you'll have to redeem your Unity Asset Store invoice from here before apply.

FRANCESCO CROCETTI @ SKARED CREATIONS

 
Posted : 13/03/2017 10:17 am
 anhy
(@anhy)
Posts: 20
Eminent Member
Topic starter
 

new URL Test : this

I added / admin but I get the same error.

I'll attach a screenshot of the folder status I have set up on my web server now.

screenshot Link : ?dl=0

 
Posted : 13/03/2017 12:07 pm
(@skaredcreations)
Posts: 805
Prominent Member Admin
 

It works now for me, have you set "Url Root Production" to "http://combusv.azurewebsites.net/" (and disabled "Use Stage") in CombuManager?

FRANCESCO CROCETTI @ SKARED CREATIONS

 
Posted : 13/03/2017 12:11 pm
 anhy
(@anhy)
Posts: 20
Eminent Member
Topic starter
 

I did what I told you but same error.

When the log debug info is enabled It comes out to call this.

Sending:

http://combusv.azurewebsites.net/admin/server.php?action=info&sig_time=636250881820363398&sig_crc=a296d9c103c85e9ee1586c7bfeaf49211ff43a56

 

What parts need to be fixed?

 
Posted : 14/03/2017 4:42 am
(@skaredcreations)
Posts: 805
Prominent Member Admin
 

Please re-read my previous message, in Unity inspector you must remove "admin" from URL, the URL must be the root of Combu not admin.

FRANCESCO CROCETTI @ SKARED CREATIONS

 
Posted : 14/03/2017 9:27 am
 anhy
(@anhy)
Posts: 20
Eminent Member
Topic starter
 

Thank you.

After modifying URL, I confirmed that it works.

 
Posted : 14/03/2017 12:07 pm
(@hsilva)
Posts: 22
Eminent Member
 

Hi, Francesco.

I also get this message (Failed to get Combu server info) when the device is not connected to the Internet. I wish that when there was no connection, my app will operate locally (without the Combu functions). How can I prevent this error from occurring when I have detected that there is no Internet connection?

Thank you in advance!

Failed to get Combu server info
UnityEngine.Debug:LogError(Object)
Combu.CombuManager:<Start>m__0(Boolean, CombuServerInfo) (at Assets/Combu/Scripts/CombuManager.cs:312)
Combu.<GetServerInfo>c__AnonStorey1:<>m__0(String, String) (at Assets/Combu/Scripts/CombuManager.cs:605)
Combu.<DownloadUrl>c__Iterator0:MoveNext() (at Assets/Combu/Scripts/CombuManager.cs:411)
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)

 
Posted : 18/03/2017 3:36 am
(@skaredcreations)
Posts: 805
Prominent Member Admin
 

It's not a real exception/error, it's only Debug.LogError to let the developer know about it at line 312 of CombuManager.cs

FRANCESCO CROCETTI @ SKARED CREATIONS

 
Posted : 18/03/2017 10:51 am
(@hsilva)
Posts: 22
Eminent Member
 

Ah, ok! Thank you!

 
Posted : 19/03/2017 7:07 am
(@vivekchakraverty)
Posts: 15
Active Member
 

whenever I start combu i get this message.

Failed connection to Combu server
UnityEngine.Debug:LogError(Object)
Combu.<InitializeServer>c__AnonStorey1:<>m__0(String, String) (at Assets/Combu/Scripts/CombuManager.cs:657)
Combu.<DownloadUrl>c__Iterator0:MoveNext() (at Assets/Combu/Scripts/CombuManager.cs:424)
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)

It did not happen earlier.

 
Posted : 19/08/2017 12:07 pm
(@skaredcreations)
Posts: 805
Prominent Member Admin
 

This text is printed when the client could not reach your server for internet connection issues, server not responding or wrong response from server for misconfiguration or other server side issues. 

I'm away for holidays and will come back at Monday, so send to me all data by PM (URL, app Id and Secret) and I'll try to connect when I'll be back.

FRANCESCO CROCETTI @ SKARED CREATIONS

 
Posted : 19/08/2017 3:47 pm
Share: