home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
Moving Pictures
MovingPictures: Hang at retrieving details (connection fails) ?
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="RoChess" data-source="post: 1275051" data-attributes="member: 18896"><p>It has only happened a few times for me in the ~10 years of using IMDb+, but the way I solve it, is to close MediaPortal, and then open the movingpictures.db3 database file (after you first copy it for a backup obviously) in an SQLite editor such as "SQLite Expert Personal".</p><p></p><p>Then you select the "scripts" table, and this is where it gets tricky. On the right side you switch to the "Data" tab. At the bottom it will show you how many scraper-scripts you have installed (including old versions). On mine it shows "1 out of 56" as I haven't cleaned things up lately.</p><p></p><p>Jump to the last record via the ">>|" button, and it should show:</p><p></p><p>[code]</p><p><ScriptableScraper></p><p> <details></p><p> <!-- These details are for display purposes only. --></p><p> <name>IMDb+</name></p><p> <author>Ron (RoChess)</author></p><p> <description>Combination scraper, using the best data from IMDb and RottenTomatoes.</description></p><p> <id>314159265</id></p><p> <version major="4" minor="10" point="5" /></p><p> <published month="02" day="24" year="2020" /></p><p> <type>MovieDetailsFetcher|MovieCoverFetcher</type></p><p> <language>various</language></p><p> </details></p><p>[...and much more...]</p><p>[/code]</p><p></p><p>If you see another scraper-script other than IMDb+ v4.10.5, then use the "<" button to go back one record at a time until you find it.</p><p></p><p>Then right click on that row containing the IMDb+ v4.10.5 scraper-script XML code and select "Record Editor".</p><p></p><p>Click inside the "contents" textbox, and use CTRL+A to select the entire XML script. Then use CTRL+C to copy it to clipboard, and click CANCEL to close the record editor window.</p><p></p><p>Now keep using the "<" button until you locate the IMDb+ v4.3.8 entry, right click on that cell, and select "Record Editor" again.</p><p></p><p>This time select all the content again inside the "contents" textbox via CTRL+A, but then use CTRL+V to replace that one with the v4.10.5 content.</p><p></p><p>Then use the SAVE button to make the change, and use that 3rd icon in the toolbar to close the database. It will then ask you if you wish to save changes to the DB3 file, so say YES, and then close SQLite program.</p><p></p><p>There might be a much easier way, such as using Moving-Pictures configuration to go to manual scraper-script control and "delete" the v4.3.8 script, but I've tried so many different things when this random bug was brought to my attention that I never could figure out exactly what solved it or how to hunt down the bug in MovPic source-code, but the SQLite database method is guaranteed to fix it and that is what I use myself.</p><p></p><p>PS: I've marked this bug on my ToDo list again to look at this weekend, but I still don't know if it is a bug in Moving-Pictures or IMDb+ Plugin. Do you remember the order in which you installed things? Did you perhaps install IMDb+, and then maybe also applied an update to Moving-Pictures before you launched MediaPortal GUI? That's one scenario that might cause things to freak out as new MovPic installs updated scraper-scripts on the internal ones, which might not always respect the primary order the IMDb+ plugin assigns itself before MediaPortal GUI has launched. Just writing this out as a reminder note for when I can find time to test.</p><p></p><p>PPS: Feel free to provide me with your movingpictures.db3 database, and I can do the fix for you if the above technical steps look scary.</p></blockquote><p></p>
[QUOTE="RoChess, post: 1275051, member: 18896"] It has only happened a few times for me in the ~10 years of using IMDb+, but the way I solve it, is to close MediaPortal, and then open the movingpictures.db3 database file (after you first copy it for a backup obviously) in an SQLite editor such as "SQLite Expert Personal". Then you select the "scripts" table, and this is where it gets tricky. On the right side you switch to the "Data" tab. At the bottom it will show you how many scraper-scripts you have installed (including old versions). On mine it shows "1 out of 56" as I haven't cleaned things up lately. Jump to the last record via the ">>|" button, and it should show: [code] <ScriptableScraper> <details> <!-- These details are for display purposes only. --> <name>IMDb+</name> <author>Ron (RoChess)</author> <description>Combination scraper, using the best data from IMDb and RottenTomatoes.</description> <id>314159265</id> <version major="4" minor="10" point="5" /> <published month="02" day="24" year="2020" /> <type>MovieDetailsFetcher|MovieCoverFetcher</type> <language>various</language> </details> [...and much more...] [/code] If you see another scraper-script other than IMDb+ v4.10.5, then use the "<" button to go back one record at a time until you find it. Then right click on that row containing the IMDb+ v4.10.5 scraper-script XML code and select "Record Editor". Click inside the "contents" textbox, and use CTRL+A to select the entire XML script. Then use CTRL+C to copy it to clipboard, and click CANCEL to close the record editor window. Now keep using the "<" button until you locate the IMDb+ v4.3.8 entry, right click on that cell, and select "Record Editor" again. This time select all the content again inside the "contents" textbox via CTRL+A, but then use CTRL+V to replace that one with the v4.10.5 content. Then use the SAVE button to make the change, and use that 3rd icon in the toolbar to close the database. It will then ask you if you wish to save changes to the DB3 file, so say YES, and then close SQLite program. There might be a much easier way, such as using Moving-Pictures configuration to go to manual scraper-script control and "delete" the v4.3.8 script, but I've tried so many different things when this random bug was brought to my attention that I never could figure out exactly what solved it or how to hunt down the bug in MovPic source-code, but the SQLite database method is guaranteed to fix it and that is what I use myself. PS: I've marked this bug on my ToDo list again to look at this weekend, but I still don't know if it is a bug in Moving-Pictures or IMDb+ Plugin. Do you remember the order in which you installed things? Did you perhaps install IMDb+, and then maybe also applied an update to Moving-Pictures before you launched MediaPortal GUI? That's one scenario that might cause things to freak out as new MovPic installs updated scraper-scripts on the internal ones, which might not always respect the primary order the IMDb+ plugin assigns itself before MediaPortal GUI has launched. Just writing this out as a reminder note for when I can find time to test. PPS: Feel free to provide me with your movingpictures.db3 database, and I can do the fix for you if the above technical steps look scary. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
Moving Pictures
MovingPictures: Hang at retrieving details (connection fails) ?
Contact us
RSS
Top
Bottom