You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running into trouble getting rdt-client to work with Traefik. I checked the documenation, but I may have missed something. If I expose ports normally in my docker config I am able to get it to work on my local IP with the port number.
However if I try going through traefik, I get a white screen, and the logs say that there is a 304 error for index.html. I turned on debugging mode but it doesn't produce any additional information that I could find.
Here is the section of my docker-compose.yml for this.
Wat OS are you running?
ArchLinux Are you using Docker or as a service?
Docker Which debrid provider are you using?
N/A Which downloader are you using?
N/A Please attach a log file here with the log setting set to debug
[ders@media docker-compose-nas]$ docker logs --details rdtclient --follow
[migrations] started
[migrations] no migrations found
───────────────────────────────────────
_____ __ __ _____ _____ _____ _____
| | | | __|_ _| | |
| --| | |__ | | | | | | | | |
|_____|_____|_____| |_| |_____|_|_|_|
_____ __ __ _ __ ____
| __ | | | | | | \
| __ -| | | | |__| | |
|_____|_____|_|_____|____/
Based on images from linuxserver.io
───────────────────────────────────────
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID: 1000
User GID: 1000
───────────────────────────────────────
Setting permissions
[custom-init] No custom files found, skipping...
Setting permissions
Changing to /app folder
Starting rtdclient
[ls.io-init] done.
[09:47:15 WRN] No XML encryptor configured. Key {f2ab78d4-c927-44f2-8f5a-2715ef19fae5} may be persisted to storage in unencrypted form.
[09:47:16 WRN] Starting host on version 2.0.63.0
[09:47:18 INF] TaskRunner started.
[09:47:18 DBG] Initializing TorrentRunner
[09:47:18 DBG] {"General":{"LogLevel":0,"DownloadLimit":2,"UnpackLimit":1,"Categories":null,"RunOnTorrentCompleteFileName":null,"RunOnTorrentCompleteArguments":null,"AuthenticationType":1,"CopyAddedTorrents":null},"DownloadClient":{"Client":0,"DownloadPath":"/data/downloads","MappedPath":"C:\\Downloads","MaxSpeed":0,"ParallelCount":4,"ChunkCount":8,"Timeout":5000,"ProxyServer":null,"Aria2cUrl":"http://127.0.0.1:6800/jsonrpc","Aria2cSecret":"*****","Aria2cDownloadPath":null,"RcloneMountPath":"/mnt/rd/"},"Provider":{"Provider":0,"ApiKey":"*****","AutoImport":false,"AutoDelete":false,"Timeout":10,"CheckInterval":10,"Default":{"HostDownloadAction":0,"Category":null,"FinishedAction":1,"OnlyDownloadAvailableFiles":true,"MinFileSize":0,"IncludeRegex":null,"ExcludeRegex":null,"TorrentRetryAttempts":1,"DownloadRetryAttempts":3,"DeleteOnError":0,"TorrentLifetime":0,"Priority":0}},"Integrations":{"Default":{"HostDownloadAction":0,"Category":null,"FinishedAction":1,"OnlyDownloadAvailableFiles":true,"MinFileSize":0,"IncludeRegex":null,"ExcludeRegex":null,"TorrentRetryAttempts":1,"DownloadRetryAttempts":3,"DeleteOnError":0,"TorrentLifetime":0,"Priority":0}},"Gui":{"Default":{"HostDownloadAction":0,"Category":null,"FinishedAction":1,"OnlyDownloadAvailableFiles":true,"MinFileSize":0,"IncludeRegex":null,"ExcludeRegex":null,"TorrentRetryAttempts":1,"DownloadRetryAttempts":3,"DeleteOnError":0,"TorrentLifetime":0,"Priority":0}},"Watch":{"Path":null,"ErrorPath":null,"ProcessedPath":null,"Interval":60,"Default":{"HostDownloadAction":0,"Category":null,"FinishedAction":1,"OnlyDownloadAvailableFiles":true,"MinFileSize":0,"IncludeRegex":null,"ExcludeRegex":null,"TorrentRetryAttempts":1,"DownloadRetryAttempts":3,"DeleteOnError":0,"TorrentLifetime":0,"Priority":0}}
[09:47:18 DBG] Found 0 not completed torrents
[09:47:18 DBG] TorrentRunner Initialized
[09:47:18 INF] UpdateChecker started, currently on version v2.0.63.
[09:47:18 INF] WatchFolderChecker started.
[09:47:19 INF] ProviderUpdater started.
[09:47:38 DBG] Method: GET, Path: /api/v2/torrents/info
[09:47:51 WRN] 304: /index.html
[09:47:54 WRN] 304: /index.html
[09:47:57 WRN] 304: /index.html
[09:48:31 DBG] Method: GET, Path: /api/v2/torrents/info
This discussion was converted from issue #434 on April 10, 2024 02:53.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am running into trouble getting rdt-client to work with Traefik. I checked the documenation, but I may have missed something. If I expose ports normally in my docker config I am able to get it to work on my local IP with the port number.
However if I try going through traefik, I get a white screen, and the logs say that there is a 304 error for index.html. I turned on debugging mode but it doesn't produce any additional information that I could find.
Here is the section of my docker-compose.yml for this.
What version are you using?
2.0.63
Wat OS are you running?
ArchLinux
Are you using Docker or as a service?
Docker
Which debrid provider are you using?
N/A
Which downloader are you using?
N/A
Please attach a log file here with the log setting set to debug
Beta Was this translation helpful? Give feedback.
All reactions