Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

"Unexpected XML-RPC Tag: fault" #887

Closed
acantepie opened this issue Dec 9, 2020 · 1 comment
Closed

"Unexpected XML-RPC Tag: fault" #887

acantepie opened this issue Dec 9, 2020 · 1 comment

Comments

@acantepie
Copy link

Hi,

I got this error when i am trying to add a torrent file (with tracker) on flood (works fine with untracked torrent):
Request : Request URL: https://torrent.umbrella-corp.dev/api/client/add-files
Response - 500 : {"message":"Unexpected XML-RPC Tag: fault"}

rtorrent.rc

# Where rTorrent saves the downloaded files
directory.default.set = /mnt/rtorrent/downloads

# Where rTorrent saves the session
session.path.set = /mnt/rtorrent/.session

# Which ports rTorrent can use (Make sure to open them in your router)
network.port_range.set = 50000-50050
network.port_random.set = yes

# Check the hash after the end of the download
pieces.hash.on_completion.set = yes

# Enable DHT (for torrents without trackers)
dht.mode.set = auto
dht.port.set = 6881
protocol.pex.set = yes

# Authorize UDP trackers
trackers.use_udp.set = yes

# Enable encryption when possible
protocol.encryption.set = allow_incoming,try_outgoing,enable_retry

# SCGI port, used to communicate with Flood
network.scgi.open_port = 127.0.0.1:5000
encoding.add = UTF-8

# Log
method.insert = cfg.logs,     private|const|string, (cat,"/var/log/rtorrent/")
method.insert = cfg.logfile,  private|const|string, (cat,(cfg.logs),"rtorrent-",(system.time),".log")

log.execute = (cat, (cfg.logs), "execute.log")

print = (cat, "Logging to ", (cfg.logfile))
log.open_file = "log", (cfg.logfile)
log.add_output = "info", "log"

# events
method.insert = d.get_finished_dir, simple, "cat=/mnt/plex/,$d.custom1="
method.insert = d.data_path, simple, "if=(d.is_multi_file), (cat,(d.directory),/), (cat,(d.directory),/,(d.name))"
method.insert = d.move_to_complete, simple, "d.directory.set=$argument.1=; execute=mkdir,-p,$argument.1=; execute=mv,-u,$argument.0=,$argument.1=; d.save_full_session="
method.set_key = event.download.finished,move_complete,"d.move_to_complete=$d.data_path=,$d.get_finished_dir="

rtorrent: Rakshasa's BitTorrent client version 0.9.7.
flood: up to date with master - bb55350
os: raspbian 10 ARM

@acantepie
Copy link
Author

I close issue, repo was abandonned according to this => #889

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant