You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Original issue 1628 created by Omertron on 2010-10-05T08:23:21.000Z:
I now get a JAVA error on every NFO file where I only have a year in the PREMIERED tag. Do I now have to sepcify a month and a day? Is there anyway continue using just the year and have YAMJ recognize both the dates that are complete and the dates that are only the year? I did not have this problem until I updated to 2.1.
Here is the error from log:
Failed parsing NFO file for movie: Don Donald. Please fix or remove it.
java.lang.IllegalArgumentException: Could not determine Year, Month, and Day from '1937'
at org.pojava.datetime.DateTime.parse(DateTime.java:806)
at org.pojava.datetime.DateTime.parse(DateTime.java:592)
at org.pojava.datetime.DateTime.(DateTime.java:225)
at com.moviejukebox.scanner.MovieNFOScanner.parseMovieNFO(MovieNFOScanner.java:426)
at com.moviejukebox.scanner.MovieNFOScanner.parseXMLNFO(MovieNFOScanner.java:332)
at com.moviejukebox.scanner.MovieNFOScanner.scan(MovieNFOScanner.java:122)
at com.moviejukebox.MovieJukebox.updateMovieData(MovieJukebox.java:1207)
at com.moviejukebox.MovieJukebox$3.call(MovieJukebox.java:775)
at com.moviejukebox.MovieJukebox$3.call(MovieJukebox.java:760)
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)
The text was updated successfully, but these errors were encountered:
Original issue 1628 created by Omertron on 2010-10-05T08:23:21.000Z:
I now get a JAVA error on every NFO file where I only have a year in the PREMIERED tag. Do I now have to sepcify a month and a day? Is there anyway continue using just the year and have YAMJ recognize both the dates that are complete and the dates that are only the year? I did not have this problem until I updated to 2.1.
Here is the error from log:
Failed parsing NFO file for movie: Don Donald. Please fix or remove it.
java.lang.IllegalArgumentException: Could not determine Year, Month, and Day from '1937'
at org.pojava.datetime.DateTime.parse(DateTime.java:806)
at org.pojava.datetime.DateTime.parse(DateTime.java:592)
at org.pojava.datetime.DateTime.(DateTime.java:225)
at com.moviejukebox.scanner.MovieNFOScanner.parseMovieNFO(MovieNFOScanner.java:426)
at com.moviejukebox.scanner.MovieNFOScanner.parseXMLNFO(MovieNFOScanner.java:332)
at com.moviejukebox.scanner.MovieNFOScanner.scan(MovieNFOScanner.java:122)
at com.moviejukebox.MovieJukebox.updateMovieData(MovieJukebox.java:1207)
at com.moviejukebox.MovieJukebox$3.call(MovieJukebox.java:775)
at com.moviejukebox.MovieJukebox$3.call(MovieJukebox.java:760)
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)
The text was updated successfully, but these errors were encountered: