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

[BUG] Vidble downloader issue #518

Closed
3 tasks done
Soulsuck24 opened this issue Sep 12, 2021 · 0 comments
Closed
3 tasks done

[BUG] Vidble downloader issue #518

Soulsuck24 opened this issue Sep 12, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@Soulsuck24
Copy link
Contributor

Soulsuck24 commented Sep 12, 2021

  • I am reporting a bug.
  • I am running the latest version of BDfR
  • I have read the Opening an issue

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

python -m bdfr download Downloads/Reddit/ --file-scheme="{SUBREDDIT}_{TITLE}_{POSTID}" --folder-scheme="{REDDITOR}" --no-dupes --exclude-id-file downloaded.log --authenticate --submitted -v --user=natural_red

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'
@Soulsuck24 Soulsuck24 added the bug Something isn't working label Sep 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants