-
-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rtorrent: Failed to parse command line option: Error in option file: /etc/rtorrent/.rtlocal.rc:50: Not a value #339
Comments
Same error here as well out of nowhere. |
@Hipoglos @ibyteprettyhard This was fixed #338. Please pull docker edge for the changes. |
I pulled the edge version 1 hour before but got another error (not related to the value) so I rollbacked to previous version and it's working. PS : I retrieved old logs generated with the edge. If maybe I'm not alone ? |
I pulled the edge version and now I'm getting a different error. Nothing from the console this time, but in the rutorrent log window.
|
@Ixiruss Please check the ruTorrent v4.3.0 installation. It did not install properly. This variable is not found. Check: If it's not missing let me know. It's probably a caching issue. |
Thanks @stickz. Edge is working for me now. Have a nice weekend! |
I was getting a similar error, check if you still have:
defined in your yml or .env (in my case), it was triggering a request to |
Removed entry in my .env, error persists after down/up |
edit: Actually, this fixed the 404 error. However it broke my sonarr/radarr integrations and it only works via direct ip:port and not through my reverse proxy. |
@ibyteprettyhard You need to point sonarr/radarr to httprpc. Change your url path to |
crazymax/rtorrent-rutorrent:edge solved the issue |
I'm on
My
Did my rutorrent installation get messed up or cached? |
@newadventure079 @Ixiruss once #341 is merged, pull edge again. This docker image overrides that file and needs updated. |
Thank you for your help ! |
I ran into this issue yesterday. Around 9am, I switched to edge. I then ran into this error: #339 (comment) This morning, I pulled edge again. Now the UI works, but all of my data files are gone. Cool. EDIT: False alarm. I'm not sure what happened, as my system didn't reboot, but my ZFS dataset for the Downloads directory was no longer mounted. I manually remounted it and everything is fine. No idea how that happened... |
would you help me? |
@rogales In your Then open your env file (probably
Once the fix is released in an official version, you may want to change |
thank You! |
Support guidelines
I've found a bug and checked that ...
Description
docker stays in "unhealthy" status, and rtorrent is not starting.
Expected behaviour
Container should start normally.
Actual behaviour
rtorrent is not working
Steps to reproduce
docker compose up -d
Docker info
Docker Compose config
Logs
Additional info
Following another issue reported, I've set RT_SEND_BUFFER_SIZE and RT_RECEIVE_BUFFER_SIZE to 32M in rtorrent-rutorrent.env, but the issue remains.
If I rollback to the previous version, everything is working fine.
The text was updated successfully, but these errors were encountered: