-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Transmission-rss "retrieval error" #1565
Comments
Hey. Can you try using the |
Hello, I would test it but unfortunately there is a new bug. There are a few "&" in the URL that I enter. ` feeds:
server: host: transmission � /usr/local/lib/ruby/2.7.0/psych.rb:456:in `parse': (/etc/transmission-rss.conf): mapping values are not allowed in this context at line 2 column 57 (Psych::SyntaxError)
rpc_path: /transmission/rpc ` |
Had a feeling that could happen. I've added a little trick now and hopefully that will work better. Pull the image again and see if that works? Who would have thought. Learnt something new about bash today as well. |
Got an error again. `Starting RSS plugin with the following config: feeds:
server: host: transmission port: 9091 rpc_path: /transmission/rpc 2020-12-12 09:03:18 (info) transmission-rss 1.2.0 2020-12-12 09:03:18 (debug) {"feeds"=>[{"url"=>"https://xxx.xx/rss.php?key=xxx&link=1&v=91", "download_path"=>"/data/completed"}], "update_interval"=>600, "add_paused"=>false, "server"=>{"host"=>"transmission", "port"=>9091, "rpc_path"=>"/transmission/rpc"}, "login"=>nil, "log"=>{"target"=>#<IO:>, "level"=>:debug}, "fork"=>false, "single"=>false, "pid_file"=>false, "privileges"=>{}, "seen_file"=>nil} 2020-12-12 09:03:18 (debug) no privilege dropping 2020-12-12 09:03:18 (debug) 0 uris from seenfile 2020-12-12 09:03:18 (debug) pid 12 2020-12-12 09:03:18 (debug) aggregator start 2020-12-12 09:03:18 (debug) aggregate https://xxx.xx/rss.php?key=xxx&link=1&v=91 2020-12-12 09:03:18 (debug) retrieval error (OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=error: certificate verify failed (unable to get local issuer certificate))` |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
* Brush up proxy and rss plugin images, build for multiarch support #1483 * Escape special characters in rss-plugin input variables #1565 * Increase healthcheck ping timeout (#1627) * Add DNS resolution checks (fix #1608) (#1617) * Add dns resolution test to healthcheck script * Add dns resolution test to start script Co-authored-by: Patrick Kishino <[email protected]> * Fix PIA infinite redirect on config download (see #1619) (#1620) PIA download link was redirecting and setting a cookie, but those are disabled by default unless `--cookie` or `--cookie-jar` are given. Since the cookie was not set, the redirection was attempted again until we reached the maximum redirection limit. The `--cookie /dev/null` specifies an empty input cookie, which has the effect to enable curl's handling of cookies. Co-authored-by: Kristian Haugene <[email protected]> Co-authored-by: clement-z <[email protected]>
Feel free to re-open this issue if you think it deserves another look. |
Still got the problem. |
@haugene any chance to fix this ? |
* Brush up proxy and rss plugin images, build for multiarch support haugene#1483 * Escape special characters in rss-plugin input variables haugene#1565 * Increase healthcheck ping timeout (haugene#1627) * Add DNS resolution checks (fix haugene#1608) (haugene#1617) * Add dns resolution test to healthcheck script * Add dns resolution test to start script Co-authored-by: Patrick Kishino <[email protected]> * Fix PIA infinite redirect on config download (see haugene#1619) (haugene#1620) PIA download link was redirecting and setting a cookie, but those are disabled by default unless `--cookie` or `--cookie-jar` are given. Since the cookie was not set, the redirection was attempted again until we reached the maximum redirection limit. The `--cookie /dev/null` specifies an empty input cookie, which has the effect to enable curl's handling of cookies. Co-authored-by: Kristian Haugene <[email protected]> Co-authored-by: clement-z <[email protected]>
Anyone actually have an rss that works? |
@Andre1974 I suspect the underlying rss plugin needs to be updated..not sure what the status on that is |
i ended up using sonarr/radarr/lidarr so no need for the rss plugin. |
Describe the problem
When i start transmission-rss in a docker container with a https url i get : retrieval error (OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=error: certificate verify failed)
Add your docker run command
docker run -d \
Logs
root@server:~# docker logs transmission-rss
STARTING RSS PLUGIN
2020-11-28 11:54:45 (info) transmission-rss 1.2.0
2020-11-28 11:54:45 (debug) {"feeds"=>[{"url"=>"https://", "download_path"=>"/data/completed", "regexp"=>"BILD."}], "update_interval"=>600, "add_paused"=>false, "server"=>{"host"=>"transmission", "port"=>9091, "rpc_path"=>"/transmission/rpc"}, "login"=>nil, "log"=>{"target"=>#<IO:>, "level"=>:debug}, "fork"=>false, "single"=>false, "pid_file"=>false, "privileges"=>{}, "seen_file"=>nil}
2020-11-28 11:54:45 (debug) no privilege dropping
2020-11-28 11:54:45 (debug) 0 uris from seenfile
2020-11-28 11:54:45 (debug) pid 16
2020-11-28 11:54:45 (debug) aggregator start
2020-11-28 11:54:45 (debug) aggregate https://*
2020-11-28 11:54:45 (debug) retrieval error (OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=error: certificate verify failed)
Host system:
Ubuntu 18.04.5 LTS
Docker version 19.03.13, build 4484c46d9d
The text was updated successfully, but these errors were encountered: