nning / transmission-rss

Adds torrents from RSS feeds to Transmission web frontend
GNU General Public License v3.0
450 stars 47 forks source link

Using Transmission-rss on transmission-gtk --> wrong port #41

Closed zannanikeb closed 7 years ago

zannanikeb commented 7 years ago

Hi everyone

I m trying to use transmission-rss on my transmission-gtk i open the web frontend on the port 8888 but seems like is connecting only on port 9091. Here's my config:

ruby -v ruby 2.3.1p112 (2016-04-26) [x86_64-linux-gnu]

transmission-rss -v 0.2.3

My config.yml file is:

# Indent consistently with spaces!
# Format documentation on http://www.yaml.org/.
#

# List of feeds to watch.

feeds:
  - url: http://myurlforfeed.com/
    download_path: /home/user/myfolder

# Feed probing interval in seconds. Default is 600.

update_interval: 300

# Whether to add torrents paused. Default is false.

#add_paused: false

# The transmission server to connect to. Default is localhost:9091.

server:
  host: localhost
  port: 8888
  rpc_path: /transmission/rpc

# Uncomment if transmission server requires login.

login:
  username: myusername
  password: mypassword

# Where to log. Default is stderr.

log_target: /home/user/transmission-rss/log/transmissiond-rss.log

# Drop privileges. If omitted, privileges are not dropped.

#privileges:
#  user: nobody
#  group: nobody

# Fork?

fork: false

# Save PID.

pid_file: false
`

All i can see from the log is:

1487246958(debug) on_new_item event magnet:?xt=mymagnet 1487246958(debug) request localhost:9091 1487246958(debug) connection refused 1487246958(debug) not added to seen file magnet:?xt=mymagnet

I don't want to use transmission-daemon, i used from a long time transmission-gtk and it was fine to me. I m using the web frontend with user and password correctly.

On top of the log i can see also: 1487244132(debug) loading user config /home/user/.config/transmission-rss/config.yml 1487244132(debug) watch_file /home/user/.config/transmission-rss/config.yml 1487244132(debug) version 0.2.3 1487244132(debug) {"feeds"=>[{"url"=>" [here i can find all the correct settings on the yml file] 1487244132(debug) no privilege dropping 1487244132(debug) 51 uris from seenfile 1487244132(debug) pid 7604 1487244132(debug) aggregator start

Seems like the "connection refused" goes on port 9091 Is there something i could do to make it work?

Thanks

brianmagicr commented 7 years ago

same with me. I'm using port 8112 and it still tries 9091

nning commented 7 years ago

I fixed this issue in ac2c4c8 and released 0.2.4. Could you test if it works for you, please?

zannanikeb commented 7 years ago

i have to try to make a clean installation, but using gem update transmission-rss on an old working version, it downloas the 0.2.4 version and it work perfectly.

Thank you

nning commented 7 years ago

Great, thanks a lot for reporting!