2017-11-29, 20:36
Why does no one release an official update to the addon with all the fixed code like the guide above?
(2017-11-29, 20:05)burekas Wrote: I have a problem with fanart.tv.Ignore this, the url is ok, but the addon cannot retrieve the fanart from it. why?
For example: Movie = Wonder Woman (2017)
Why the fanart.tv using the imdb id = tt0451279:
Instead of the fanart.tv ID = 297762:
This is the reason why I don't get results from it.
How can I fix this?
Quote:5. Modify the addons\script.artwork.downloader\default.py file:
Old code (lines 285-287):
PHP Code:elif (currentmedia['mediatype'] == 'movie' and not
currentmedia['id'] == '' and not
currentmedia['id'].startswith('tt')):
New code:
WARNING - python sensitive to blank charactersPHP Code:elif ((currentmedia['mediatype'] == 'movie') and (not currentmedia['id'] == '' or not currentmedia['id'].startswith('tt'))):
(2017-12-01, 20:14)jokeronparade Wrote: Does anyone know how to fix this?Getting the same error. Already registered the API key in July and it worked great until the last update a few days ago. Tried redoing the key like last time, but failed to work! Content I had already scrapped before the Artwork Downloader update will load normally and show all the available artwork selections, but if I refresh the same video, I'm toast! It gives me the "No provider ID found for looking up artwork" error.
No provider ID found for looking up artwork
Thank you
(2017-12-02, 01:35)214b1 Wrote:Same here.(2017-12-01, 20:14)jokeronparade Wrote: Does anyone know how to fix this?Getting the same error. Already registered the API key in July and it worked great until the last update a few days ago. Tried redoing the key like last time, but failed to work! Content I had already scrapped before the Artwork Downloader update will load normally and show all the available artwork selections, but if I refresh the same video, I'm toast! It gives me the "No provider ID found for looking up artwork" error.
No provider ID found for looking up artwork
Thank you
TRULY ANNOYING!
(2017-12-02, 01:35)214b1 Wrote:(2017-12-01, 20:14)jokeronparade Wrote: Does anyone know how to fix this?Getting the same error. Already registered the API key in July and it worked great until the last update a few days ago. Tried redoing the key like last time, but failed to work! Content I had already scrapped before the Artwork Downloader update will load normally and show all the available artwork selections, but if I refresh the same video, I'm toast! It gives me the "No provider ID found for looking up artwork" error.
No provider ID found for looking up artwork
Thank you
TRULY ANNOYING!
(2017-12-02, 14:43)Headhunter3k Wrote:It's not the Artwork Downloader after all, but the recent metadata scrappers like the Universal Movie Scrapper and others. All those scrappers were updated the other day, but unfortunately, they introduced some serious bugs. I've stopped scrapping my video content until they fix the problem.(2017-12-02, 01:35)214b1 Wrote:(2017-12-01, 20:14)jokeronparade Wrote: Does anyone know how to fix this?Getting the same error. Already registered the API key in July and it worked great until the last update a few days ago. Tried redoing the key like last time, but failed to work! Content I had already scrapped before the Artwork Downloader update will load normally and show all the available artwork selections, but if I refresh the same video, I'm toast! It gives me the "No provider ID found for looking up artwork" error.
No provider ID found for looking up artwork
Thank you
TRULY ANNOYING!
I have exactly the same error.
00:39:40.258 T:3396 DEBUG: Artwork Downloader: API: http://webservice.fanart.tv/v3/movies/tt...pi_key=MMM
00:39:40.321 T:3396 DEBUG: Artwork Downloader: - Using GUI mode
00:39:40.322 T:3396 DEBUG: Artwork Downloader: - Custom movie mode art_type: fanart
00:39:40.322 T:3396 DEBUG: Artwork Downloader: - Retrieving image list for GUI
00:39:40.323 T:3396 DEBUG: Artwork Downloader: - No artwork found
00:39:40.345 T:10604 DEBUG: ------ Window Init (DialogConfirm.xml) ------
00:39:47.073 T:10604 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
00:39:47.176 T:10604 DEBUG: CInputManager::OnKey: return (0xf00d) pressed, action is Select
00:39:47.176 T:10604 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x0000, modifier: 0x0
00:39:47.420 T:10604 DEBUG: ------ Window Deinit (DialogConfirm.xml) ------
00:39:48.021 T:10604 DEBUG: ------ Window Deinit (DialogNotification.xml) ------
00:39:49.469 T:3396 DEBUG: Artwork Downloader: Silent finish because of playing a video or silent mode
00:39:49.469 T:3396 NOTICE: Artwork Downloader: script stopped
00:39:49.469 T:3396 INFO: CPythonInvoker(150, C:\Users\atzoref\AppData\Roaming\Kodi\addons\script.artwork.downloader\default.py): script successfully run
00:39:49.475 T:10604 DEBUG: ------ Window Init (DialogNotification.xml) ------
00:39:49.774 T:3396 INFO: Python script stopped
00:39:49.774 T:3396 DEBUG: Thread LanguageInvoker 3396 terminating
00:39:51.411 T:10604 DEBUG: ------ Window Init (Pointer.xml) ------
00:39:52.798 T:10604 DEBUG: CWinEventsWin32::WndProcWindow is active
(2017-12-02, 23:56)burekas Wrote:I commented out the old lines an inserted the new line using Adobe Dreamweaver, but it generated an error and didn't work. Your suggestion doesn't explain why video content scrapped 2 days ago still works when I run the Artwork Downloader vs. new video content scrapped today, which doesn't work? I'm still convinced this is metadata scrapper problem and not the Artwork Downloader.(2017-12-02, 21:17)xbmcwood Wrote: anybody else have problems with fanart.tv not sending the email confirmation for registering .. i been waiting for 1 day. no email.fanart.tv won't work, because the addon is using imdb id while this site is using his ID.
Look my post above. Someone should suggest a fix here in the code.
(2017-12-03, 00:20)214b1 Wrote:I have edited my comment, see my new post above.(2017-12-02, 23:56)burekas Wrote:I commented out the old lines an inserted the new line using Adobe Dreamweaver, but it generated an error and didn't work. Your suggestion doesn't explain why video content scrapped 2 days ago still works when I run the Artwork Downloader vs. new video content scrapped today, which doesn't work? I'm still convinced this is metadata scrapper problem and not the Artwork Downloader.(2017-12-02, 21:17)xbmcwood Wrote: anybody else have problems with fanart.tv not sending the email confirmation for registering .. i been waiting for 1 day. no email.fanart.tv won't work, because the addon is using imdb id while this site is using his ID.
Look my post above. Someone should suggest a fix here in the code.
(2017-12-03, 00:23)burekas Wrote:Are we talking about the same problem? I'm referring to this error: "No provider ID found for looking up artwork."(2017-12-03, 00:20)214b1 Wrote:I have edited my comment, see my new post above.(2017-12-02, 23:56)burekas Wrote: fanart.tv won't work, because the addon is using imdb id while this site is using his ID.I commented out the old lines an inserted the new line using Adobe Dreamweaver, but it generated an error and didn't work. Your suggestion doesn't explain why video content scrapped 2 days ago still works when I run the Artwork Downloader vs. new video content scrapped today, which doesn't work? I'm still convinced this is metadata scrapper problem and not the Artwork Downloader.
Look my post above. Someone should suggest a fix here in the code.
I have also a problem with fanart.tv although the url is ok by the log.