The program is encountering the error AttributeError: 'NoneType' object has no attribute 'contents' when trying to download from gfycat. The link seems to redirect to redgifs which is also failing as shown in this log with the error Site Redgifs failed to download submission n53047: Could not read the page source.
Command
python3 -m bdfr download --verbose --user me --saved --authenticate --no-dupes -L 600 $(pwd)
Same issue when running this command:
python3 -m bdfr download --verbose --user me --saved --authenticate $(pwd)
Environment (please complete the following information):
Description
The program is encountering the error
AttributeError: 'NoneType' object has no attribute 'contents'
when trying to download from gfycat. The link seems to redirect to redgifs which is also failing as shown in this log with the errorSite Redgifs failed to download submission n53047: Could not read the page source
.Command
python3 -m bdfr download --verbose --user me --saved --authenticate --no-dupes -L 600 $(pwd)
Same issue when running this command:python3 -m bdfr download --verbose --user me --saved --authenticate $(pwd)
Environment (please complete the following information):
OS: ArcoLinux x86_64 Kernel: 5.11.15-arch1-2 CPU: 11th Gen Intel i5-1135G7 (8) @ 4.200GHz GPU: Intel Iris Xe Graphics Memory: 5371MiB / 15719MiB
Python version: Python 3.9.4
Logs