-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VideoImageScanner NullPointerException in r1643 #1450
Comments
Comment #1 originally posted by Omertron on 2010-04-28T18:34:55.000Z: Ran again, checked the files, and I am guessing the problem occurs because I renamed Although I thought these default values for XML checking would handle this situation
|
Comment #2 originally posted by Omertron on 2010-05-06T05:52:11.000Z: so you changed the filename from "The Vampire Diaries S01E01.avi" to "Vampire Diaries |
Comment #3 originally posted by Omertron on 2010-05-06T06:14:38.000Z: I can't replicate this specific issue. I have three files called "The Vampire Diaries S01Exx.avi" Renaming all the files to remove "The" resulted in the correct XML because the base The problem is going to be detecting the change of name with the non-first episode |
Comment #4 originally posted by Omertron on 2010-05-07T23:21:16.000Z: I can't find a copy of the message that I sent through google groups so... I did not change the TV series name, only the episode title part. It just happened again with 1650, such that I had modified the episode because I saw |
Comment #5 originally posted by Omertron on 2010-05-10T20:15:40.000Z: Fixed r1651 |
Original issue 1451 created by Omertron on 2010-04-28T18:25:21.000Z:
Output...
...
Updating: V [Season 1]
Finished: V Season 1
Updating: Vampire Diaries [Season 1]
Finished: Vampire Diaries Season 1
java.lang.NullPointerException
at
com.moviejukebox.scanner.VideoImageScanner.scan(VideoImageScanner.java:116)
at com.moviejukebox.MovieJukebox$3.call(MovieJukebox.java:713)
at com.moviejukebox.MovieJukebox$3.call(MovieJukebox.java:697)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown
Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
at
com.moviejukebox.tools.ThreadExecutor$ScheduledThread.run(ThreadExecutor.java:115)
Finished: The Bridge Season 1
Finished: Rules Of Engagement Season 3
The text was updated successfully, but these errors were encountered: