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
Environment (please complete the following information):
OS: Ubuntu 21.04
Python version: 3.9.5
Logs
bdfr.downloader - DEBUG] - Attempting to download submission 8yuhm0
bdfr.downloader - DEBUG] - Using Vidble with url https://www.vidble.com/pHuwWkOcEb
root - ERROR] - Downloader exited unexpectedly
Traceback (most recent call last):
File "/home/user/.local/lib/python3.9/site-packages/bdfr/__main__.py", line 82, in cli_download
reddit_downloader.download()
File "/home/user/.local/lib/python3.9/site-packages/bdfr/downloader.py", line 45, in download
self._download_submission(submission)
File "/home/user/.local/lib/python3.9/site-packages/bdfr/downloader.py", line 73, in _download_submission
content = downloader.find_resources(self.authenticator)
File "/home/user/.local/lib/python3.9/site-packages/bdfr/site_downloaders/vidble.py", line 25, in find_resources
res = self.get_links(self.post.url)
File "/home/user/.local/lib/python3.9/site-packages/bdfr/site_downloaders/vidble.py", line 36, in get_links
images = content_div.find_all('img')
AttributeError: 'NoneType' object has no attribute 'find_all'
The text was updated successfully, but these errors were encountered:
Description
Receive "NoneType" error when attempting to download vidble post.
I know it's new, I'm sorry. I tried multiple times to make sure it wasn't a one time issue.
Command
Environment (please complete the following information):
Logs
The text was updated successfully, but these errors were encountered: