Need to debug.

Support for Ubuntu and other Desktop Linux distributions
Post Reply
tfonias74
Donor
Posts: 49
Joined: 16 Jul 2013, 09:17

Need to debug.

Post by tfonias74 »

Hello, I am using an older version on a Raspberry Pi (4.7.9).

Since yesterday, it stopped identifying/renaming files (last thing I did was delete cache).
Failed to identify or process any files
Failed to match files to episode data

Code: Select all

filebot -list --q "Futurama" --db TheMovieDB::TV --filter "s == 1"
works ok.
Also

Code: Select all

filebot -mediainfo -r
works ok.
Is there a way to debug?

Thanks in advance.
User avatar
rednoah
The Source
Posts: 23056
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Need to debug.

Post by rednoah »

I would recommend upgrading the the latest version. FileBot 4.7.9 is unchanged since 2017. I haven't run tests or debugged the code since. Probably mostly doesn't work anymore. The offline features probably age a lot better than online features.



:idea: Here's what I get with the latest release:

Console Output: Select all

$ filebot -list --q "Futurama" --db TheMovieDB::TV --filter "s == 1"
Apply filter [s == 1] on [150] options
Include [Futurama - 1x01 - Space Pilot 3000]
Include [Futurama - 1x02 - The Series Has Landed]
Include [Futurama - 1x03 - I, Roommate]
Include [Futurama - 1x04 - Love's Labours Lost in Space]
Include [Futurama - 1x05 - Fear of a Bot Planet]
Include [Futurama - 1x06 - A Fishful of Dollars]
Include [Futurama - 1x07 - My Three Suns]
Include [Futurama - 1x08 - A Big Piece of Garbage]
Include [Futurama - 1x09 - Hell Is Other Robots]
[9] options remaining
Futurama - 1x01 - Space Pilot 3000
Futurama - 1x02 - The Series Has Landed
Futurama - 1x03 - I, Roommate
Futurama - 1x04 - Love's Labours Lost in Space
Futurama - 1x05 - Fear of a Bot Planet
Futurama - 1x06 - A Fishful of Dollars
Futurama - 1x07 - My Three Suns
Futurama - 1x08 - A Big Piece of Garbage
Futurama - 1x09 - Hell Is Other Robots
:idea: Please read the FAQ and How to Request Help.
tfonias74
Donor
Posts: 49
Joined: 16 Jul 2013, 09:17

Re: Need to debug.

Post by tfonias74 »

Thanks for the reply, Is ubuntu/Debian supported or I am going to have issue with new versions? I am asking because the Pi flavors are not always compatible.
User avatar
rednoah
The Source
Posts: 23056
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Need to debug.

Post by rednoah »

Yes. You can use apt to install filebot on any Ubuntu / Debian machine:
https://www.filebot.net/linux/apt.html



:idea: Debian is the most popular Linux platform. The Raspberry Pi 4 is standard aarch64 CPU architecture. You will not have compatibility issues running standard software for years and decades.
:idea: Please read the FAQ and How to Request Help.
Post Reply