bulk-downloader-for-reddit icon indicating copy to clipboard operation
bulk-downloader-for-reddit copied to clipboard

[BUG] Nothing downloads while using a VPN

Open RSAStudioGames opened this issue 2 years ago • 1 comments

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

Description

I am unable to download anything using BDFR while NordVPN is active. I tried the same command before and after updating to the latest version of BDFR too. It stops as soon as I put in the command.

Command

python -m bdfr download C:\Archive --user me --saved --authenticate --no-dupes

Environment (please complete the following information):

  • OS: Windows 10
  • Python version: 3.9.6

Logs

[2022-01-12 05:21:56,165 - bdfr.connector - DEBUG] - Setting maximum download wait time to 120 seconds
[2022-01-12 05:21:56,165 - bdfr.connector - DEBUG] - Setting datetime format string to ISO
[2022-01-12 05:21:56,165 - bdfr.connector - DEBUG] - Disabling the following modules: 
[2022-01-12 05:21:56,165 - bdfr.connector - Level 9] - Created download filter
[2022-01-12 05:21:56,165 - bdfr.connector - Level 9] - Created time filter
[2022-01-12 05:21:56,166 - bdfr.connector - Level 9] - Created sort filter
[2022-01-12 05:21:56,166 - bdfr.connector - Level 9] - Create file name formatter
[2022-01-12 05:21:56,166 - bdfr.connector - DEBUG] - Using authenticated Reddit instance
[2022-01-12 05:21:56,166 - bdfr.oauth2 - Level 9] - Loaded OAuth2 token for authoriser
[2022-01-12 05:22:00,400 - bdfr.oauth2 - Level 9] - Written OAuth2 token from authoriser to C:\Users\USER\AppData\Local\BDFR\bdfr\default_config.cfg
[2022-01-12 05:22:04,730 - bdfr.connector - Level 9] - Resolved user to USER
[2022-01-12 05:22:04,730 - bdfr.connector - Level 9] - Created site authenticator
[2022-01-12 05:22:04,730 - bdfr.connector - Level 9] - Retrieved subreddits
[2022-01-12 05:22:04,730 - bdfr.connector - Level 9] - Retrieved multireddits
[2022-01-12 05:22:05,978 - bdfr.connector - DEBUG] - Retrieving saved posts of user ['USER']
[2022-01-12 05:22:05,978 - bdfr.connector - Level 9] - Retrieved user data
[2022-01-12 05:22:05,978 - bdfr.connector - Level 9] - Retrieved submissions for given links

RSAStudioGames avatar Jan 12 '22 10:01 RSAStudioGames

I need a lot more information to be able to solve this. I don't have a VPN, nor do I have access to one, so I don't know how much I'm going to be able to debug this issue.

  1. You can obviously access the internet, does the BDFR work without the VPN?
  2. Does Reddit work with the VPN i.e. can you access the site with a web browser?
  3. If you have the skill, can you use the praw library on its own? i.e. try to load a user or something in the python shell.

If you could try those, it might help narrow down if the issue is praw, the BDFR, or your VPN not getting/routing the traffic.

Serene-Arc avatar Feb 11 '22 04:02 Serene-Arc