Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZeroDivisionError while updating progress #493

Closed
jordyamc opened this issue Jun 7, 2024 · 3 comments
Closed

ZeroDivisionError while updating progress #493

jordyamc opened this issue Jun 7, 2024 · 3 comments
Labels
Bug Something isn't working Solved This issue has been resolved

Comments

@jordyamc
Copy link

jordyamc commented Jun 7, 2024

I got this error, first time it shows up

10:31:03: Fatal error encountered:
10:31:03: 
10:31:03: Traceback (most recent call last):
10:31:03:   File "main.py", line 158, in main
10:31:03:   File "twitch.py", line 765, in run
10:31:03:   File "twitch.py", line 810, in _run
10:31:03:   File "twitch.py", line 1695, in fetch_inventory
10:31:03:   File "gui.py", line 1371, in add_campaign
10:31:03:   File "gui.py", line 1413, in update_progress
10:31:03:   File "functools.py", line 981, in __get__
10:31:03:   File "inventory.py", line 219, in progress
10:31:03: ZeroDivisionError: division by zero
@biast12
Copy link
Contributor

biast12 commented Jun 7, 2024

getting the same error

@DevilXD DevilXD added the Bug Something isn't working label Jun 7, 2024
@DevilXD
Copy link
Owner

DevilXD commented Jun 7, 2024

Hello.

The miner isn't functional due to #462. If you are using the fork, please report this issue under the fork's repository instead.

If you are using this version, then it won't work due to #462. This error (if really present) will be fixed during #462 resolve.

I'm leaving this up in case anyone runs into the same thing, to try and avoid duplicate issues.

@DevilXD
Copy link
Owner

DevilXD commented Jun 23, 2024

This should now be fixed via c7f8d56 in the latest master build.

@DevilXD DevilXD closed this as completed Jun 23, 2024
@DevilXD DevilXD added the Solved This issue has been resolved label Jun 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Solved This issue has been resolved
Projects
None yet
Development

No branches or pull requests

3 participants