Jump to content

taketake

Member
  • Posts

    30
  • Joined

  • Last visited

Everything posted by taketake

  1. Traceback (most recent call last): File "pokecli.py", line 39, in <module> from pokemongo_bot import logger File "/Users/j129/Desktop/POKEMON copy/PokemonGo-Bot/pokemongo_bot/__init__.py", line 13, in <module> from pgoapi import PGoApi File "/Users/j129/Desktop/POKEMON copy/PokemonGo-Bot/src/pgoapi/pgoapi/__init__.py", line 19, in <module> from pgoapi.pgoapi import PGoApi File "/Users/j129/Desktop/POKEMON copy/PokemonGo-Bot/src/pgoapi/pgoapi/pgoapi.py", line 31, in <module> import six ImportError: No module named six Please help me fixing this!
  2. Traceback (most recent call last): File "pokecli.py", line 220, in <module> main() File "pokecli.py", line 197, in main config = init_config() File "pokecli.py", line 64, in init_config load.update(json.load(data)) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 290, in load **kw) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 338, in loads return _default_decoder.decode(s) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 366, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 384, in raw_decode raise ValueError("No JSON object could be decoded") ValueError: No JSON object could be decoded This is what I get after running python pokecli.py Any ways to fix it? Thanks in advance! Edit: this is what I get if I try running your version Traceback (most recent call last): File "pokecli.py", line 38, in <module> import requests ImportError: No module named requests
  3. I'm definitely interested. I'd love to play with that account
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines