Search found 4 matches

by zirum
16 Nov 2014, 14:54
Forum: Scripting and Automation
Topic: Transmission script problems
Replies: 2
Views: 2817

Re: Transmission script problems

Should have been easy, yes. But sometimes you just get blind of your own typos.

Thanks a lot for the correction, all scripts work like a charm now :)
by zirum
16 Nov 2014, 07:24
Forum: Scripting and Automation
Topic: Transmission script problems
Replies: 2
Views: 2817

Transmission script problems

Having a problem with running AMC after a torrent finishes. Get the following output:
Argument: /ut_dir=/mnt/netshares/Regular/Downloads/Finished/The.Big.Bang.Theory.S08E06.HDTV.x264-LOL.mp4
Argument: /ut_kind=multi
Argument: /ut_title=The.Big.Bang.Theory.S08E06.HDTV.x264-LOL.mp4
File not found ...
by zirum
14 Nov 2014, 12:11
Forum: Scripting and Automation
Topic: UnknownHostException: raw.githubusercontent.com with 4.5
Replies: 2
Views: 4616

Re: UnknownHostException: raw.githubusercontent.com with 4.5

Good call rednoah, awesome!

Ran ipconfig on my windows machine, and added the dns from there in config by editing the following:

Code: Select all

sudo nano /etc/resolv.conf
Thing seem to work now, so can continue testing :-)
by zirum
14 Nov 2014, 10:17
Forum: Scripting and Automation
Topic: UnknownHostException: raw.githubusercontent.com with 4.5
Replies: 2
Views: 4616

UnknownHostException: raw.githubusercontent.com with 4.5

Hi!

Trying out Filebot on my Rasberry running with AMC, but are getting the following Unknown Host exception:
UnknownHostException: raw.githubusercontent.com
java.net.UnknownHostException: raw.githubusercontent.com
at net.filebot.web.WebRequest.fetch(WebRequest.java:116)
at net.filebot.web ...