Laharah / deluge-FileBotTool

A plugin to integrate simple FileBot functionality into Deluge
GNU General Public License v3.0
114 stars 10 forks source link

Filebot tasks fail #35

Closed PooterTF closed 6 years ago

PooterTF commented 6 years ago

FilebotRuntimeError error on torrent 4cdc60aec43c98c27999083bf297556e713e857d: FILEBOT OUTPUT DUMP: Rename episodes using [TheTVDB] Failure (°_°)

This occurs whenever a Filebot task is attempted through FilebotTool. No matter what database is attempting to rename, etc. Filebot runs fine manually on the same exact file, but any jobs sent through FilebotTool pulls this error, both in automation and in dry-run.

It's FileBot 4.7.9 (r4984) / OpenJDK Runtime Environment 1.8.0_131 / Linux 4.8.0-45-generic (amd64)

Laharah commented 6 years ago

hmm that's a bit weird. Does the user account / group that deluge runs on have the correct permissions to access the files you're trying to rename?

Laharah commented 6 years ago

For future people encountering this problem, the filebot cache files may have incorrect permissions. They are located in ~/.filebot/cache. I've added some better error reporting which may help people identify this problem themselves.