Bugreport - Filebot Node (docker) - no console output

All your suggestions, requests and ideas for future development
Post Reply
fallenczar
Posts: 4
Joined: 11 Jul 2019, 00:07

Bugreport - Filebot Node (docker) - no console output

Post by fallenczar »

Over the Last couple of days, i have noticed that filebot-node webconsole does not display any output..
Typical behavior would have been to display the same output as is recorded in the logs.
I see the filebot-node docker has been updated 8 days ago - any changes that could have caused this ?

Code: Select all

Log Output

Code: Select all

filebot -script 'fn:amc' /volume1/NZBget/Movies --output /data/Movies/Plex --action move -non-strict --order Airdate --conflict auto --lang en --def 'ut_label=Movie' 'music=y' 'unsorted=y' 'clean=y' 'skipExtract=y' 'seriesFormat={n} ({y})/Season {s}/{n} ({y}) - S{s}.E{e} [ {vf} {source} { video[0].CodecID =~ /HEVC/ ? '\''HEVC.x265'\'' : '\''H.264'\''}]' 'movieFormat={n} ({y})/{n} ({y}) [ {vf} {source} { video[0].CodecID =~ /HEVC/ ? '\''HEVC.x265'\'' : '\''H.264'\''}]' 'excludeList=.excludes' --apply refresh --log all --log-file '/data/.filebot-node/filebot.log'

------------------------------------------

Run script [fn:amc] at [Mon May 31 16:54:24 GMT 2021]
Parameter: ut_label = Movie
Parameter: music = y
Parameter: unsorted = y
Parameter: clean = y
Parameter: skipExtract = y
Parameter: seriesFormat = {n} ({y})/Season {s}/{n} ({y}) - S{s}.E{e} [ {vf} {source} { video[0].CodecID =~ /HEVC/ ? 'HEVC.x265' : 'H.264'}]
Parameter: movieFormat = {n} ({y})/{n} ({y}) [ {vf} {source} { video[0].CodecID =~ /HEVC/ ? 'HEVC.x265' : 'H.264'}]
Parameter: excludeList = .excludes
Argument[0]: /volume1/NZBget/Movies
Use excludes: /data/Movies/Plex/.excludes (0)
Input: /volume1/NZBget/Movies/XXXXXX/XXXXXX.mkv
Input: /volume1/NZBget/Movies/XXXXXX/XXXXXX.mkv
Input: /volume1/NZBget/Movies/XXXXXX/XXXXXX.mkv
Input: /volume1/NZBget/Movies/XXXXXX/XXXXXX.mkv
Process as Movie [Movie]
Group: {Movie=true} => [XXXXXX.mkv, XXXXXX.mkv, XXXXXX.mkv, XXXXXX.mkv]
Rename movies using [TheMovieDB]
Auto-detect movie from context [/volume1/NZBget/Movies/XXXXXX/XXXXXX.mkv]
Auto-detect movie from context [/volume1/NZBget/Movies/XXXXXX/XXXXXX.mkv]
Auto-detect movie from context [/volume1/NZBget/Movies/XXXXXX/XXXXXX.mkv]
Auto-detect movie from context [/volume1/NZBget/Movies/XXXXXX/XXXXXX.mkv]
[MOVE] from [/volume1/NZBget/Movies/XXXXXX/XXXXXX.mkv] to [/data/Movies/Plex/XXXXXX/XXXXXX.mkv]
[MOVE] from [/volume1/NZBget/Movies/XXXXXX/XXXXXX.mkv] to [/data/Movies/Plex/XXXXXX/XXXXXX.mkv]
[MOVE] from [/volume1/NZBget/Movies/XXXXXX/XXXXXX.mkv] to [/data/Movies/Plex/XXXXXX/XXXXXX.mkv]
[MOVE] from [/volume1/NZBget/Movies/XXXXXX/XXXXXX.mkv] to [/data/Movies/Plex/XXXXXX/XXXXXX.mkv]
Processed 4 files
Clean clutter files and empty folders
Delete /volume1/NZBget/Movies/XXXXXX
Delete /volume1/NZBget/Movies/XXXXXX
Delete /volume1/NZBget/Movies/XXXXXX
Delete /volume1/NZBget/Movies/XXXXXX
Done ヾ(@⌒ー⌒@)ノ

------------------------------------------

[Process completed]

Code: Select all

Screnshot
Image
User avatar
rednoah
The Source
Posts: 22899
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Bugreport - Filebot Node (docker) - no console output

Post by rednoah »

Check More Tools ➔ Developer Tools ➔ Network to see what's going on. Make sure to disable your Ad Blocker for FileBot Node, to make sure you're not accidentally blocking requests.
:idea: Please read the FAQ and How to Request Help.
fallenczar
Posts: 4
Joined: 11 Jul 2019, 00:07

Re: Bugreport - Filebot Node (docker) - no console output

Post by fallenczar »

Problem is resolved by using edge.
i am currently using chrome v 91 and have these errors:

Code: Select all

GET http://10.0.0.100:58500/log?id=1622530397034&date=1622530397034&status= net::ERR_BLOCKED_BY_CLIENT  app.js?_dc=20210523110326:1 

Code: Select all

DevTools failed to load SourceMap: Could not load content for chrome-extension://hnmpcagpplmpfojmgmnngilcnanddlhb/browser-polyfill.min.js.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME
User avatar
rednoah
The Source
Posts: 22899
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Bugreport - Filebot Node (docker) - no console output

Post by rednoah »

net::ERR_BLOCKED_BY_CLIENT means that your browser blocked the request on the client-side before even connecting to the server-side, i.e. ad blocker is overzealously blocking things.
:idea: Please read the FAQ and How to Request Help.
Post Reply