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
Exception in thread Thread-1 (download_file):
Traceback (most recent call last):
File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/usr/lib/python3.10/threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "/usr/local/lib/python3.10/dist-packages/mediafire.py", line 461, in download_file
download_link = soup.find("a", {"id": "downloadButton"}).attrs["href"]
AttributeError: 'NoneType' object has no attribute 'attrs'
All downloads completed```
The text was updated successfully, but these errors were encountered:
Describe the bug
Not downloading any folder/file
The text was updated successfully, but these errors were encountered: