You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 11, 2024. It is now read-only.
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
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'
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
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'
The text was updated successfully, but these errors were encountered: