-
Member
You need to place the API code in the config file
-
Member
for those having trouble with their Run.bat this is what it should look like.
PYTHON INSTALL LOCATION SHOULD BE ON YOUR C:\PYTHON IF NOT THIS WONT WORK.
start cmd /k "C:\Python27\python.exe" -m SimpleHTTPServer 8000
"C:\Program Files (x86)\Google\Chrome\Application\Chrome.exe" 127.0.0.1:8000/index.html --args --disable-web-security --allow-file-access-from-files
"C:\Python27\python.exe" main.py -u USERNAMEHERE -p PASSWORDHERE -l "STREETNAME HERE,SUBURB HERE,COUNTRY HERE"
just change what is in capitals to your information and run.
-
Member
Worked yesterday, now im getting :
[-] Error getting API endpoint (server may be down), retrying
I used the API from the Frontpage.
Did i do something wrong ?
-
Member
Everything is working up to this point, can anyone help me?
Code:
[+] Received API endpoint: https://pgorelease.nianticlabs.com/plfe/143/rpc
[+] Login successful
Traceback (most recent call last):
File "main.py", line 404, in <module>
main()
File "main.py", line 384, in main
profile.ParseFromString(payload)
File "c:\Python27\lib\site-packages\google\protobuf\message.py", line 186, in
ParseFromString
self.MergeFromString(serialized)
File "c:\Python27\lib\site-packages\google\protobuf\internal\python_message.py
", line 841, in MergeFromString
if self._InternalParse(serialized, 0, length) != length:
File "c:\Python27\lib\site-packages\google\protobuf\internal\python_message.py
", line 874, in InternalParse
pos = field_decoder(buffer, new_pos, end, self, field_dict)
File "c:\Python27\lib\site-packages\google\protobuf\internal\decoder.py", line
654, in DecodeField
if value._InternalParse(buffer, pos, new_pos) != new_pos:
File "c:\Python27\lib\site-packages\google\protobuf\internal\python_message.py
", line 874, in InternalParse
pos = field_decoder(buffer, new_pos, end, self, field_dict)
File "c:\Python27\lib\site-packages\google\protobuf\internal\decoder.py", line
520, in DecodeField
field_dict[key] = _ConvertToUnicode(buffer[pos:new_pos])
File "c:\Python27\lib\site-packages\google\protobuf\internal\decoder.py", line
487, in _ConvertToUnicode
return local_unicode(byte_str, 'utf-8')
UnicodeDecodeError: 'utf8' codec can't decode byte 0xbc in position 1: 'utf8' co
dec can't decode byte 0xbc in position 1: invalid start byte in field: ResponseE
nvelop.Profile.unknown11
-
Member
Not working for me any more
-
Master Sergeant
Originally Posted by
xPoPnFrEsHx
Okay, I am trying to follow this guide and step 3 is slightly confusing for reasons.
Step 3 states rename run.sh to run.bat... there is already a run.bat. Do I rename or delete the old run.bat and use the .sh one? The Run.bat that is there already seems to have some of the right code in it.
Thanks for some clarification!
Just edit the run.bat that is already in the file and continue with the steps.
-
Contributor
There has been an update to the program.
Change logish thing (Commit history)
https://github.com/memelyfe/pokemong...o/commits/maps
-
Post Thanks / Like - 1 Thanks
Pokemonster (1 members gave Thanks to deadmarine for this useful post)
-
Active Member
god damn it, not its not drawing on the map for me for some reason no matter what i do...
-
Member
Is need open two CMD for run it this game?
And also im try set multiples location on same server, but stuck refresh everysecond found a pokemon.
-
Contributor
Originally Posted by
grampadog
Everything is working up to this point, can anyone help me?
Code:
[+] Received API endpoint: https://pgorelease.nianticlabs.com/plfe/143/rpc
[+] Login successful
Traceback (most recent call last):
File "main.py", line 404, in <module>
main()
File "main.py", line 384, in main
profile.ParseFromString(payload)
File "c:\Python27\lib\site-packages\google\protobuf\message.py", line 186, in
ParseFromString
self.MergeFromString(serialized)
File "c:\Python27\lib\site-packages\google\protobuf\internal\python_message.py
", line 841, in MergeFromString
if self._InternalParse(serialized, 0, length) != length:
File "c:\Python27\lib\site-packages\google\protobuf\internal\python_message.py
", line 874, in InternalParse
pos = field_decoder(buffer, new_pos, end, self, field_dict)
File "c:\Python27\lib\site-packages\google\protobuf\internal\decoder.py", line
654, in DecodeField
if value._InternalParse(buffer, pos, new_pos) != new_pos:
File "c:\Python27\lib\site-packages\google\protobuf\internal\python_message.py
", line 874, in InternalParse
pos = field_decoder(buffer, new_pos, end, self, field_dict)
File "c:\Python27\lib\site-packages\google\protobuf\internal\decoder.py", line
520, in DecodeField
field_dict[key] = _ConvertToUnicode(buffer[pos:new_pos])
File "c:\Python27\lib\site-packages\google\protobuf\internal\decoder.py", line
487, in _ConvertToUnicode
return local_unicode(byte_str, 'utf-8')
UnicodeDecodeError: 'utf8' codec can't decode byte 0xbc in position 1: 'utf8' co
dec can't decode byte 0xbc in position 1: invalid start byte in field: ResponseE
nvelop.Profile.unknown11
does your login or name have special chars in it?
-
Contributor
Originally Posted by
Zestro
god damn it, not its not drawing on the map for me for some reason no matter what i do...
F12 devloper mode
Hold shift on refresh till menu
bottom option > clear cache and hard reload
-
Contributor
I've updated the thread to pull from my personal repo. It should have fixes in it for the cache issue and Unicode issues. Some other general stability and QoL things as well.
Download link:https://github.com/Zeromark30/pokemo...chive/maps.zip
Commit history: https://github.com/Zeromark30/pokemo...o/commits/maps
-
Active Member
OH SHIT IT WORKS I LOVE YOU
thanks marine.
-
Member
Thanks for your efforts, the tool was working yesterday but now it seems that I cant get it to work. Could someone please post his/her updated run.bat.
-
Member
Great work on the updated private rep , alot of effort put into it appreciated.Is their anyway to make the pokemon icons bigger on the map ? I have an eyesight problem and this is putting alot of stress on them ,any suggestion would be helpful. Thanks again.