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
I am using python 3.8.5 on windows. While downloading is working the progress bar isn't. The following exception is thrown:
Traceback (most recent call last):
File "C:\Users\SJ\anaconda3\lib\threading.py", line 932, in _bootstrap_inner
self.run()
File "C:\Users\SJ\anaconda3\lib\threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "C:\Users\SJ\anaconda3\lib\site-packages\xdcc_dl\xdcc\XDCCClient.py", line 629, in progress_printer
ratio = int(bytes_delta / time_delta)
ZeroDivisionError: float division by zero
I just checked on linux it is working but not on Windows. Any idea how to fix it for windows? Thanks.
The text was updated successfully, but these errors were encountered:
I am using python 3.8.5 on windows. While downloading is working the progress bar isn't. The following exception is thrown:
I just checked on linux it is working but not on Windows. Any idea how to fix it for windows? Thanks.
The text was updated successfully, but these errors were encountered: