Jump to content

[UPDATED] (WITH NEW API) Pokemon Go Bot for Mac!


Amuyea

888 posts in this topic

Recommended Posts

  • Replies 887
  • Created
  • Last Reply
Posted

 

File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 382, in raw_decode

    raise ValueError("No JSON object could be decoded")

ValueError: No JSON object could be decoded

I keep getting this error when I try to run the bot

 

There are solution in more pages back

 

 

Hi guys, sorry to bother you. So i'm not a coder, however i managed to follow the instructions and install pretty much everything.

 

Now i get this

 

usage: pokecli.py [-h] [-cf CONFIG] -a AUTH_SERVICE [-u USERNAME]

                  [-p PASSWORD] [-l LOCATION] [-lc LOCATION_CACHE] [-m MODE]

                  [-w WALK] [-k GMAPKEY] [-ms MAX_STEPS]

                  [-it INITIAL_TRANSFER] [-d DEBUG] [-t TEST]

                  [-du DISTANCE_UNIT] [-if ITEM_FILTER] [-ev EVOLVE_ALL]

                  [-ec EVOLVE_CAPTURED]

pokecli.py: error: argument -a/--auth_service is required

 

From what i've understood, from http://jsonlint.com/ my config.json seems to be the problem?

 

I saw someone changed it with the following:

 

{

"{": {},
"\"auth_service\":“google”,": {},
"\"username\":"[email protected]”,”: {},
"\"password\”:”xxxxxx”,”: {},
"\"location\":“Zurich, Switzerland”,": {},
"\"gmapkey\":\"xxxxxx\",": {},
"\"max_steps\":5,": {},
"\"mode\":\"all\",": {},
"\"walk\":4.16,": {},
"\"debug\":false,": {},
"\"test\":false,": {},
"\"initial_transfer\":0,": {},
"\"location_cache\":true,": {},
"\"distance_unit\":\"km\",": {},
"\"item_filter\":\"101,102,103,104\",": {},
"\"evolve_all\":\"NONE\"": {},
"}": {}
}
 
what should i do?
 
thank you!

 

Try it?

 

 

Samuels-MacBook-Air:PokemonGo-Bot FlyPatch$ python pokecli.py

Traceback (most recent call last):

  File "pokecli.py", line 38, in <module>

    import requests

ImportError: No module named requests

Samuels-MacBook-Air:PokemonGo-Bot FlyPatch$ 

 

Did you install requirements.txt?

 

 

d '/Users/FlyPatch/Downloads/POKEMON copy/PokemonGo-Bot/' && '/usr/bin/python'  '/Users/FlyPatch/Downloads/POKEMON copy/PokemonGo-Bot/pokecli.py'  && echo Exit status: $? && exit 1

Samuels-MacBook-Air:~ FlyPatch$ cd '/Users/FlyPatch/Downloads/POKEMON copy/PokemonGo-Bot/' && '/usr/bin/python'  '/Users/FlyPatch/Downloads/POKEMON copy/PokemonGo-Bot/pokecli.py'  && echo Exit status: $? && exit 1

Traceback (most recent call last):

  File "/Users/FlyPatch/Downloads/POKEMON copy/PokemonGo-Bot/pokecli.py", line 39, in <module>

    from pokemongo_bot import logger

  File "/Users/FlyPatch/Downloads/POKEMON copy/PokemonGo-Bot/pokemongo_bot/__init__.py", line 10, in <module>

    import yaml

ImportError: No module named yaml

Samuels-MacBook-Air:PokemonGo-Bot FlyPatch$ 

 

There are solution in pages back

 

I readed all the comments in this post but never found an fix for this:

 

When i try to do 'sudo pip install pgoapi' i get this error:

 

The directory '/Users/Jonas/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.

The directory '/Users/Jonas/Library/Caches/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.

Collecting pgoapi

  Could not find a version that satisfies the requirement pgoapi (from versions: )

No matching distribution found for pgoapi

 

Btw i am the owner of the directory..

I think there are solution in pages back

Posted

It does not work for me anymore.. I re-downloaded bot files :wallbash: , checked every page for "Line38 ImportError: No module named requests.". But none helped.

And yes I've downloaded requirements.txt. I don't know what to do.

Can you please help me? I'm sorry if I'm pushing. I appreciate your help. 

  

 ^

  l

That was an hour ago. I got that error several times. And after i get that error, i re-down. files and try again. And it sometimes gives the same error, and sometimes bot starts and works. I don't understand why? 

And what is the solution because re-re-re-downloading is pretty boring and unreliable.  :/  

Again, i appreciate your help  (y)

Posted

No offence to you Amuyea, but this bot sucks lol, slow as hell, also it got me softbanned on both my account after using one location lol. It also took me an hour to setup, thanks for sharing though.

Posted

Hi Amuyea,

 

Thanks for the prompt reply. I tried to use the following:

 

{
"{": {},
"\"auth_service\":"google",": {},
"\"username\":"[email protected]",": {},
"\"password\":"xxxxxx",": {},
"\"location\":"Zurich, Switzerland",": {},
"\"gmapkey\":\"xxxxxx\",": {},
"\"max_steps\":5,": {},
"\"mode\":\"all\",": {},
"\"walk\":4.16,": {},
"\"debug\":false,": {},
"\"test\":false,": {},
"\"initial_transfer\":0,": {},
"\"location_cache\":true,": {},
"\"distance_unit\":\"km\",": {},
"\"item_filter\":\"101,102,103,104\",": {},
"\"evolve_all\":\"NONE\"": {},
"}": {}
}
 
JSONLint tells me:
Error: Parse error on line 3:
...\"auth_service\":"    google ",": {},    "\"
----------------------^
Expecting 'EOF', '}', ':', ',', ']', got 'undefined'
 
Then i also used this (taken from your pokemon-bot-master:
{
"auth_service": "google",
"username": "[email protected]",
"password": "xxxx",
"location": "Zurich, Switzerland",
"gmapkey": "xxxxx",
"max_steps": 5,
"mode": "all",
"walk": 4.16,
"debug": false,
"test": false,
"initial_transfer": 0,
"location_cache": true,
"distance_unit": "km",
"item_filter": "101,102,103,104",
"evolve_all": "NONE"
}
 
JSONLint at first told me there was an issue, it seems like it was the difference between " and the "italic one, now i get Valid JSON.
 
However, I still get this:

usage: pokecli.py [-h] [-cf CONFIG] -a AUTH_SERVICE [-u USERNAME]

                  [-p PASSWORD] [-l LOCATION] [-lc LOCATION_CACHE] [-m MODE]

                  [-w WALK] [-k GMAPKEY] [-ms MAX_STEPS]

                  [-it INITIAL_TRANSFER] [-d DEBUG] [-t TEST]

                  [-du DISTANCE_UNIT] [-if ITEM_FILTER] [-ev EVOLVE_ALL]

                  [-ec EVOLVE_CAPTURED]

pokecli.py: error: argument -a/--auth_service is required

 
Sorry no idea what to do, any suggestions?

Archived

This topic is now archived and is closed to further replies.

  • Our picks

    • Spin Squad! v1.6.2 [ +2 Cheats ] Battle Coins
      Modded/Hacked App: Lucky Offense By Crater Co., Ltd.
      Bundle ID: com.percent.ios.luckyrolling
      iTunes Store Link: https://apps.apple.com/us/app/lucky-offense/id6511224968?uo=4


      🤩 Hack Features

      - Battle Coins
      - ATK
      - ATK Range
      - ATK Speed

      ATK Linked Enemy
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 89 replies
    • Idle Monkey Bagpack War v1.0.9 [ +3 Jailed ] Battle Coin
      Modded/Hacked App: Idle Monkey: Bagpack War By 永进 何
      Bundle ID: com.letui.backpack.ios
      iTunes Store Link: https://apps.apple.com/us/app/idle-monkey-bagpack-war/id6670150325?uo=4


      🤩 Hack Features

      - ADS
      - Battle Coins
      - HP
        • Like
      • 8 replies
    • Galaxy Pirates - space attack v1.1.1 [ +14 Jailed ] Currency Max
      Modded/Hacked App: Galaxy Pirates - space attack By 军 黄
      Bundle ID: com.allenjoy.galaxypirates
      iTunes Store Link: https://apps.apple.com/us/app/galaxy-pirates-space-attack/id6475720088?uo=4

        

      🤩 Hack Features

      - Gems

      - Coins

      - Energy

      - Mission Rewards

      - Ship Upgrade Cost 0

      - Ship Unlock Cost 0

      - Magnet Range

      - Bullet Max 30

      - Bullet Speed

      - HP [ Linked With Card Just Unlock ]

      - DMG [ Linked With Card Just Unlock ]

      - Coins Bonus [ Linked With Card Just Unlock ]

      - Lucky [ Linked With Card Just Unlock ]

      - Super Time [ Linked With Card Just Unlock ]
        • Like
      • 9 replies
    • Galaxy Pirates - space attack v1.1.1 [ +14 Cheats ] Currency Max
      Modded/Hacked App: Galaxy Pirates - space attack By 军 黄
      Bundle ID: com.allenjoy.galaxypirates
      iTunes Store Link: https://apps.apple.com/us/app/galaxy-pirates-space-attack/id6475720088?uo=4
       

      🤩 Hack Features

      - Gems

      - Coins

      - Energy

      - Mission Rewards

      - Ship Upgrade Cost 0

      - Ship Unlock Cost 0

      - Magnet Range

      - Bullet Max 30

      - Bullet Speed

      - HP [ Linked With Card Just Unlock ]

      - DMG [ Linked With Card Just Unlock ]

      - Coins Bonus [ Linked With Card Just Unlock ]

      - Lucky [ Linked With Card Just Unlock ]

      - Super Time [ Linked With Card Just Unlock ]
        • Winner
        • Like
      • 5 replies
    • Magic Brick Wars v1.4.2 [ +4 Cheats ] Always Win
      Modded/Hacked App: Magic Brick Wars By Halfbrick
      Bundle ID: com.halfbrick.brickwars
      iTunes Store Link: https://apps.apple.com/us/app/magic-brick-wars/id1330800318?uo=4


      🤩 Hack Features

      - Mana Cost 0
      - Units [ Deploy Unlimited ]
      - Enemy No Units
      - Enemy No Blocks
        • Agree
        • Winner
      • 11 replies
    • Magic Brick Wars v1.4.2 [ +4 Jailed ] Always Win
      Modded/Hacked App: Magic Brick Wars By Halfbrick
      Bundle ID: com.halfbrick.brickwars
      iTunes Store Link: https://apps.apple.com/us/app/magic-brick-wars/id1330800318?uo=4


      🤩 Hack Features

      - Mana Cost 0
      - Units [ Deploy Unlimited ]
      - Enemy No Units
      - Enemy No Blocks
        • Like
      • 10 replies
    • Idle Monkey Bagpack War v1.0.9 [ +3 Cheats ] Battle Coin
      Modded/Hacked App: Idle Monkey: Bagpack War By 永进 何
      Bundle ID: com.letui.backpack.ios
      iTunes Store Link: https://apps.apple.com/us/app/idle-monkey-bagpack-war/id6670150325?uo=4
       

      🤩 Hack Features

      - ADS
      - Battle Coins
      - HP
        • Like
      • 3 replies
    • DESERTOPIA v4.20.5 [ +1 Cheats ] Gems Max
      Modded/Hacked App: DESERTOPIA By Gamtropy Co., Ltd.
      Bundle ID: com.gamtropy.desertopia
      iTunes Store Link: https://apps.apple.com/us/app/desertopia/id1265572046?uo=4


      🤩 Hack Features

      - Gems Max [ Earn Some ]
        • Like
      • 3 replies
    • DESERTOPIA v4.20.5 [ +1 Jailed ] Gems Max
      Modded/Hacked App: DESERTOPIA By Gamtropy Co., Ltd.
      Bundle ID: com.gamtropy.desertopia
      iTunes Store Link: https://apps.apple.com/us/app/desertopia/id1265572046?uo=4
       

      🤩 Hack Features

      - Gems Max [ Earn Some ]
        • Like
      • 1 reply
    • [ Arknights China ] 明日方舟 Cheats v2.6.21 +8
      Modded/Hacked App: 明日方舟 By Shanghai Hypergryph Network Technology Co., Ltd.
      Bundle ID: com.hypergryph.arknights
      iTunes Store Link: https://apps.apple.com/cn/app/%E6%98%8E%E6%97%A5%E6%96%B9%E8%88%9F/id1454663939?uo=4


      Hack Features:
      - God Mode
      - Frozen Enemies
      - One Hit Kill
      - Instant - Win
      - No Deploy Cost
      - Multiply Damage
      - Multiply Defense
      - Multiply Character Speed


      iOS Hack Download Link: https://iosgods.com/topic/149509-arknights-china-%E6%98%8E%E6%97%A5%E6%96%B9%E8%88%9F-cheats-v1560-8/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 315 replies
    • Meow Tower - Nonogram Puzzle v3.2.401 [ +4 Jailed ] Currency Max
      Modded/Hacked App: Meow Tower - Nonogram Puzzle By HyperBeard Inc.
      Bundle ID: com.grapetree.meowtower
      iTunes Store Link: https://apps.apple.com/us/app/meow-tower-nonogram-puzzle/id1579122980?uo=4
       

      🚀 Hack Features

      - ADS NO
      - Gold CANS
      - Pencil Max 
      - Hints Max 
        • Like
      • 11 replies
    • Meow Tower - Nonogram Puzzle v3.2.401 [ +4 Cheats ] Currency Max
      Modded/Hacked App: Meow Tower - Nonogram Puzzle By HyperBeard Inc.
      Bundle ID: com.grapetree.meowtower
      iTunes Store Link: https://apps.apple.com/us/app/meow-tower-nonogram-puzzle/id1579122980?uo=4


      🚀 Hack Features

      - ADS NO
      - Gold CANS
      - Pencil Max 
      - Hints Max
        • Thanks
        • Like
      • 5 replies
×
  • 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