View unanswered posts | View active topics It is currently Fri May 24, 2013 5:32 am



Reply to topic  [ 9 posts ] 
 A genuine YAMJ Error Question 
Author Message

Joined: Thu Jan 05, 2012 12:40 am
Posts: 810
Location: Brisbane, AU
Post A genuine YAMJ Error Question
I just installed r3126 and did a run over my TV Library with no problems.

When I ran it over my Movie Library the following errors are showing up...

Error
Failed to create output file
file:/C:/YAMJ3126/temp/Jukebox/Genres_Fantasy%0A%20%20%20%20Action%0A%20%20%20
%20Comedy%0A%20%20%20%20Science%20Fiction%0A%20%20%20%20Family_1.xml: The filena
me, directory name, or volume label syntax is incorrect
DOMHelper: Error writing the document to C:\YAMJ3126\temp\Jukebox\Genres_Fantasy

Action
Comedy
Science Fiction
Family_1.xml
DOMHelper: Message: Failed to create output file file:/C:/YAMJ3126/temp/Jukebox/
Genres_Fantasy%0A%20%20%20%20Action%0A%20%20%20%20Comedy%0A%20%20%20%20Science%2
0Fiction%0A%20%20%20%20Family_1.xml
Error
Failed to create output file
file:/C:/YAMJ3126/temp/Jukebox/Genres_Action%0A%20%20%20%20Comedy%0A%20%20%20%
20Thriller%0A%20%20%20%20Crime%0A%20%20%20%20Romance_1.xml: The filename, direct
ory name, or volume label syntax is incorrect
DOMHelper: Error writing the document to C:\YAMJ3126\temp\Jukebox\Genres_Action
Comedy
Thriller
Crime
Romance_1.xml
DOMHelper: Message: Failed to create output file file:/C:/YAMJ3126/temp/Jukebox/
Genres_Action%0A%20%20%20%20Comedy%0A%20%20%20%20Thriller%0A%20%20%20%20Crime%0A
%20%20%20%20Romance_1.xml

No problems with r3072

Any ideas?

_________________
"Beer is living proof that God loves us and wants us to be happy." - Benjamin Franklin 1706-1790
"It's ALWAYS Beer o'clock" - Homer Simpson


Wed Jun 13, 2012 11:26 pm
Profile

Joined: Tue Dec 08, 2009 4:33 pm
Posts: 531
Location: Liverpool, UK
Post Re: A genuine YAMJ Error Question
Gi Greg,

Looks like you have an issue with the genre names.

Have you modified the categories.xml file at all?

%20 is a space and %0A is a newline, so the writer is trying to output
Code:
Genres_Action
    Comedy
    Thriller
    Crime

    Romance_1.xml

as a filename and I suspect that is why it is failing

_________________
Yet Another Movie Jukebox Developer


Thu Jun 14, 2012 1:50 pm
Profile WWW

Joined: Thu Jan 05, 2012 12:40 am
Posts: 810
Location: Brisbane, AU
Post Re: A genuine YAMJ Error Question
Nope, but I have a custom genres-default file

<genres>
<genre name="Action">
<subgenre>Adventure</subgenre>
<subgenre>Aventure</subgenre>
<subgenre>Action and Adventure</subgenre>
</genre>
<genre name="Crime">
<subgenre>Crime</subgenre>
</genre>
<genre name="Drama">
<subgenre>Biography</subgenre>
<subgenre>History</subgenre>
</genre>
<genre name="Thriller">
<subgenre>Horror</subgenre>
<subgenre>Mystery</subgenre>
</genre>
<genre name="Other">
<subgenre>Short</subgenre>
<subgenre>Musical</subgenre>
</genre>
<genre name="Sci-Fi">
<subgenre>Science Fiction</subgenre>
<subgenre>Science-Fiction</subgenre>
</genre>
<genre name="War">
<subgenre>War</subgenre>
</genre>
<genre name="Western">
<subgenre>Western</subgenre>
</genre>
<genre name="Music">
<subgenre>Music</subgenre>
<subgenre>Rock</subgenre>
</genre>
<genre name="Chick Flix">
<subgenre>Romance</subgenre>
</genre>
</genres>

_________________
"Beer is living proof that God loves us and wants us to be happy." - Benjamin Franklin 1706-1790
"It's ALWAYS Beer o'clock" - Homer Simpson


Thu Jun 14, 2012 2:39 pm
Profile

Joined: Thu Jan 05, 2012 12:40 am
Posts: 810
Location: Brisbane, AU
Post Re: A genuine YAMJ Error Question
I decided to try r3128 without any modification other than mjb.PlayOnHD=true set in the properties file.

Same errors....

Tried my working setup of 3072. Works perfectly even with my modified skin, genres, etc files.

Any suggestions?

_________________
"Beer is living proof that God loves us and wants us to be happy." - Benjamin Franklin 1706-1790
"It's ALWAYS Beer o'clock" - Homer Simpson


Fri Jun 15, 2012 12:02 am
Profile

Joined: Tue Dec 08, 2009 4:33 pm
Posts: 531
Location: Liverpool, UK
Post Re: A genuine YAMJ Error Question
Sorry Greg, not had a chance to look at this yet, (real) work getting in the way.

Can you email me your property files (including the genre and categories files).

Also, add in the filecache.txt and log file for a run.

omertron (AT) gmail (dot) com

_________________
Yet Another Movie Jukebox Developer


Fri Jun 15, 2012 10:58 am
Profile WWW

Joined: Thu Jan 05, 2012 12:40 am
Posts: 810
Location: Brisbane, AU
Post Re: A genuine YAMJ Error Question
Will do O,

Maybe later in the weekend/Mon as I also have to do some work.

_________________
"Beer is living proof that God loves us and wants us to be happy." - Benjamin Franklin 1706-1790
"It's ALWAYS Beer o'clock" - Homer Simpson


Fri Jun 15, 2012 10:52 pm
Profile

Joined: Thu Jan 05, 2012 12:40 am
Posts: 810
Location: Brisbane, AU
Post Re: A genuine YAMJ Error Question
Before I went any further, I noticed that r3130 was available and I installed that over r3128.

The errors that I noted above are no longer present so it appears that some change between the versions has fixed the problem.

That would appear too easy!!! Another problem raised it's ugly head. I noticed these errors in the log.

[13:37:41 - Thread-2] WARN com.moviejukebox.thetvdb.tools.TvdbParser - Series error: Error: http://thetvdb.com/api/[APIKEY]/series/71173/default/2/1/en.xml
[13:37:44 - Thread-2] WARN com.moviejukebox.thetvdb.tools.TvdbParser - Series error: Error: http://thetvdb.com/api/[APIKEY]/series/71173/default/3/1/en.xml
[13:37:46 - Thread-2] WARN com.moviejukebox.thetvdb.tools.TvdbParser - Series error: Error: http://thetvdb.com/api/[APIKEY]/series/71173/default/4/1/en.xml

After some investigation, I found that the problem is related to the Battlestar Galactica TV series of which I have the 4 seasons and the specials. All have the relevant information in the NFO file like so and were recognised as the 2003 version by r3072:-

<id moviedb="thetvdb">73545</id>
<id moviedb="imdb">tt0407362</id>

The 71173 id in the error messages is the 1978 series starring Lorne Greene.

I then decided to do a bulk rename of all the files eg: Battlestar Galactica S00E01 to Battlestar Galactica (2003) S00E01

This seemed to resolve the problem.

So Omertron, I don't think there's any need to email you the info, is there?

_________________
"Beer is living proof that God loves us and wants us to be happy." - Benjamin Franklin 1706-1790
"It's ALWAYS Beer o'clock" - Homer Simpson


Sat Jun 16, 2012 11:10 pm
Profile

Joined: Tue Dec 08, 2009 4:33 pm
Posts: 531
Location: Liverpool, UK
Post Re: A genuine YAMJ Error Question
I do like people who do the investigation :)

I'm a little concerned that the NFO file didn't fix the series correctly, but glad it's all sorted

_________________
Yet Another Movie Jukebox Developer


Sun Jun 17, 2012 9:52 pm
Profile WWW

Joined: Thu Jan 05, 2012 12:40 am
Posts: 810
Location: Brisbane, AU
Post Re: A genuine YAMJ Error Question
Yes Omertron, so was I concerned as it all worked perfectly using r3072 without the file renaming.

Omertron wrote:
I do like people who do the investigation :)

I'm a little concerned that the NFO file didn't fix the series correctly, but glad it's all sorted

_________________
"Beer is living proof that God loves us and wants us to be happy." - Benjamin Franklin 1706-1790
"It's ALWAYS Beer o'clock" - Homer Simpson


Sun Jun 17, 2012 10:53 pm
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 9 posts ] 

Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by: phpBB | Innitial forum Design by: STSoftware | Modified by: AC Ryan.