Search found 5 matches

by JStrach
31 Jan 2019, 15:22
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 526919

Re: [JDownloader] Setup for Windows, Linux and Mac OS X

I implemented the changes that I described above, taking the code that was in the if statement out and moving to after the statement, then changing the if statement to a while false statement to wait for the package to truly be finished. It worked as expected. I included a log in the while statement...
by JStrach
24 Jan 2019, 19:18
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 526919

Re: [JDownloader] Setup for Windows, Linux and Mac OS X

After implementing just the JSON script, I see that you were right, the problem was that it was running prior to being truly finished, as I discovered when Filebot couldn't move the file since it was still being used by JDownloader. I hadn't realized that the only way the logs would register the eve...
by JStrach
24 Jan 2019, 17:05
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 526919

Re: [JDownloader] Setup for Windows, Linux and Mac OS X

I'm not sure what the problem was, but going into the WebUI and replacing all the code with the JSON script for package finished caused it to run smoothly. It seems like that might be all that's needed to run properly?
by JStrach
24 Jan 2019, 14:02
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 526919

Re: [JDownloader] Setup for Windows, Linux and Mac OS X

Presumably, the event script is called, but the isReallyFinished() returns false for some reason. Maybe at lots of logging for all the variables & conditions will help you figure out why: https://github.com/filebot/plugins/blob/master/jdownloader/PackageFinished.js If that were the case, wouldn...
by JStrach
22 Jan 2019, 20:43
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 526919

Re: [JDownloader] Setup for Windows, Linux and Mac OS X

Hi, I created the events as well as the cmd file (running on Windows 10), but am having issues getting filebot to run. I've looked at the logs, and from what I can gather, the event script for running after the package finishes is actually set up to work fine. If I test run it from the edit dialog, ...