GameraGarage

Members
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

GameraGarage's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I am back in business and at full speed again! Thanks for the quick help One note, Notepad++ made me change False to "false" and it started working. Before that I continued to get the same error. After running, it also moved the config around and placed the changes like this: "daemon_port": 58846, "del_copy_torrent_file": false, "dht": true, "dont_count_slow_torrents": true, "download_location": "/data/incomplete", "download_location_paths_list": [], "enable_incoming_tcp": false, "enable_incoming_utp": false, "enabled_plugins": [ "Label", "Extractor", "AutoAdd", I have attached my Core file so people can see what is working for me core.conf
  2. Attached, hope im just dumb and it's simple "upnp": true, "utpex": true "enable_incoming_tcp": False, "enable_incoming_utp": False, I have tried the above and also changed the comma below: "upnp": true, "utpex": true, "enable_incoming_tcp": False, "enable_incoming_utp": False Both ways end up with error. core.conf
  3. Did not work for me, I get error: 2019-06-24 13:21:46,519 DEBG 'watchdog-script' stdout output: [warn] Deluge config file /config/core.conf does not contain valid data, exiting Python script config_deluge.py... Used Notepad++ to edit the file, stopped docker before edit, restarted docker and met the above error.
  4. (Deluge specific) Disable in/out utp - There have been reports of significant speed increases by disabling utp, this can be achieved by installing the Deluge plugin 'itconfig', once installed make sure to disabled both 'enable_incoming_utp' and 'enable_outgoing_utp', then restart the container. Any idea where to find these settings without the Plugin? I'm poking around and I didn't see any UTP settings listed in any of the conf files in AppData. I'm fairly certain this is my issue as everything else in Q6 is configured the way its listed.
  5. Seeing the same speed issue with my container as well. After the v2 update, download speed barely hits 1.5mb/sec, before it was not limited and I did not use the ITConfig plugin. Following for a fix
  6. ** I solved my issue, folder permissions resolved my issues. Wouldn't download to folder, once i corrected that its back to regular speed. ** Hi I recently started messing around with unRaid. I installed this container and everything appears to be working, it connects to Toronto PIA with OpenVPN, Deluge starts up and will accept files. The file starts downloading and then the connection just slows down until it times out on the tracker. For testing purposes I setup the non-vpn Deluge and it works with no issues. Only when I use delugevpn does it not work. It also seems like whenever i restart the container it connects, the speed hits 500kb/sec and then teeters down to 0.0 in about 30 seconds. I don't see anything in the logs that would help me solve this issue. The logs do show that the script is updating the port. Hoping someone can point me in the correct direction. All of the troubleshooting i have read is either outdated or did not fix my issues. I have install ITConfig add-on in Deluge and changed the utp and udp settings, made no difference I downloaded the torguard magent link and it reports the vpn is working and can see the files, but does the same thing where it times out. PIA app works flawlessly on all the other Windows machines on the network