maierfelix / POGOserver

Pokemon GO server emulator
GNU General Public License v3.0
460 stars 198 forks source link

Failed connection & cannot login Web Api #254

Closed qnzboi102 closed 8 years ago

qnzboi102 commented 8 years ago

I followed everything correctly in the wiki. Am i suppose to drop the whole folder or the files in it???

little help with this please i dont understand everything is up and running.

after about 3 days i finally got to work and now the web API is killing me please help me anyone.

fail api

Cronick commented 8 years ago

Have you allowed your web-api to connect to POGOserver? If it's not allowed to connect, it should tell you in the console.

qnzboi102 commented 8 years ago

i ran the command npm run api and its telling me that its at localhost:9000 but that refuses. I dont know what i did wrong i also added it to the trusted users still to no avail.

qnzboi102 commented 8 years ago

see from the screen

console

DracoMilesX commented 8 years ago

Once you run the pogoserver you get shown an ip with :3000 after it fill in that ip in your cfg for api_allowed_host

qnzboi102 commented 8 years ago

gotcha let me try that real quick so dont run npm run api correct

qnzboi102 commented 8 years ago

now i am getting the unknown request.

i dont understand y its using https:// shouldnt it be plain http:/?

qnzboi102 commented 8 years ago

i fixed the issue instead of the ip address i used localhost/(MY_FOLDER_NAME) and it worked

thanks for who help