-
Notifications
You must be signed in to change notification settings - Fork 481
Qbittorrent plugin doesn't add torrent to client #1390
Copy link
Copy link
Closed
Description
Expected behaviour:
Flexget to download the torrent and insert into qbittorrent
Actual behaviour:
Flexget download the torrent to tmp and claims it added to qbittorrent but it never shows up in the client
Steps to reproduce:
This is tricky as for some site the torrent gets added to the client without any problem. And in some case it doesn't, but the torrent file is created in the tmp folder.
Config:
templates:
tv:
qbittorrent:
host: XXXXXX
port: XXXX
username: XXXX
password: XXXX
label: series
series:
settings:
hdtv:
quality: hdtv <720p
set:
path: path_to_directory/{{series_name}}
hdtv:
- Hit the floor
tasks:
dlseries:
headers:
Cookie: "XXXXXXXX"
rss: FEED URL
verify_ssl_certificates: no
template: tv
Log:
2016-09-06 17:39 DEBUG series dlseries Series accepting. <TORRENTNAME> meets quality hdtv
2016-09-06 17:39 VERBOSE task dlseries ACCEPTED: `<TORRENTNAME>` by series plugin because target quality
2016-09-06 17:39 DEBUG urlrewriter dlseries Checking 1 entries
2016-09-06 17:39 INFO download dlseries Downloading: <TORRENTNAME>
2016-09-06 17:39 DEBUG download dlseries Downloading url '<TORRENTURL>'
2016-09-06 17:39 DEBUG utils.requests dlseries Fetching <TORRENTURL>
2016-09-06 17:39 DEBUG download dlseries <TORRENTNAME> field file set to: /tmp/tmpX_QHcL/87a3ce82ae44e8d94daa57e28191bcb9
2016-09-06 17:39 DEBUG download dlseries filename header latin1 decoded
2016-09-06 17:39 DEBUG download dlseries Found filename from headers: <TORRENTNAME>
2016-09-06 17:39 DEBUG download dlseries Mimetype guess for application/x-bittorrent is ['.torrent']
2016-09-06 17:39 DEBUG download dlseries Filename <TORRENTNAME>.torrent extension matches to mime-type
2016-09-06 17:39 DEBUG download dlseries Finishing download_entry() with filename <TORRENTNAME>.torrent
2016-09-06 17:39 DEBUG download dlseries Successfully retrieved <TORRENTNAME> from <TORRENTURL>
2016-09-06 17:39 VERBOSE details dlseries Summary - Accepted: 1 (Rejected: 0 Undecided: 39 Failed: 0)
2016-09-06 17:39 DEBUG modif_torrent dlseries <TORRENTNAME> seems to be a torrent
2016-09-06 17:39 DEBUG torrent_files dlseries <TORRENTNAME> files: [u'<TORRENTNAME>.mkv', u'Sample/<TORRENTNAME>.mkv', u'<TORRENTNAME>.nfo']
2016-09-06 17:39 DEBUG torrent_size dlseries <TORRENTNAME> size: 319.150249481 MB
2016-09-06 17:39 DEBUG qbittorrent dlseries Successfully connected to qBittorrent
2016-09-06 17:39 DEBUG qbittorrent dlseries Added task to qBittorrent
Additional information:
- Flexget Version: 2.3.18
- Python Version: 2.7.9
- Installation method: pip
- OS and version: Debian 8.5 (OSMC)
- Link to crash log:
Please verify that the following data is present before submitting your issue:
-Paste or link to a paste service (pastebin for example) of relevant config (preferably full config including templates if present. Remember to redact any personal information!
- Paste or link to a paste service of debug level logs of relevant task/s. Use
flexget -L debug execute --tasks <Task_name> - Flexget version (Use
flexget -Vto get it). - Full Python version (
2.7.11for example). Runpython -Vto get it. - Installation method (pip, git install, etc.)
- OS and version
- Attach crash log if available
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels