Search found 170 matches

by ZeroByDivide
07 Apr 2017, 08:11
Forum: Windows
Topic: A fatal error has been detected by the Java Runtime Environment:
Replies: 3
Views: 9141

Re: A fatal error has been detected by the Java Runtime Environment:

There's lots of Direct3D related keywords in those logs. My first idea would have been to turn off graphics acceleration for Java programs. See FAQ for details. setx J2D_D3D false I've never heard of RTSS Rivatuner Statistics but it seems to mess with the Direct3D pipeline to collect statistics, an...
by ZeroByDivide
06 Apr 2017, 21:24
Forum: Windows
Topic: A fatal error has been detected by the Java Runtime Environment:
Replies: 3
Views: 9141

A fatal error has been detected by the Java Runtime Environment:

Dunno what is going on, but I decided to do a complete re-install of windows recently for the creators update (since it's been officially released to the public since yesterday for the people who want to get it a bit earlier than the 11th and I've been needing to a clean install for the past couple ...
by ZeroByDivide
10 Mar 2017, 21:44
Forum: Help and Support
Topic: [nevermind this post now]
Replies: 2
Views: 1873

Re: [nevermind this post now]

The Windows Store may not be perfect, but considering that most people have no idea what they're doing, the Store solves many many many potential setup or update issues that end up wasting peoples time, and my time here in the forums. Yea it's understandable haha xD I would prefer the same solution...
by ZeroByDivide
10 Mar 2017, 20:00
Forum: Help and Support
Topic: [nevermind this post now]
Replies: 2
Views: 1873

[nevermind this post now]

Edit: My mistake was trying to reach the portable version but for some reason it wasn't coming up anymore, but now it does.. Hoping it stays around and doesn't go away since it seems you are trying to enforce the windows 10 store version..
by ZeroByDivide
21 Feb 2017, 17:01
Forum: Windows
Topic: MissingMethodException.. someone mind helping me out?
Replies: 43
Views: 24660

Re: MissingMethodException.. someone mind helping me out?

Try this: // TheTVDB ID def id = id as int // API Configuration def url = new URL('http://10.0.0.1:8989') def header = ['X-Api-Key': '00000000'] def sonarrSeriesId = new JsonSlurper() .parseText(new URL(url, '/api/series') .get(header) .text) .find{ it.tvdbId == id }.id println new URL(url, '/api/c...
by ZeroByDivide
21 Feb 2017, 16:40
Forum: Windows
Topic: MissingMethodException.. someone mind helping me out?
Replies: 43
Views: 24660

Re: MissingMethodException.. someone mind helping me out?

Run this and post what it says: def url = new URL('http://localhost:8989/api') def header = ['X-Api-Key': '91c2468dcb0a4f17a5cef20affb4d8be'] println new URL(url, 'series').get(header).text You're seem to be getting back a HTML website when you should be getting JSON data. Getting this here when ru...
by ZeroByDivide
21 Feb 2017, 16:16
Forum: Windows
Topic: MissingMethodException.. someone mind helping me out?
Replies: 43
Views: 24660

Re: MissingMethodException.. someone mind helping me out?

Whenever I run the script either through testing phase or normal means I always seem to end up getting an error message in the end.. Unable to determine the current character, it is not a string, number, array, or object The current character read is '<' with an int value of 60 Unable to determine t...
by ZeroByDivide
21 Feb 2017, 15:42
Forum: Windows
Topic: MissingMethodException.. someone mind helping me out?
Replies: 43
Views: 24660

Re: MissingMethodException.. someone mind helping me out?

Here's a complete solution. Untested, but it's equivalent to what people in the Sonarr forums did: https://forums.sonarr.tv/t/refreshseries-rescanseries-command/10797/26 e.g. filebot -script update-sonarr.groovy --def id=281662 // TheTVDB ID def id = id as int // API Configuration def url = new URL...
by ZeroByDivide
21 Feb 2017, 13:15
Forum: Windows
Topic: MissingMethodException.. someone mind helping me out?
Replies: 43
Views: 24660

Re: MissingMethodException.. someone mind helping me out?

stressing me out way more than it should, going to cause me to have a panic attack. You're yet you're still using CMD which is the cause of all that pain... That's the normal feeling when you try to do anything more complex than a one-liner in CMD... :?: Why not use Groovy? You did that in the begi...
by ZeroByDivide
20 Feb 2017, 22:40
Forum: Windows
Topic: MissingMethodException.. someone mind helping me out?
Replies: 43
Views: 24660

Re: MissingMethodException.. someone mind helping me out?

Gah this is so pissing me off.. no matter what I do or change I always get stuck on the curl -s http://localhost:8989/api/series -H "X-Api-Key: apikey" --compressed | jq -s ".[]| .[] | select(.tvdbId=="268592") | .id " >temp.txt bit and it never goes past that for the s...
by ZeroByDivide
20 Feb 2017, 20:45
Forum: Windows
Topic: MissingMethodException.. someone mind helping me out?
Replies: 43
Views: 24660

Re: MissingMethodException.. someone mind helping me out?

So might of figured out what is causing my sonarr.bat file to not execute fully.. for some reason having batch set temporary paths in the bat file for cURL and JQ ends up messing it up completely or something.. it goes through it's normal routine of everything and then once it goes to execute my son...
by ZeroByDivide
20 Feb 2017, 20:20
Forum: Windows
Topic: MissingMethodException.. someone mind helping me out?
Replies: 43
Views: 24660

Re: MissingMethodException.. someone mind helping me out?

It does look like nothing is executed, but that's probably because you're looking at the filebot log file, and not the console output. Are you testing by calling your bat script from CMD or PowerShell? Because if you don't, then you might miss important console output. I don't get any console outpu...
by ZeroByDivide
20 Feb 2017, 19:22
Forum: Windows
Topic: MissingMethodException.. someone mind helping me out?
Replies: 43
Views: 24660

Re: MissingMethodException.. someone mind helping me out?

What's it say if you do this? --def exec="filebot -script fn:sysenv {id}" Ends up giving me this for a log Run script [fn:amc] at [Mon Feb 20 13:18:29 CST 2017] Parameter: ut_dir = C:\Users\JourneyOver\Desktop\QBT\The.100.S04E03.720p.HDTV.x265.ShAaNiG.mkv Parameter: ut_kind = multi Parame...
by ZeroByDivide
20 Feb 2017, 18:58
Forum: Windows
Topic: MissingMethodException.. someone mind helping me out?
Replies: 43
Views: 24660

Re: MissingMethodException.. someone mind helping me out?

Okay so I've gotten really close but still not gotten it yet :/ Running my current setup [Main Script] :: Media file processing script for Filebot :: This script gets triggered by some means (inotify, auditd, cron, etc.) and processes media files in some locations. :: It will run the filebot amc.gro...
by ZeroByDivide
20 Feb 2017, 15:02
Forum: Windows
Topic: MissingMethodException.. someone mind helping me out?
Replies: 43
Views: 24660

Re: MissingMethodException.. someone mind helping me out?

some reason I can not for the life of me get it to set a variable for the curl command... It's almost funny that you think Windows CMD can do that. It can't. :lol: :idea: Windows CMD is absolutely useless for anything but the most simple calls. It's not bash. Hmm got an idea, output the variable fr...
by ZeroByDivide
20 Feb 2017, 14:54
Forum: Windows
Topic: MissingMethodException.. someone mind helping me out?
Replies: 43
Views: 24660

Re: MissingMethodException.. someone mind helping me out?

some reason I can not for the life of me get it to set a variable for the curl command... It's almost funny that you think Windows CMD can do that. It can't. :lol: :idea: Windows CMD is absolutely useless for anything but the most simple calls. It's not bash. While that is true that CMD is shit, an...
by ZeroByDivide
20 Feb 2017, 14:38
Forum: Windows
Topic: MissingMethodException.. someone mind helping me out?
Replies: 43
Views: 24660

Re: MissingMethodException.. someone mind helping me out?

This is just a snippit of the output of the curl command -- [ { "title": "The 100", "alternateTitles": [], "sortTitle": "100", "seasonCount": 4, "totalEpisodeCount": 48, "episodeCount": 16, "episodeFileCount": ...
by ZeroByDivide
20 Feb 2017, 14:14
Forum: Windows
Topic: MissingMethodException.. someone mind helping me out?
Replies: 43
Views: 24660

Re: MissingMethodException.. someone mind helping me out?

If you're hacking the amc script without prototyping your logic in a small unit tests first, it's not surprising that you're in over your head. I couldn't do it. ;) 1. Write a standalone script so you can rapidly prototype and test everything. I don't use Sonarr but here's a simple script with JSON...
by ZeroByDivide
20 Feb 2017, 12:29
Forum: Windows
Topic: MissingMethodException.. someone mind helping me out?
Replies: 43
Views: 24660

Re: MissingMethodException.. someone mind helping me out?

1. Doing this with a standalone PowerShell or Groovy script via called via --def exec shouldn't be too difficult. If you need the old or new path then you can just pass that along. That would also make it much easier for others to integrate your solution more easily with existing amc setups. e.g. -...
by ZeroByDivide
20 Feb 2017, 11:01
Forum: Windows
Topic: MissingMethodException.. someone mind helping me out?
Replies: 43
Views: 24660

MissingMethodException.. someone mind helping me out?

So I decided to try and work my way through fixing up some stuff for my scripts, most notably Filebot to Sonarr/Radarr.. (Radarr is a fork of Sonarr but for movies, so everything that works on Sonarr works on Radarr as well) Now before you say anything yes I know that you can just use a simple "...
by ZeroByDivide
27 Dec 2016, 06:57
Forum: Feature Requests and Bug Reports
Topic: filter timespamp doesn't work with 4.7.5
Replies: 11
Views: 5228

Re: filter timespamp doesn't work with 4.7.5

Great yes, thanks a bunch nuchdog

Code: Select all

any{ age < 5 }{ airdate ? true : false }
worked perfectly to weed out episodes that has no air date yet while allowing future episodes and keeping the age filter intact :D
by ZeroByDivide
27 Dec 2016, 01:14
Forum: Feature Requests and Bug Reports
Topic: filter timespamp doesn't work with 4.7.5
Replies: 11
Views: 5228

Re: filter timespamp doesn't work with 4.7.5

Is there a way to limit the time frame for future episodes? any{ age < 5}{true} returns all future episodes. With timeStamp I could filter down to only episodes in the next few days. Specifically, some episodes hit my machine before midnight in my timezone and thus show as technically not having ai...
by ZeroByDivide
21 Dec 2016, 19:25
Forum: Help and Support
Topic: Combining filters & need some help :/
Replies: 19
Views: 9289

Re: Combining filters & need some help :/

Somehow I have a feeling that your logic is a bit wonky and doesn't actually work. Actually the filter "age < 30 || !(defines.ut_title =~ /(?i)American.Dad/) && n != /Doctor Who/ && n != /The Librarians/" works like so and these are just a few examples (that I had tested s...
by ZeroByDivide
21 Dec 2016, 05:23
Forum: Help and Support
Topic: Combining filters & need some help :/
Replies: 19
Views: 9289

Re: Combining filters & need some help :/

Never said you was, but you don't have to be so hostile about things either... I'm just trying to learn more filebot stuff since I wanted to clean up my script I've been using for the past couple years a bit.. anyways I'm just going to stick to doing "age < 30 || !(defines.ut_title =~ /(?i)Amer...
by ZeroByDivide
21 Dec 2016, 04:41
Forum: Help and Support
Topic: Combining filters & need some help :/
Replies: 19
Views: 9289

Re: Combining filters & need some help :/

'Doctor Who (2005)' in ['Doctor Who', 'The Librarians'] false ... as expected 'Doctor Who' in ['Doctor Who', 'The Librarians'] true ... as expected You can use the ! operator to flip the value: !('Doctor Who' in ['Doctor Who', 'The Librarians']) false ... as expected If the --filter results in fals...