amc.log
Pyload Log
Sysinfo
Pyload log shows the script runs normally.
Folder Structure:
G:\media\EN_Incomplete\OutlanderXY\OutlanderXY.mkv
should go to
G:\media\EN_Series\Outlander\Season 1\OutlanderXY.mkv
But i rly dunno why there stays "C:\Program Files (x86)\Pyload_EN\data\media\EN_Complete\The.Flash.2014.S01E15.Out.of.Time.1080p.WEB-DL.DD5.1.H.264-NTb.mkvC:\Program Files (x86)\Pyload_EN\data\media\EN_Complete\Arrow.S03E02.Sara.1080p.WEB-DL.DD5.1.H.264-BS.mkv" .
First : The Folder "C:\Program Files (x86)\Pyload_EN\data\media\" doesnt exists.
Second: There is no Flash or Arrow in my "G:\media\EN_Incomplete\" folder.
Third : Why the hell are 2 Paths mixed together?
Iam using FileBot Hook for Pyload .
Error also reported to Here .
When this error is caused by the Filebot Hook for Pyload and not by AMC or Filebot himself just say it and close the Thread.
Thanks in advance.
Note: These are just examples. All names and directorys has been reliable invented.
AMC: InvalidPathException: Illegal char <:>
Re: AMC: InvalidPathException: Illegal char <:>
Yep. Looks like illegal paths are passed into FileBot so it's probably a FileBot Hook issues.
Looks like this is passed in as a single argument:
Clearly that should be 1 argument per file. And there's something funky going on with relative paths being passed in as well. Can't pass relative paths unless you set filebot working dir correctly.
EDIT:
Or you messed up your exclude list by editing it with bad windows software.
Looks like this is passed in as a single argument:
Code: Select all
C:\Program Files (x86)\Pyload_EN\data\media\EN_Complete\The.Flash.2014.S01E15.Out.of.Time.1080p.WEB-DL.DD5.1.H.264-NTb.mkvC:\Program Files (x86)\Pyload_EN\data\media\EN_Complete\Arrow.S03E02.Sara.1080p.WEB-DL.DD5.1.H.264-BS.mkv
EDIT:
Or you messed up your exclude list by editing it with bad windows software.
-
- Posts: 6
- Joined: 08 May 2014, 19:13
Re: AMC: InvalidPathException: Illegal char <:>
Nope, i didnt edited the exclude list. So every processed file will be filled in the exclude list?
I only updated to the new Filebot, when it came out.
Deleting all Entrys in the exclude list with an folder that doesnt exists anymore solved this problem.
I only updated to the new Filebot, when it came out.
Deleting all Entrys in the exclude list with an folder that doesnt exists anymore solved this problem.
Re: AMC: InvalidPathException: Illegal char <:>
Yes.
Somehow you had really odd invalid entries (illegal paths is not ok, non existing paths are ok) in your excludeList, that as far as I can tell weren't added by the amc script.
Somehow you had really odd invalid entries (illegal paths is not ok, non existing paths are ok) in your excludeList, that as far as I can tell weren't added by the amc script.
-
- Posts: 6
- Joined: 08 May 2014, 19:13
Re: AMC: InvalidPathException: Illegal char <:>
Must be some kind of rare error in the amc script in combination with using the Filebot Hook. Maybe this bug got already fixed, didnt used the amc script much in the last 3 months (Because the Filebot hook wasn´t working properly for me)