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 2394 created by Omertron on 2012-03-26T18:00:25.000Z:
What steps will reproduce the problem?
Clean your jukebox
Restart YAMJ
Wait & see
What is the expected output? What do you see instead?
No error, no error file but some mistake
What version/revision of YAMJ are you using? On what operating system?
Yet Another Movie Jukebox
Build Date: 2012-03-25 11:01:22
Version: 2.7-SNAPSHOT
Revision: r3010
Win7x64
What skin are you using? Eversion
What device are you using YAMJ on? Networked Media Tank, PlayonHD, Other? PCH C200
Please provide any additional information below.
Error example (but see attachment)
[19:53:43 - main ] java.lang.StringIndexOutOfBoundsException: String index out of range: 9
at java.lang.AbstractStringBuilder.deleteCharAt(Unknown Source)
at java.lang.StringBuilder.deleteCharAt(Unknown Source)
at com.moviejukebox.plugin.TheMovieDbPlugin.copyMovieInfo(TheMovieDbPlugin.java:330)
at com.moviejukebox.plugin.TheMovieDbPlugin.scan(TheMovieDbPlugin.java:169)
at com.moviejukebox.plugin.DatabasePluginController.scan(DatabasePluginController.java:99)
at com.moviejukebox.MovieJukebox.updateMovieData(MovieJukebox.java:1983)
at com.moviejukebox.MovieJukebox$3.call(MovieJukebox.java:949)
at com.moviejukebox.MovieJukebox$3.call(MovieJukebox.java:933)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(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:101)
The text was updated successfully, but these errors were encountered:
Original issue 2394 created by Omertron on 2012-03-26T18:00:25.000Z:
What steps will reproduce the problem?
What is the expected output? What do you see instead?
No error, no error file but some mistake
What version/revision of YAMJ are you using? On what operating system?
Yet Another Movie Jukebox
Build Date: 2012-03-25 11:01:22
Version: 2.7-SNAPSHOT
Revision: r3010
Win7x64
What skin are you using? Eversion
What device are you using YAMJ on? Networked Media Tank, PlayonHD, Other? PCH C200
Please provide any additional information below.
Error example (but see attachment)
[19:53:43 - main ] java.lang.StringIndexOutOfBoundsException: String index out of range: 9
at java.lang.AbstractStringBuilder.deleteCharAt(Unknown Source)
at java.lang.StringBuilder.deleteCharAt(Unknown Source)
at com.moviejukebox.plugin.TheMovieDbPlugin.copyMovieInfo(TheMovieDbPlugin.java:330)
at com.moviejukebox.plugin.TheMovieDbPlugin.scan(TheMovieDbPlugin.java:169)
at com.moviejukebox.plugin.DatabasePluginController.scan(DatabasePluginController.java:99)
at com.moviejukebox.MovieJukebox.updateMovieData(MovieJukebox.java:1983)
at com.moviejukebox.MovieJukebox$3.call(MovieJukebox.java:949)
at com.moviejukebox.MovieJukebox$3.call(MovieJukebox.java:933)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(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:101)
The text was updated successfully, but these errors were encountered: