jvorn

Members
  • Posts

    22
  • Joined

  • Last visited

Recent Profile Visitors

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

jvorn's Achievements

Noob

Noob (1/14)

0

Reputation

  1. This is great but I have a question, is this a UserScript that runs for you on startup or something? Thanks!!!
  2. Thanks guys! I went with single for now. I think Ill add another NVMe down the line for true Raid 1 later.
  3. Hey all, I used to use an ancient Samsung 250 GB SSD as my cache, but when I rebuilt my server I sprung for a 1 TB NVMe SSD. Not wanting to throw the Samsung away, I just pooled them (I'm sure you know where this is going). Well now I realize my mistake, since RAID 1 is default I've been essentially only using 250 GB of my 1 TB drive. My question is it still worth it to keep the old 250 GB drive and do either RAID 0 or Single? There's quite a speed gap between the two, I don't want to hamper the NVMe. I could just remove the 250 GB and roll with just the NVMe drive. Thoughts appreciated!
  4. This actually isn't true, I use GPU transcoding with Plex with no VMs, just have the official plex container and Nvidia Unraid
  5. Rolled back to suggested version, but now I'm getting this error repeated tons of times: Traceback (most recent call last): File "<frozen importlib._bootstrap>", line 92, in acquire File "/usr/lib/python3.8/site-packages/twisted/internet/defer.py", line 962, in __del__ log.failure(format, File "/usr/lib/python3.8/site-packages/twisted/logger/_logger.py", line 190, in failure self.emit(level, format, log_failure=failure, **kwargs) File "/usr/lib/python3.8/site-packages/twisted/logger/_logger.py", line 144, in emit self.observer(event) --- <exception caught here> --- File "/usr/lib/python3.8/site-packages/twisted/logger/_observer.py", line 131, in __call__ observer(event) File "/usr/lib/python3.8/site-packages/twisted/logger/_legacy.py", line 93, in __call__ self.legacyObserver(event) File "/usr/lib/python3.8/site-packages/deluge/log.py", line 204, in emit getattr(LoggingLoggerClass, event_dict['log_level'].name)( File "/usr/lib/python3.8/logging/__init__.py", line 1481, in critical self._log(CRITICAL, msg, args, **kwargs) File "/usr/lib/python3.8/logging/__init__.py", line 1565, in _log fn, lno, func, sinfo = self.findCaller(stack_info, stacklevel) builtins.TypeError: findCaller() takes from 1 to 2 positional arguments but 3 were given
  6. Responses in blue, thanks for helping! Let me know if you need any logs or info.
  7. My private tracker only has whitelisted a version of deluge that @binhex never even made (Deluge 1.3.11; earliest binhex is 1.3.12-01), but I've been using this docker for a year with no issues, I'm sure why that would suddenly change.
  8. Ever since about 2 weeks ago, I can no longer add torrents of seemingly any type to the server anymore. Methods that had previously worked for a year no longer work. That includes delugesiphon, adding via URL, and adding a .torrent file. When I try to add this is the logs that seem to be correlated. Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/twisted/web/client.py", line 2019, in connectionLost self.original.connectionLost(reason) File "/usr/lib/python3.7/site-packages/deluge/httpdownloader.py", line 78, in connectionLost self.finished.callback(self.agent.filename) File "/usr/lib/python3.7/site-packages/twisted/internet/defer.py", line 460, in callback self._startRunCallbacks(result) File "/usr/lib/python3.7/site-packages/twisted/internet/defer.py", line 568, in _startRunCallbacks self._runCallbacks() --- <exception caught here> --- File "/usr/lib/python3.7/site-packages/twisted/internet/defer.py", line 654, in _runCallbacks current.result = callback(current.result, *args, **kw) File "/usr/lib/python3.7/site-packages/deluge/core/core.py", line 542, in on_download_success return self.add_torrent_file(filename, b64encode(data), options) File "/usr/lib/python3.7/site-packages/deluge/core/core.py", line 483, in add_torrent_file filedump=filedump, options=options, filename=filename File "/usr/lib/python3.7/site-packages/deluge/core/torrentmanager.py", line 532, in add 'Unable to add torrent, decoding filedump failed: %s' % ex deluge.error.AddTorrentError: Unable to add torrent, decoding filedump failed: unexpected end of file in bencoded string Any thoughts? If you need any more logs I'm happy to provide. UPDATE: It looks like torrents not from my private tracker work (just torrented archlinux as a demo). Very strange. Any thoughts @binhex?
  9. My ISP doesn't block it as I can navigate there in my browser. Some more strangeness. I was able to add the tracker from a fresh install of the docker, but the second I added the proxy info back in it starting failing. Adding to the confusion, when I removed the proxy info it STILL didn't work. The proxy does work though, my Deluge is reporting the correct VPN IP...
  10. Deluge? Yes, using it now. Jackett? Only the first day, it stopped working after an update.
  11. I removed the proxy from the settings and it still fails. I know I have DelugeVPN set up correctly because my torrents are correctly downloading from my new IP. I noticed that video doesn't mention Jackett at all, did I miss it?
  12. I can't seem to add indexers to Jackett, when I search for one and hit the gear to configure it I get "Request to Jackett server failed". It does generate a large error in the logs of which the first line is "System.Net.Http.HttpRequestException: An error occurred while sending the request ---> System.Net.WebException: Error: ProtocolError". I am using Binhex-DelugeVpn container and configure Jackett to use it as well. Thanks!
  13. Makes sense! I would have never thought to change those, I thought for sure it was a docker config issue since Im new at this... turns out I should have trusted myself more!