whitewraith 1 Posted December 30, 2020 Share Posted December 30, 2020 I meant the advanced slider in the upper right corner. Quote Link to post
jebusfreek666 7 Posted December 30, 2020 Share Posted December 30, 2020 2 hours ago, Vance said: I even tried a couple of different endpoints on this side of the pond as well in addition to amsterdam. Transfer rates go up then come right back down. Did you delete the files for the original endpoint before adding the other ones? If you have more than one, it will just take the first one. So you may not have actually switched endpoints. You need to only have one listed at a time. Quote Link to post
Vance 0 Posted December 30, 2020 Share Posted December 30, 2020 9 hours ago, whitewraith said: I meant the advanced slider in the upper right corner. See in the pic where it's on advanced settings? 7 hours ago, jebusfreek666 said: Did you delete the files for the original endpoint before adding the other ones? If you have more than one, it will just take the first one. So you may not have actually switched endpoints. You need to only have one listed at a time. Yes. I tweaked wg0.conf, deleted the old one, and then copied the new one over. Quote Link to post
joeloooiz 1 Posted December 30, 2020 Share Posted December 30, 2020 (edited) After setting up Wireguard using the instructions above, I'm getting an error in the logs that my Public Key is blank. Looking at wg0.conf, it is indeed blank on the Public Key line. Container is set to privileged, added the new key for wireguard and I'm at a complete loss. Any help would be greatly appreciated. Of note - I'm running this in Portainer but its essentially all the same otherwise. Edit: I notice that my Address line is blank under "interface" as well. If I use the container console I can generate new private and public keys but they do not get stored into wg0.conf nor do I think it is helpful for the purposes of this exercise. Another point of info - when starting the container, it says that it is attempting to connect to the PIA Wireguard API, hangs and then moves on - I'm not actually sure it is connecting or not. There are no errors to be seen but perhaps that's what is not happening? I'm just lost so any help would be greatly appreciated. Edited December 30, 2020 by joeloooiz Quote Link to post
gergtreble 2 Posted December 31, 2020 Share Posted December 31, 2020 Quick question. Is there a version of binhex-delugevpn that supports the next-gen PIA network that is not a "development version" of deluge i.e. matches the official release version (2.0.3?). One of my (quite niche) trackers does not support dev versions and as such I'm not able to use them. I'm currently on Deluge 2.0.4.dev38. Maybe the question should be what is the earliest release that supports next-gen PIA? Quote Link to post
PeterB 22 Posted December 31, 2020 Share Posted December 31, 2020 (edited) 1 hour ago, gergtreble said: Quick question. Is there a version of binhex-delugevpn that supports the next-gen PIA network that is not a "development version" of deluge i.e. matches the official release version (2.0.3?). To the best of my knowledge, all releases of this docker container, for the last several months, have been based on Deluge v2.0.4.dev38. This would include all builds implementing PIA 'nextgen'. One question for Binhex to answer - what would happen if we went into the running container and used apt to install an alternative version of deluge? Edited December 31, 2020 by PeterB Quote Link to post
gergtreble 2 Posted December 31, 2020 Share Posted December 31, 2020 32 minutes ago, PeterB said: To the best of my knowledge, all releases of this docker container, for the last several months, have been based on Deluge v2.0.4.dev38. This would include all builds implementing PIA 'nextgen'. Sadly, I think you are correct. I tried to downgrade to the last 2.0.3 tag in the repo and the VPN broke immediately. I guess any build with the next-gen config included would be a 'dev' release. Interested to hear what Binhex has to add though. Quote Link to post
binhex 803 Posted December 31, 2020 Author Share Posted December 31, 2020 4 hours ago, PeterB said: One question for Binhex to answer - what would happen if we went into the running container and used apt to install an alternative version of deluge? firstly happy new year's eve guys!. ok so apt wont get ya far, as this docker image base is arch, and arch repo currently references deluge dev builds, thus the versions released, however i do understand your pain of having a dev build and i will consider a look into it to see if i can produce a one off non dev build for your guys on private index sites, obviously no progress on that tonight as im currently enjoying my beer donations, thanks everyone!. 1 Quote Link to post
Vance 0 Posted December 31, 2020 Share Posted December 31, 2020 Does anyone else have any suggestions for my downloads not working? I've switched over to wireguard with no change in results. I haven't done qbittorrent because I don't quite understand what that does or how it might fix the issue. I see other people with this problem but can't seem to find a fix. Quote Link to post
strike 62 Posted December 31, 2020 Share Posted December 31, 2020 9 minutes ago, Vance said: Does anyone else have any suggestions for my downloads not working? I've switched over to wireguard with no change in results. I haven't done qbittorrent because I don't quite understand what that does or how it might fix the issue. I see other people with this problem but can't seem to find a fix. Post your docker run command (remove user/pw) and a screenshot of the download settings in deluge. Quote Link to post
Vance 0 Posted December 31, 2020 Share Posted December 31, 2020 1 minute ago, strike said: Post your docker run command (remove user/pw) and a screenshot of the download settings in deluge. I use the gui interface, so I don't use a run command. Here's a the log and a screenshot of my advanced settings and redacted log. supervisord_redacted.log Quote Link to post
strike 62 Posted December 31, 2020 Share Posted December 31, 2020 3 minutes ago, Vance said: I use the gui interface, so I don't use a run command. Here's a the log and a screenshot of my advanced settings and redacted log. You forgot to post a screenshot of your deluge download settings, I need to see that too please. Quote Link to post
Vance 0 Posted December 31, 2020 Share Posted December 31, 2020 14 minutes ago, strike said: You forgot to post a screenshot of your deluge download settings, I need to see that too please. Oops! Sorry about that. Here are all the preferences from inside Deluge. Quote Link to post
strike 62 Posted December 31, 2020 Share Posted December 31, 2020 (edited) 8 minutes ago, Vance said: Oops! Sorry about that. Here are all the preferences from inside Deluge. I only needed the downloads section, but yeah your Download to path is incorrect. Change it to /data/Downloads/Incomplete and you should be good. Change the "move completed" path too. Restart the container after. And linux is case sensetive so be sure to use Downloads and not downloads. Since you have mapped /data to /mnt/user/Downloads. Sorry, it should be: /data/Incomplete and /data/Complete Edited December 31, 2020 by strike 1 Quote Link to post
Vance 0 Posted December 31, 2020 Share Posted December 31, 2020 OMG! That's it!!! Thank you so much!!! Quote Link to post
strike 62 Posted December 31, 2020 Share Posted December 31, 2020 Just now, Vance said: OMG! That's it!!! Thank you so much!!! Glad I could help. And if you have created any labels make sure you set up the correct path there too in the label options. Quote Link to post
jebusfreek666 7 Posted January 1 Share Posted January 1 On 12/29/2020 at 7:12 AM, jebusfreek666 said: I can no longer access my webui, but thankfully I know exactly what I did to screw it up. Unfortunately, I have no idea how to undo it. I was following instructions from someone else about getting a different app to work with deluge, and they suggested that I click the box and enable SSL. I did not fill in the key or the cert boxes. I then restarted deluge. And now I can no longer pull up the webui, so I can't unclick the damn box. How do I go about fixing this? Sorry to bump, but I think I got buried. Anyone know how to fix this? Quote Link to post
wgstarks 214 Posted January 1 Share Posted January 1 I’m not positive but it looks like you'll need to edit web.conf. Change “https”: true, to “https”: false, As I said, I’m not 100% sure about this. Probably a good idea to make a backup copy of the file before you edit just in case. Quote Link to post
wgstarks 214 Posted January 1 Share Posted January 1 You probably will need to restart to docker also to apply the changes. Quote Link to post
jebusfreek666 7 Posted January 1 Share Posted January 1 1 hour ago, wgstarks said: I’m not positive but it looks like you'll need to edit web.conf. Change “https”: true, to “https”: false, As I said, I’m not 100% sure about this. Probably a good idea to make a backup copy of the file before you edit just in case. To do this, I am assuming I need to use an editor like notepad++ right? Working on a chromebook at the moment, so if that is the case I will have to wait until I have access to my windows laptop. Quote Link to post
wgstarks 214 Posted January 1 Share Posted January 1 41 minutes ago, jebusfreek666 said: To do this, I am assuming I need to use an editor like notepad++ right? Working on a chromebook at the moment, so if that is the case I will have to wait until I have access to my windows laptop. I don’t know much about windows but that’s the usual recommendation. You could also use mc or some other online editor. Quote Link to post
jebusfreek666 7 Posted January 1 Share Posted January 1 1 hour ago, wgstarks said: I don’t know much about windows but that’s the usual recommendation. You could also use mc or some other online editor. Thank you sir. That did the trick. Quote Link to post
Nimrad 1 Posted January 1 Share Posted January 1 On 12/27/2020 at 3:30 PM, Nimrad said: I just tried to switch to using Wireguard from my VPN Provider. I made a .conf file that works fine when I test it from my laptop and I dropped it in the wireguard folder. Deluge doesn't want to use it though, it just wont start. It renamed the file to wg0.conf. Logs: 2020-12-27 15:26:34.989348 [info] System information Linux 46f19ca4e7a6 5.10.1-Unraid #1 SMP Thu Dec 17 11:41:39 PST 2020 x86_64 GNU/Linux 2020-12-27 15:26:35.018259 [info] OS_ARCH defined as 'x86-64' 2020-12-27 15:26:35.046192 [info] PUID defined as '99' 2020-12-27 15:26:35.091854 [info] PGID defined as '100' 2020-12-27 15:26:35.141391 [info] UMASK defined as '000' 2020-12-27 15:26:35.162540 [info] Permissions already set for volume mappings 2020-12-27 15:26:35.207769 [info] Deleting files in /tmp (non recursive)... 2020-12-27 15:26:35.234431 [info] VPN_ENABLED defined as 'yes' 2020-12-27 15:26:35.258965 [info] VPN_CLIENT defined as 'wireguard' 2020-12-27 15:26:35.285307 [info] VPN_PROV defined as 'custom' 2020-12-27 15:26:35.321662 [info] WireGuard config file (conf extension) is located at /config/wireguard/wg0.conf 2020-12-27 15:26:35.357376 [crit] VPN configuration file /config/wireguard/wg0.conf does not contain 'Endpoint' line, showing contents of file before exit... Nobody knows what this last error means? Are there any other logs I could explore to troubleshoot this? As mentioned the config file works fine in windows. Quote Link to post
gergtreble 2 Posted January 1 Share Posted January 1 17 hours ago, binhex said: firstly happy new year's eve guys!. ok so apt wont get ya far, as this docker image base is arch, and arch repo currently references deluge dev builds, thus the versions released, however i do understand your pain of having a dev build and i will consider a look into it to see if i can produce a one off non dev build for your guys on private index sites, obviously no progress on that tonight as im currently enjoying my beer donations, thanks everyone!. Thanks Binhex! I'd really appreciate that. Just sent you a beer from the UK. Happy new year! 1 Quote Link to post
Jorgen 28 Posted January 1 Share Posted January 1 Nobody knows what this last error means? Are there any other logs I could explore to troubleshoot this? As mentioned the config file works fine in windows.Can you post your wg0.conf file (but redact any sensitive info)?Which VPN provider are you using?Sent from my iPhone using Tapatalk Quote Link to post
8026 posts in this topic Last Reply
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.