Hey,
after installing combu in unity and setting up a database i logged on to the leaderboard and did what the video tutorial told me to.
But whenever i start the CombuDemo scene i get an Error message stating "Failed to get Combu server info". I do not really know what i did wrong and any help would be appreciated!
Regards Julian Kaulitzki
yes ive followed the video tutorial instructions and i guess i did not setup the GAME_DB_SERVER field properly. As i am using plesk for the database setup on a dedicated server, the GAME_DB_SERVER field is straight up the ip of it right?
Well trying to use the ip of the server resulted i the same error message...
Yes, usually it's an IP. But you missed to say what you see in the admin console page on browser, it should theoretically display a connection error.
FRANCESCO CROCETTI @ SKARED CREATIONS
where can i find the console?
well if you mean the combu admin page where i can access my leaderbords and all the other data i do not see anything regarding an error message.
I wrote in the first message and it's also in the video and documentation ( http://skaredcreations.com/api/combu/), if your server is "www.myserver.com" and you installed Combu in the folder "/combu" then it's at http://www.myserver.com/combu/admin (default admin username and password is 'admin', remember that admins and players are not in the same database table, they're different entities).
FRANCESCO CROCETTI @ SKARED CREATIONS
i am sorry but i do not see any changes on the /admin page when i start the Demo scene in unity
Admin has nothing to do with demo scene, I'm asking what are you seeing in the admin page, can you take a screenshot please? Or please send me a PM in this forum with your production URL and secret key (if you're not running locally on your machine).
FRANCESCO CROCETTI @ SKARED CREATIONS
I was struggling to get the demo working locally, after following all of the instructions (or at least trying to).
I went through the forum and I saw that a few other people had issues with the demo as well, but I never saw a solution get posted.
I don't know if this is what the other people are getting stuck on, but here's what I changed to get it to work. It's pretty simple.
The demo scene starts up with a value for URL Root Stage of http://localhost/ws/combu/, but you need to remove the "/ws" part, so you have just http://localhost/combu/. Then it will work.