Hyperclaw79 / PokeBall-SelfBot-Poketwo-Autocatcher

This specific selfbot was designed to automatically catch pokemon spawned on Discord by Poketwo bot. It also offers other utility functions to automate features like trading, releasing, id search, etc. Currently the autocatcher is powered by AI making it possible to autocatch pokemons on multiple bots like PokeTwo, PokeRealm, etc.
MIT License
340 stars 396 forks source link

Token Error [DUP] #10

Closed wdfghj closed 6 years ago

wdfghj commented 6 years ago

i've donewhat you asked. i've even redownloaded it but it stil does not work. i get the same error everytime right now image this is the code image btw: i will change my token.

wdfghj commented 6 years ago

i sometimes get this to image

Hyperclaw79 commented 6 years ago

You'll keep getting the keyerror if you don't change your token. Get it again after changing your password, replace the token in the code with the new one and then try.

The latest error you posted seems like a unique one to you. Post the full Traceback (The error info starting from Traceback) to see where the error occurs.

Make sure you're connected properly to the internet and no firewall/antivirus in blocking you.

wdfghj commented 6 years ago

Changed password, changed key, still there same error. On thé official pokecord catcher thé key works.

wdfghj commented 6 years ago

You have teamspeak? Maybe you can see yourself

wdfghj commented 6 years ago

TeamViewer*

Hyperclaw79 commented 6 years ago

Sorry, I cannot that level of assistance where I take control of your PC itself. Also, I have noticed the obvious mistake there which everyone seems to be making.

It should be:

configs["token"] = "Insert token here"

Not:

configs["token"] = os.environ["Insert token here"]
wdfghj commented 6 years ago

UMG thanks it's working