@tamasnemeti wrote:
2020-01-27 11:57:20 CRITICAL task bookmarks BUG: Unhandled error in plugin transmission: name 'TransmissionError' is not defined
NameError: name 'TransmissionError' is not defined
2020-01-27 11:57:21 CRITICAL manager bookmarks An unexpected crash has occurred. Writing crash report to /home/pi/.config/flexget/crash_report.2020.01.27.115721033248.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.13
2020-01-27 11:57:21 WARNING task bookmarks Aborting task (plugin: transmission)
Here's the content of the log file: https://pastebin.com/Mt0TLMyV
pi@raspberrypi:~ $ flexget -V
3.1.13
You are on the latest release.RPC also seems to be working from Python:
pi@raspberrypi:~ $ python3
Python 3.7.3 (default, Apr 3 2019, 05:39:12)
[GCC 8.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.import transmissionrpc
tc = transmissionrpc.Client('localhost', port=9091, user='pi', password='supersecret')
tc.get_torrents()
[, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ]
exit()I've reinstalled both and still getting the same. I'm on a fresh copy of Raspbian Buster.
Any suggestions?
Posts: 1
Participants: 1