amamic1803 / Autofish-Fishing-Planet

A fishing bot for automatically catching fish in Fishing Planet
MIT License
40 stars 26 forks source link

error. #24

Open Juliansyah55 opened 1 month ago

Juliansyah55 commented 1 month ago

Traceback (most recent call last): File "multiprocessing\process.py", line 314, in _bootstrap File "multiprocessing\process.py", line 108, in run File "autofish\bot.py", line 26, in init self.run() File "autofish\bot.py", line 66, in run if self.full_keepnet(): ^^^^^^^^^^^^^^^^^^^ File "autofish\vision.py", line 128, in full_keepnet for i in range(0, np.shape(screen_load)[0]):


IndexError: tuple index out of range

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "main.py", line 10, in <module>
    multiprocessing.freeze_support()
  File "PyInstaller\hooks\rthooks\pyi_rth_multiprocessing.py", line 50, in _freeze_support
  File "multiprocessing\spawn.py", line 122, in spawn_main
  File "multiprocessing\spawn.py", line 135, in _main
  File "multiprocessing\process.py", line 329, in _bootstrap
AttributeError: 'NoneType' object has no attribute 'write'