• 1
  • 195
  • 196
  • 197(current)
  • 198
  • 199
  • 208
Artwork Downloader
Why does no one release an official update to the addon with all the fixed code like the guide above?
Delete.
(2017-11-29, 20:05)burekas Wrote: I have a problem with fanart.tv.

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?
Ignore this, the url is ok, but the addon cannot retrieve the fanart from it. why?
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:
PHP Code:
elif ((currentmedia['mediatype'] == 'movie') and (not currentmedia['id'] == '' or not currentmedia['id'].startswith('tt'))): 
WARNING - python sensitive to blank characters

By the way, this section is not good.
I have the old code and it's ok.
When I have tried the new code, it gave me wrong result, result of something else.

The code regarding the release date is working (Although the old code there also working)
Does anyone know how to fix this?
No provider ID found for looking up artwork
Thank you
Sad 
(2017-12-01, 20:14)jokeronparade Wrote: Does anyone know how to fix this?
No provider ID found for looking up artwork
Thank you
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. 

TRULY ANNOYING!
(2017-12-02, 01:35)214b1 Wrote:
(2017-12-01, 20:14)jokeronparade Wrote: Does anyone know how to fix this?
No provider ID found for looking up artwork
Thank you
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. 

TRULY ANNOYING! 
 Same here. Undecided
(2017-12-02, 01:35)214b1 Wrote:
(2017-12-01, 20:14)jokeronparade Wrote: Does anyone know how to fix this?
No provider ID found for looking up artwork
Thank you
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. 

TRULY ANNOYING! 

I have exactly the same error.
(2017-12-02, 14:43)Headhunter3k Wrote:
(2017-12-02, 01:35)214b1 Wrote:
(2017-12-01, 20:14)jokeronparade Wrote: Does anyone know how to fix this?
No provider ID found for looking up artwork
Thank you
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. 

TRULY ANNOYING! 

I have exactly the same error.   
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.
anybody else have problems with fanart.tv not sending the email confirmation for registering .. i been waiting for 1 day. no email.
(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.
.
Why "No Artwork Found"? ("Fanart not found!" in the GUI)
(I have put 'MMM' instead my own API KEY, but I check it with my API KEY and it does return results. So why it's not finding?)

The movie is "Wonder Woman" for example.

Code:
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:
(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.  
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-03, 00:20)214b1 Wrote:
(2017-12-02, 23:56)burekas Wrote:
(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.   
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. 
I have edited my comment, see my new post above.
I have also a problem with fanart.tv although the url is ok by the log.
(2017-12-03, 00:23)burekas Wrote:
(2017-12-03, 00:20)214b1 Wrote:
(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.
Look my post above. Someone should suggest a fix here in the code.   
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.  
I have edited my comment, see my new post above.
I have also a problem with fanart.tv although the url is ok by the log. 
Are we talking about the same problem? I'm referring to this error: "No provider ID found for looking up artwork."
  • 1
  • 195
  • 196
  • 197(current)
  • 198
  • 199
  • 208

Logout Mark Read Team Forum Stats Members Help
Artwork Downloader18