[19. April 2013] A-400 Advanced Network Setup now available | [11 Jan. 2013] Customize your A-400 Home Screen

Firmware: A-400 [13 May 2013] | C-300 [30 Nov. 2012] | A-300 [30 Nov. 2012] | C-200 [21 Jan. 2013] | A-200/A-210 [10 Aug. 2012]

Just got your NMT | WIKI has the answers | Search the forum | Forum Rules/Policy | Firmware & Official NMT News | Popcornhour manuals



User(s) browsing this thread: 1 Guest(s)
Post Reply 
Error: „Was not able to be scanned using the current plugins“.
05-07-2012, 11:08 PM
Post: #1
Error: „Was not able to be scanned using the current plugins“.
Hi,

Since some time I’m having problems when running my MovieJukebox and getting an error message: „Was not able to be scanned using the current plugins“. After a while I’m getting a second error message, but I guess this is just a follow up message.

I’m using the script since 2 years without problems and running updates consitently. I didn’t make any known changes. After the issue started, I did update all SW like YAMJ, MediaInfo, Java,… I do have plenty of movies and the error message appears after approx. 100 movies

The moviejukebox is created and approx. 3/4 movies are ok. Usually I’m connecting to the German IMDB, but having the cover locally. When getting the error message, I’m not getting any cover for that movie, but the cover art is ok. The description of the movie should appear in German language, does come up only in English

I’m using a nfo file with following structure:
<xml>
<movie>
<id>tt1234567</id>
<thumb>file:///C:/DVD Cover/Test.jpg</thumb>
<genre>Family</genre>
</movie>
</xml>

I was reading in some other threads that the issue could be with “mediainfo.metadata.enable=false” in case it’s set to true. But I do have "false" already in.

My current Configuration:
• Win7 64 bit
• Java jre-7u4-windows-x64 (64 bit)
• jre-7u4-windows-i586 (32bit)
• A110
• yamj-2.7-SNAPSHOT-r3072-bi
• MediaInfo_CLI_0.7.56_Windows_x64
• USB HardDisk 1.5TB each with m2ts und dvd files
• AllinOne22_Alaska_Mix_5
• Nfo files

Any idea what else to do?

Thanks in advance 
Find all posts by this user
Add Thank You Quote this message in a reply
05-08-2012, 07:08 AM
Post: #2
RE: Error: „Was not able to be scanned using the current plugins“.
The error means that the movie/tv show cannot be found on the source site, or that there was an error scanning the site.

Best way to correct it is to create a simple NFO file with the URL to the page on IMDB in there

Visit this user's website Find all posts by this user
Add Thank You Quote this message in a reply
05-08-2012, 05:13 PM
Post: #3
RE: Error: „Was not able to be scanned using the current plugins“.
Thanks for your hint. I was updating the existing NFO, but getting an error message back. What would be the right NFO Structure?

Could you please help in what I need to change? Both examples didn't work

Example 1:
http://www.imdb.de/title/tt0167261/
<xml>
<movie>
<thumb>file:///C:/DVD Cover/HdR zwei tuerme.jpg</thumb>
<genre>Fantasy</genre>
</movie>
</xml>

Example 2:
<xml>
<movie>
<id>http://www.imdb.de/title/tt0120737</id>
<thumb>file:///C:/DVD Cover/HdR Gefaehrten.jpg</thumb>
<genre>Fantasy</genre>
</movie>
</xml>
Find all posts by this user
Add Thank You Quote this message in a reply
05-08-2012, 06:03 PM
Post: #4
RE: Error: „Was not able to be scanned using the current plugins“.
Example 3
PHP Code:
<xml>
<
movie>
<
id movidb="imdb">tt0120737</id>
<
thumb>file:///C:/DVD Cover/HdR Gefaehrten.jpg</thumb> 
<genre>Fantasy</genre>
</
movie>
</
xml

Visit this user's website Find all posts by this user
Add Thank You Quote this message in a reply
05-08-2012, 11:04 PM
Post: #5
RE: Error: „Was not able to be scanned using the current plugins“.
Unfortunetely this doesn't help. Just getting another error message and I do not get the logic behind as this error appears more often even if the movie was scan successful in another test run shortly before

java.lang.StringIndexOuOfBoundsException: String index out of range: -13
at java.lang.String.substring(Unknown Source)
at java.lang.String.substring(Unknown Source)
at com.moviejukebox.plugin.OfdbPlugin.extractTag<OfdbPlugin.java:178)
at com.moviejukebox.plugin.OfdbPlugin.updateOfdbMediaInfo<OfdbPlugin.java:140)
at com.moviejukebox.plugin.OfdbPlugin.scan<OfdbPlugin.java:65)
at com.moviejukebox.plugin.DatabasePluginController.scan<DatabasePlugininController.java:99>
at com.moviejukebox.MovieJukebox.updateMovieData>MovieJukebox.java:1920>

at com.moviejukebox.MovieJukebox$3.call<MovieJukebox:911>
at com.moviejukebox.MovieJukebox$3.call<MovieJukebox:895>
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<ThreadExecutor.java:99>
Find all posts by this user
Add Thank You Quote this message in a reply
05-09-2012, 07:02 AM (This post was last modified: 05-09-2012 07:05 AM by Omertron.)
Post: #6
RE: Error: „Was not able to be scanned using the current plugins“.
(05-08-2012 11:04 PM)baghiras_nightflight Wrote:  Unfortunetely this doesn't help. Just getting another error message and I do not get the logic behind as this error appears more often even if the movie was scan successful in another test run shortly before

It does help, because that's a different error.
revision r3079 should fix it

Visit this user's website Find all posts by this user
Add Thank You Quote this message in a reply
05-10-2012, 06:17 PM (This post was last modified: 05-10-2012 06:51 PM by baghiras_nightflight.)
Post: #7
RE: Error: „Was not able to be scanned using the current plugins“.
Unfortunetely the first error is coming back with R3079

Moviename „Was not able to be scanned using the current plugins“.

I do have three USB Drives connected and the first error starts with movie #100. Are there any restrictions anywhere? I didn't have the issue with the number of movies before.
I'm making progress. Now I'm getting pics, fanart and all other info. Just the movie description is for some movies in English and not in German (not all). Covers are taken thru NFO from local drive
Find all posts by this user
Add Thank You Quote this message in a reply
10-21-2012, 04:45 PM
Post: #8
RE: Error: „Was not able to be scanned using the current plugins“.
I am also getting the same problem, though in my case it seems to be all my films.

I have lot, so I stopped it after the first 20 or so failed.

I have not had any problems for years - but this version yamj-2.8-SNAPSHOT-r3200-bin.zip resulted in these errors.

I reverted to yamj-2.6-SNAPSHOT-r2892-bin.zip and so far it seems to be ok.

C-200, 1 Internal HDD, Synology NAS, Onkyo Amp, Optima Projector - HDMI to Amp and then to Projector
Find all posts by this user
Add Thank You Quote this message in a reply
10-21-2012, 06:13 PM
Post: #9
RE: Error: „Was not able to be scanned using the current plugins“.
try 3196, there might be a plugin bug in the versions after it and omertron is on holiday so it's not going to be fixed quick.
Find all posts by this user
Add Thank You Quote this message in a reply
10-23-2012, 03:05 PM
Post: #10
RE: Error: „Was not able to be scanned using the current plugins“.
Ok, found and fixed the issue
It is fixed in r3206

Visit this user's website Find all posts by this user
Add Thank You Quote this message in a reply
10-25-2012, 12:35 PM
Post: #11
RE: Error: „Was not able to be scanned using the current plugins“.
(10-23-2012 03:05 PM)Omertron Wrote:  Ok, found and fixed the issue
It is fixed in r3206

I am on 2.8 r3209 and am having the same issue
Code:
[07:00:55 - Thread-6] WARN  com.moviejukebox.plugin.DatabasePluginController  - Video 'Aliens (1986) 1080p MKV x264 AC3+DTS NLSubs DMT' was not able to be scanned using the current plugins
[07:00:56 - Thread-4] ERROR com.moviejukebox.tools.WebBrowser  - WebBrowser: URL not found: http://trailers.apple.com/trailers/lions_gate/alphaandomega/hd
[07:01:12 - Thread-3] WARN  com.moviejukebox.plugin.DatabasePluginController  - Video 'An American Carol [2008]' was not able to be scanned using the current plugins
[07:01:29 - Thread-1] WARN  com.moviejukebox.plugin.DatabasePluginController  - Video 'Ant Bully, The  [2006]' was not able to be scanned using the current plugins
[07:01:29 - Thread-6] WARN  com.moviejukebox.plugin.DatabasePluginController  - Video 'Apocalypto[2006]' was not able to be scanned using the current plugins
[07:01:30 - Thread-8] WARN  com.moviejukebox.plugin.DatabasePluginController  - Video 'Apocalypse Now - Redux' was not able to be scanned using the current plugins
[07:01:43 - Thread-4] WARN  com.moviejukebox.plugin.DatabasePluginController  - Video 'Around The World in 80 Days [2004]' was not able to be scanned using the current plugins
[07:02:18 - Thread-3] WARN  com.moviejukebox.plugin.DatabasePluginController  - Video 'Baby Mama [2008]' was not able to be scanned using the current plugins
[07:02:22 - Thread-1] WARN  com.moviejukebox.plugin.DatabasePluginController  - Video 'Back to School' was not able to be scanned using the current plugins
[07:02:29 - Thread-2] WARN  com.moviejukebox.plugin.DatabasePluginController  - Video 'Bad Boys [1995]' was not able to be scanned using the current plugins
[07:02:30 - Thread-1] WARN  com.moviejukebox.plugin.DatabasePluginController  - Video 'Bambi Platinum Edition' was not able to be scanned using the current plugins
[07:02:35 - Thread-1] WARN  com.moviejukebox.plugin.DatabasePluginController  - Video 'Bank Job, The [2008]' was not able to be scanned using the current plugins
[07:02:39 - Thread-1] WARN  com.moviejukebox.plugin.DatabasePluginController  - Video 'Batman - The Movie (1966)' was not able to be scanned using the current plugins
[07:03:13 - Thread-1] WARN  com.moviejukebox.plugin.DatabasePluginController  - Video 'Beyond Sherwood Forest [2009]' was not able to be scanned using the current plugins
[07:03:14 - Thread-2] WARN  com.moviejukebox.plugin.DatabasePluginController  - Video 'beowulf' was not able to be scanned using the current plugins
[07:03:25 - Thread-7] WARN  com.moviejukebox.plugin.DatabasePluginController  - Video 'Blade [1998]' was not able to be scanned using the current plugins
[07:03:28 - Thread-2] WARN  com.moviejukebox.plugin.DatabasePluginController  - Video 'Blade Trinity [2004]' was not able to be scanned using the current plugins
[07:03:32 - Thread-5] WARN  com.moviejukebox.plugin.DatabasePluginController  - Video 'Blindness [2008]' was not able to be scanned using the current plugins
[07:03:39 - Thread-4] WARN  com.moviejukebox.plugin.DatabasePluginController  - Video 'Bloodworth [2011]' was not able to be scanned using the current plugins
[07:03:43 - Thread-4] WARN  com.moviejukebox.plugin.DatabasePluginController  - Video 'Blue Thunder' was not able to be scanned using the current plugins
[07:03:44 - Thread-3] WARN  com.moviejukebox.plugin.DatabasePluginController  - Video 'Body Of Lies [2008]' was not able to be scanned using the current plugins

These are movies that scanned fine before and have had no name changes.

[Image: all-fanart.jpg]

yamj-2.9-r3695 W/Eversion r0179/EvZap/Legion, PCH A-300, Samsung 59" 3D Plasma TV - TP-Link 1Gb 8-port managed switch, 64 Bit I5-gen 3,Win 7 Quad core , 16Gb Ram, 10 Tb Synology NAS raid 5 drive.

There is no Gravity...HST sucks!
Find all posts by this user
Add Thank You Quote this message in a reply
10-25-2012, 01:09 PM
Post: #12
RE: Error: „Was not able to be scanned using the current plugins“.
Can you go to your lib folder and tell me the name of the file that starts with:
Code:
themoviedbapi-3.3-??

It should end with 10 or 11

Visit this user's website Find all posts by this user
Add Thank You Quote this message in a reply
10-25-2012, 01:16 PM (This post was last modified: 10-25-2012 01:17 PM by Bazrah.)
Post: #13
RE: Error: „Was not able to be scanned using the current plugins“.
Mines got themoviedbapi-3.2-20120828-29

And I'm getting the "cannot be scanned" message too

PchTrakt | YAMJ wiki
trakt.tv
Find all posts by this user
Add Thank You Quote this message in a reply
10-25-2012, 02:10 PM
Post: #14
RE: Error: „Was not able to be scanned using the current plugins“.
Also, what revision of YAMJ are you on?
You can try replacing this file with the one from this link
http://oss.sonatype.org/service/local/ar...SHOT&e=jar
Note: This will only work with v2.7 or later of YAMJ

Visit this user's website Find all posts by this user
Add Thank You Quote this message in a reply
10-25-2012, 03:05 PM (This post was last modified: 10-25-2012 03:06 PM by htrabbit.)
Post: #15
RE: Error: „Was not able to be scanned using the current plugins“.
(10-25-2012 01:09 PM)Omertron Wrote:  Can you go to your lib folder and tell me the name of the file that starts with:
Code:
themoviedbapi-3.3-??

It should end with 10 or 11

mine has themoviedbapi-3.3-20121024.210135-11.jar
yamj-2.8-r3209

[Image: all-fanart.jpg]

yamj-2.9-r3695 W/Eversion r0179/EvZap/Legion, PCH A-300, Samsung 59" 3D Plasma TV - TP-Link 1Gb 8-port managed switch, 64 Bit I5-gen 3,Win 7 Quad core , 16Gb Ram, 10 Tb Synology NAS raid 5 drive.

There is no Gravity...HST sucks!
Find all posts by this user
Add Thank You Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  [YAMJ] error "The specified path, filename or both are too long(...) " etc djhifi 2 272 04-28-2013 11:46 PM
Last Post: djhifi
  java heap error with 1500+ folders (initial scrape) jadeddog 11 434 04-28-2013 04:14 PM
Last Post: Omertron
  [YAMJ] Unraid Reinstall error hunter69 4 320 04-26-2013 06:13 PM
Last Post: hunter69
  [YAMJ] WebBrowser: Error getting URL http://www.google.com/search?q=% cybrid3 17 6,270 04-16-2013 03:27 AM
Last Post: DMH2000
  java parsing error wgstarks 5 411 04-06-2013 04:10 PM
Last Post: wgstarks
  YAMJ 2.9 r3673 java error wgstarks 12 756 04-04-2013 04:01 PM
Last Post: Hewon
  APIKEY error AtariBaby 11 465 04-01-2013 08:20 AM
Last Post: Omertron
  [YAMJ] EASY - Error Msg when updating My_YAMJ colinwilson1303 5 467 03-27-2013 03:09 PM
Last Post: colinwilson1303
  [FLASH SKIN] *** SOLVED *** Cant play anything. getting Error 0 in load eskin poggsuk 4 560 03-07-2013 04:43 PM
Last Post: poggsuk
  [FLASH SKIN] Cannpt load evZap - evstreamed error 0 in load eskin eightieslad 5 560 03-07-2013 03:49 PM
Last Post: astronyu

Forum Jump: