Open OhnO395 opened 8 years ago
Delete all tables on database or set to {"0":1,"1":1,"3":1,"4":1,"7":1} in collum tutorial in users table.
how to save player
database is still empty
https://github.com/maierfelix/POGOserver/issues/192
https://github.com/maierfelix/POGOserver/issues/185
because server is crashed, Can't it save player's data?
Same issue here... only solved it with manual creating a user on sql. Creating tables new has nothing changed for me.
exsample please.
I guess you are using phpmyadmin? you just log in from your browser , go to the pogosql database and to the users table. there you can just add a new user. only important is, that you use your emailadress and {"0":1,"1":1,"3":1,"4":1,"7":1} as tutorial value.
What version do you use?
I got the same
And server is not crashed
@LordBunny - What version do you use?
0.5.9
are you using phpmyadmin to manage your database?
What is the link?
try open localhost:8080/phpmyadmin in your webbrowser
ty
And there?
take a look at the left site of it. there must be a "pogosql" database. click on it and go to users. it should be empty. now you can add a user. choose the add tab and enter the values you want.
another way is, you click on the SQL - tab and add this (CHANGE TO YOUR EMAIL - ADRESS OF YOUR ACCOUNT FIRST) INSERT INTO users VALUES (1, 'Administrator', 'youraccount@gmail.com', 20000000, 40, 10000, 1000, 1, 50, 143, 0, 0, 0, '{}', '{}', '{}', '{}', '{"0":1,"1":1,"3":1,"4":1,"7":1}');
click OK in the bottom right corner.
now you can connect with your player
edit: in both ways the value of tutorial must be '{"0":1,"1":1,"3":1,"4":1,"7":1}' and the value of email must be the email of your account.
Prove pogoserver v 0.5.9
thank you very much. ^_^
If you close the console and re open, it crash again when you login right?
Pokemon Version: 0.35.0 Nox Version: 3.7.2 Xposed Version 2.7
My Problem is no errors to login o.O
I can't skip the Terms of Service, even after using that SQL Query. They still appear...
It work for me any time. show picture
i use mobile phone to pogoserver
when i press accept, pogo server report "Unknown request: MARK_TUTORIAL_COMPLETE". how to skip or pass it.