Search found 5 matches

by Romint
18 Jan 2025, 17:19
Forum: unRAID & docker
Topic: Bug with Discord webhooks on latest beta [NoClassDefFoundError]
Replies: 4
Views: 2732

Re: Bug with Discord webhooks on latest beta [NoClassDefFoundError]

Cheers! Thanks for testing the latest beta and reporting issues! :) Not at all! :D Happy to help make the best file renamer even better! :!: On an unrelated note, I noticed an unrelated error in the log above: Ignore invalid target file name generated by erroneous format expression: /home/ubuntu ...
by Romint
17 Jan 2025, 16:04
Forum: unRAID & docker
Topic: Bug with Discord webhooks on latest beta [NoClassDefFoundError]
Replies: 4
Views: 2732

Re: Bug with Discord webhooks on latest beta [NoClassDefFoundError]

rednoah wrote: 17 Jan 2025, 04:54 You may need to run filebot -clear-cache once. Does that do the trick?



EDIT:

I was able to reproduce the issue. FileBot r10487 should resolve the issue.
Glad I could be of help! And thank you so much, updating to r10487 fixed it for me!
by Romint
16 Jan 2025, 20:26
Forum: unRAID & docker
Topic: Bug with Discord webhooks on latest beta [NoClassDefFoundError]
Replies: 4
Views: 2732

Bug with Discord webhooks on latest beta [NoClassDefFoundError]

It's me again! Coming in to report bug with the latest build (r10484) where the Discord webhooks (as part of AMC script) are broken, see attached log: ubuntu@da493fa56af3:/home/ubuntu/test$ filebot -script fn:amc Wicked\ 2024.mkv --output /home/ubuntu/test2/ --action symlink --conflict skip -non ...
by Romint
16 Jan 2025, 19:54
Forum: unRAID & docker
Topic: Relative symlinks not working
Replies: 2
Views: 1496

Re: Relative symlinks not working

net.filebot.symlink=relative was introduced on 2 Dec 2024 so you'll have to use the latest beta revision for that to work. net.filebot.symlink=absolute is available in previous releases where anything other than absolute means relative. The latest revision allows you to force absolute or force ...
by Romint
16 Jan 2025, 18:58
Forum: unRAID & docker
Topic: Relative symlinks not working
Replies: 2
Views: 1496

Relative symlinks not working

When using Filebot desktop I end up with relative symlinks which tend to be really useful for my usecase since replicating the folder structure inside and outside Docker is something I would rather not do. I searched on the forums and found a lot of people asking for the opposite and all of those ...