-
Notifications
You must be signed in to change notification settings - Fork 47
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
Retrieval error #85
Comments
you need to change line 55 in aggregator.rb: content = open(feed.url, "User-Agent" => "transmission-rss").read |
Thanx, that fixed the problem for me! |
Is the website black-listing certain user agent strings? This change could be included into the code; would you say, there is something argueing against it? |
For the uninitiated, is this a file you can change after installing as a gem, or does it need to be edited before installing from source? EDIT: I found it at |
I made this change a default in the current development version. |
@nning FWIW I thought I was having the same issue, but my 403 was from the RPC connection (first time user here). But in any case, I've continued using this change and it hasn't affected me adversely. |
Got this issue only on one feed.
ruby -v
ruby 2.3.3p222 (2016-11-21) [i386-linux-gnu]
transmission-rss -v
0.2.6
//edit: updated to v.1.0.0 and error is still an issue
transmission-rss -v
1.0.0
Config lines of error:
url: https://website.com/custom_rss.php?passkey=[my_passkey]
download_path: /home/Movies
systemctl status transmission-rss
transmission-rss[9131]: 1561201553(debug) aggregate https://website.com/custom_rss.php?passkey=[my_passkey]
transmission-rss[9131]: 1561201553(debug) retrieval error (OpenURI::HTTPError: 403 Forbidden)
Other feeds configured same as this one working fine.
The text was updated successfully, but these errors were encountered: