Re: [HELP] API Issue - Untouched November I:SS
000007.328| WO_API: returned http404
000007.329| !!!! CJobGetServerList failed, code: 8
000007.338| CMSAsyncApiWorker 0 job CMSJobGetServerList 02A3AAB8 failed
000010.129| Supervisors: 1, Games:2|2
000017.589| Control-c ...
get still nearly the same error ... find no solution :(
Re: [HELP] API Issue - Untouched November I:SS
Quote:
Originally Posted by
erik1223
000007.328| WO_API: returned http404
000007.329| !!!! CJobGetServerList failed, code: 8
000007.338| CMSAsyncApiWorker 0 job CMSJobGetServerList 02A3AAB8 failed
000010.129| Supervisors: 1, Games:2|2
000017.589| Control-c ...
get still nearly the same error ... find no solution :(
thats a way diffrent error cause its http404 and its a Supervisor server/master server error so you didnt configure the IP's right its failing to get the data from API and also in that case from database cause database gets called from out the API
dubble check all ip's are set correctly firewall settings and open ports (if needed)
Re: [HELP] API Issue - Untouched November I:SS
thts my problem i replaced all old ips with my own in the sources and it still wont work :(
witch files i have to edit trough? ( i done warzserver.sln/warz.sln/rsbuild.sln/rsupdate.sln/aspnet.sln)
i cant find a way without help :(
Re: [HELP] API Issue - Untouched November I:SS
Quote:
Originally Posted by
erik1223
thts my problem i replaced all old ips with my own in the sources and it still wont work :(
witch files i have to edit trough? ( i done warzserver.sln/warz.sln/rsbuild.sln/rsupdate.sln/aspnet.sln)
i cant find a way without help :(
to what IP did you change them the http://whatismyip.com/ ip?
Re: [HELP] API Issue - Untouched November I:SS
u understand me wrong i mean witch ip´s in witch files i have to replaye in the source ? oO this is only way to get it work
btw ur website showed me a different ip adress oO
Re: [HELP] API Issue - Untouched November I:SS
Quote:
Originally Posted by
erik1223
u understand me wrong i mean witch ip´s in witch files i have to replaye in the source ? oO this is only way to get it work
in the warz_server.sln press CTRL+F search function comes up search for serverip or api_ip here you will see the ip's
repleace all these ip's with your external
(http://whatismyip.com/)
after that go to aspnet.sln also here look for the ip's AND the database with search function look for
Code:
function db_connect()
here fill in your database information
NOTE: use localhost for this EXCEPT when api is running from other network/external IP
______________________
EDIT:
for a more detailed tutorial please refer to this link
http://forum.ragezone.com/f790/relea...on-re-1036148/
Re: [HELP] API Issue - Untouched November I:SS
the first begins with 192.xx and the other with 84.xx