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
IMDb+
Overhaul IMDb+ rating system
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: 1275184" data-attributes="member: 18896"><p><strong>EDIT: </strong>Never-mind, something else is going on for you, it appears you got blocked from accessing imdb.com when it was time to get the main-details page:</p><p></p><p>[code]29-Jun-2020 12:15:00 Debug [ ScraperNode]: executing retrieve: <retrieve name="details_page" url="${site}" encoding="UTF-8" /> </p><p>29-Jun-2020 12:15:00 Debug [ ScraperNode]: Retrieving URL: https://www.imdb.com/title/tt0463854/ </p><p>29-Jun-2020 12:15:11 Warn [ WebGrabber]: Connection failed: Reached retry limit of 5. URL= </p><p>29-Jun-2020 12:15:11 Debug [ ScraperNode]: Assigned variable: details_page = [/code]</p><p></p><p>Can you think of anything that might cause that? Security software, firewall, etc.?</p><p></p><p>I'm going to have to add extra code that looks for this and log a big fat error message.</p><p></p><p>PS: Keep in mind that you can be on the HTPC in a browser and it works fine, but that the HTTPClient engine that C# uses for Moving-Pictures is denied. Still if there is a firewall/security issue going on the browser should quickly tell you. It could be that your system for example does not have the November 2019 SSL root-certificate update, so it fails to verify the SSL/TLS-credentials and then aborts the connection.</p><p></p><p><strong>Original reply:</strong></p><p></p><p>[USER=77183]@biship[/USER] there's something weird going on. The vote RegEx to obtain all the scores is failing for you, so it keeps the old data you had, but when I try it on "28 Weeks Later (2007)" I get:</p><p></p><p style="margin-left: 40px">[ATTACH=full]206165[/ATTACH]</p><p></p><p>Whereas your logs show:</p><p></p><p>[code]</p><p>29-Jun-2020 12:15:12 Debug [ ScraperNode]: executing parse: <parse name="imdb_votes" input="${details_page}" regex="${rx_imdb_votes}" /></p><p>29-Jun-2020 12:15:12 Debug [ ScraperNode]: name: imdb_votes ||| pattern: title="(?<imdbScore>\d+(?:.\d+)?) based on (?<imdbPopularity>[^\s]+) user ratings"(?:.+?<div class="metacriticScore[^"]+">\s*<span>(?<metaScore>\d+)</span>.+?>(?<metaPopularity>[^\s]+) crit[^<]+</a>)? ||| input: </p><p>29-Jun-2020 12:15:12 Debug [ ScraperNode]: Assigned variable: imdb_votes.count = 0</p><p>29-Jun-2020 12:15:12 Debug [ ScraperNode]: Parse node returned no results...[/code]</p><p></p><p>However you did not add the HTML source option, so I cannot tell if IMDb is messing with you and giving you different HTML-data than me.</p><p></p><p>Please edit your IMDb+ config file, and add:</p><p></p><p>[code]<set id="19" name="global_options_debug_imdb_sources" value="true" />[/code]</p><p></p><p>And then recreate the log file exactly like you did.</p><p></p><p>That should hopefully tell me what on earth IMDb.com is doing different for you.</p></blockquote><p></p>
[QUOTE="RoChess, post: 1275184, member: 18896"] [B]EDIT: [/B]Never-mind, something else is going on for you, it appears you got blocked from accessing imdb.com when it was time to get the main-details page: [code]29-Jun-2020 12:15:00 Debug [ ScraperNode]: executing retrieve: <retrieve name="details_page" url="${site}" encoding="UTF-8" /> 29-Jun-2020 12:15:00 Debug [ ScraperNode]: Retrieving URL: https://www.imdb.com/title/tt0463854/ 29-Jun-2020 12:15:11 Warn [ WebGrabber]: Connection failed: Reached retry limit of 5. URL= 29-Jun-2020 12:15:11 Debug [ ScraperNode]: Assigned variable: details_page = [/code] Can you think of anything that might cause that? Security software, firewall, etc.? I'm going to have to add extra code that looks for this and log a big fat error message. PS: Keep in mind that you can be on the HTPC in a browser and it works fine, but that the HTTPClient engine that C# uses for Moving-Pictures is denied. Still if there is a firewall/security issue going on the browser should quickly tell you. It could be that your system for example does not have the November 2019 SSL root-certificate update, so it fails to verify the SSL/TLS-credentials and then aborts the connection. [B]Original reply:[/B] [USER=77183]@biship[/USER] there's something weird going on. The vote RegEx to obtain all the scores is failing for you, so it keeps the old data you had, but when I try it on "28 Weeks Later (2007)" I get: [INDENT=2][ATTACH type="full" alt="1593460698932.png"]206165[/ATTACH][/INDENT] Whereas your logs show: [code] 29-Jun-2020 12:15:12 Debug [ ScraperNode]: executing parse: <parse name="imdb_votes" input="${details_page}" regex="${rx_imdb_votes}" /> 29-Jun-2020 12:15:12 Debug [ ScraperNode]: name: imdb_votes ||| pattern: title="(?<imdbScore>\d+(?:.\d+)?) based on (?<imdbPopularity>[^\s]+) user ratings"(?:.+?<div class="metacriticScore[^"]+">\s*<span>(?<metaScore>\d+)</span>.+?>(?<metaPopularity>[^\s]+) crit[^<]+</a>)? ||| input: 29-Jun-2020 12:15:12 Debug [ ScraperNode]: Assigned variable: imdb_votes.count = 0 29-Jun-2020 12:15:12 Debug [ ScraperNode]: Parse node returned no results...[/code] However you did not add the HTML source option, so I cannot tell if IMDb is messing with you and giving you different HTML-data than me. Please edit your IMDb+ config file, and add: [code]<set id="19" name="global_options_debug_imdb_sources" value="true" />[/code] And then recreate the log file exactly like you did. That should hopefully tell me what on earth IMDb.com is doing different for you. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
IMDb+
Overhaul IMDb+ rating system
Contact us
RSS
Top
Bottom