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
338 stars 397 forks source link

Pokecord #107

Closed pok3rekt closed 6 years ago

pok3rekt commented 6 years ago

Title: [Bug/Query/(leave empty)] ErrorName

Body:

Problem:

Hey I followeed everystep for your pokecord catcher but still cannot get it to work is this code still in date ? Also when i run the run.bat it closes instantly im not sure if this is supposed to happen orr how i fix the issue tks

Steps to Reproduce:

List out the steps you took to come upon the error.

config.json:

Most of the problems arise due to badly edited config.json. Hence post the contents of it within codeblocks. (Select the contents here and press code button on top.)

Traceback and Screenshots:

Paste the Traceback/Error here using codeblocks. Post relevant screenshots.

Specs.

OS: Bot Version: Python Version:

Hyperclaw79 commented 6 years ago

It you're talking about the autocatcher part, it'll work only in Premium Version.

If you're not able to launch the bot in general, make sure you have the correct version of python, i.e., 3.6 and Git for Windows installed before running setup.bat.

Read the closed issues for debugging purposes.

Hyperclaw79 commented 6 years ago

Closing this as it is a local issue and got no response yet, assuming that the problem has been solved. Feel free to re-open it if the problem persists.

pok3rekt commented 6 years ago

sorry to bother you but I couldn't see clearly what the free version is for and also how much I the autocatcher part On Jul 25, 2018 10:59, "Harshith Thota" notifications@github.com wrote:

It you're talking about the autocatcher part, it'll work only in Premium Version.

If you're not able to launch the bot in general, make sure you have the correct version of python, i.e., 3.6 and Git for Windows installed before running setup.bat.

Read the closed issues for debugging purposes.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Hyperclaw79/PokeBall-SelfBot/issues/107#issuecomment-407701844, or mute the thread https://github.com/notifications/unsubscribe-auth/AnuQFVqHv-OhUg_n4RrD84OSgHMhHHSlks5uKEF8gaJpZM4Ve1Y3 .

Hyperclaw79 commented 6 years ago

The free version is intended for testing the bot out on your local system. It also has the auto-trade and other functions. (You'l have to go through the pokeball.py for a list of commands.)

As for the pricing of the Premium Version and all other related details, scroll down to the Donations Section on the readme.

pok3rekt commented 6 years ago

File "C:\Users\danie\OneDrive\Desktop\PokeBall-SelfBot-master\pokeball.py", line 51, in run super().run(self.configs['token'], bot=False) File "C:\Users\danie\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\client.py", line 568, in run return task.result() File "C:\Users\danie\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\client.py", line 488, in _silence_gathered fut.result() File "C:\Users\danie\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\client.py", line 476, in start await self.connect(reconnect=reconnect) File "C:\Users\danie\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\client.py", line 398, in connect await self._connect() File "C:\Users\danie\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\client.py", line 358, in _connect self.ws = await asyncio.wait_for(coro, timeout=180.0, loop=self.loop) File "C:\Users\danie\AppData\Local\Programs\Python\Python37-32\lib\asyncio\tasks.py", line 412, in wait_for return fut.result() File "C:\Users\danie\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\gateway.py", line 199, in from_client ws = await websockets.connect(gateway, loop=client.loop, klass=cls, compression=None) File "C:\Users\danie\AppData\Local\Programs\Python\Python37-32\lib\site-packages\websockets\client.py", line 397, in await transport, protocol = yield from self._creating_connection TypeError: cannot 'yield from' a coroutine object in a non-coroutine generator sys:1: RuntimeWarning: coroutine 'BaseEventLoop.create_connection' was never awaited

C:\Users\danie\OneDrive\Desktop\PokeBall-SelfBot-master>timeout -1

Press any key to continue ... thats my error when i try to even run the bot for the free version

Hyperclaw79 commented 6 years ago

As clearly stated, you'll need Python 3.6. But looks like you're running 3.7.

pok3rekt commented 6 years ago

again sorry sir for taking your time but i have python 3.6 and 3.7 after deleting 3.7 I now recieve this

C:\Users\danie\OneDrive\Desktop\PokeBall-SelfBot-master>py -3 launcher.py Traceback (most recent call last): File "launcher.py", line 2, in from pokeball import PokeBall File "C:\Users\danie\OneDrive\Desktop\PokeBall-SelfBot-master\pokeball.py", line 2, in import discord ModuleNotFoundError: No module named 'discord'

C:\Users\danie\OneDrive\Desktop\PokeBall-SelfBot-master>timeout -1

Press any key to continue ...

On Mon, Jul 30, 2018 at 6:57 PM, Harshith Thota notifications@github.com wrote:

As clearly stated, you'll need Python 3.6. But looks like you're running 3.7.

On Mon, Jul 30, 2018, 11:11 PM pok3rekt notifications@github.com wrote:

File "C:\Users\danie\OneDrive\Desktop\PokeBall-SelfBot-master\pokeball.py", line 51, in run super().run(self.configs['token'], bot=False) File

"C:\Users\danie\AppData\Local\Programs\Python\Python37-32\ lib\site-packages\discord\client.py", line 568, in run return task.result() File

"C:\Users\danie\AppData\Local\Programs\Python\Python37-32\ lib\site-packages\discord\client.py", line 488, in _silence_gathered fut.result() File

"C:\Users\danie\AppData\Local\Programs\Python\Python37-32\ lib\site-packages\discord\client.py", line 476, in start await self.connect(reconnect=reconnect) File

"C:\Users\danie\AppData\Local\Programs\Python\Python37-32\ lib\site-packages\discord\client.py", line 398, in connect await self._connect() File

"C:\Users\danie\AppData\Local\Programs\Python\Python37-32\ lib\site-packages\discord\client.py", line 358, in _connect self.ws = await asyncio.wait_for(coro, timeout=180.0, loop=self.loop) File

"C:\Users\danie\AppData\Local\Programs\Python\Python37-32\ lib\asyncio\tasks.py", line 412, in wait_for return fut.result() File

"C:\Users\danie\AppData\Local\Programs\Python\Python37-32\ lib\site-packages\discord\gateway.py", line 199, in from_client ws = await websockets.connect(gateway, loop=client.loop, klass=cls, compression=None) File

"C:\Users\danie\AppData\Local\Programs\Python\Python37-32\ lib\site-packages\websockets\client.py", line 397, in await transport, protocol = yield from self._creating_connection TypeError: cannot 'yield from' a coroutine object in a non-coroutine generator sys:1: RuntimeWarning: coroutine 'BaseEventLoop.create_connection' was never awaited

C:\Users\danie\OneDrive\Desktop\PokeBall-SelfBot-master>timeout -1

Press any key to continue ... thats my error when i try to even run the bot for the free version

On Sun, Jul 29, 2018 at 5:49 AM, Harshith Thota < notifications@github.com> wrote:

The free version is intended for testing the bot out on your local system. It also has the auto-trade and other functions. (You'l have to go through the pokeball.py for a list of commands.)

As for the pricing of the Premium Version and all other related details, scroll down to the Donations Section https://github.com/Hyperclaw79/PokeBall-SelfBot#donations on the readme.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub < https://github.com/Hyperclaw79/PokeBall-SelfBot/issues/107#issuecomment- 408651837 , or mute the thread < https://github.com/notifications/unsubscribe-auth/ AnuQFe56R62bhNdLZFSoUV4SapcqHUOEks5uLT7ZgaJpZM4Ve1Y3

.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/Hyperclaw79/PokeBall-SelfBot/ issues/107#issuecomment-408948966, or mute the thread https://github.com/notifications/unsubscribe-auth/ Ab8O6yvdjboLd372Ficne0jycukDYMt0ks5uL0VJgaJpZM4Ve1Y3

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Hyperclaw79/PokeBall-SelfBot/issues/107#issuecomment-408954037, or mute the thread https://github.com/notifications/unsubscribe-auth/AnuQFRfzidpXWv3w5RiuEEOa9_7MinEfks5uL0kFgaJpZM4Ve1Y3 .

Hyperclaw79 commented 6 years ago

Re-run setup.bat and make sure it is successful.