• 1
  • 196
  • 197
  • 198(current)
  • 199
  • 200
  • 208
Artwork Downloader
@214b1

Sorry, I don't have your problem of "No provider ID found for looking up artwork."
I had this once while I played with the api key or touching the code. But now I don't have this.
It just not found fanart although the url is correct.

themoviedb is ok. the problem is with fanart.tv.

Are you sure the key is ok?
Have you touched the code maybe?
(2017-12-03, 00:20)burekas Wrote: 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
Huh
(2017-12-03, 00:34)burekas Wrote: @214b1

Sorry, I don't have your problem of "No provider ID found for looking up artwork."
I had this once while I played with the api key or touching the code. But now I don't have this.
It just not found fanart although the url is correct.

themoviedb is ok. the problem is with fanart.tv.

Are you sure the key is ok?
Have you touched the code maybe?
All the metadata scrappers were updated from the repo just moments ago. It seems the provider error was corrected, but I can only download posters and fanart, no disc art or logo's... I must have broke something while tinkering with the PY files.
Hello all,

I have finally fixed the fanart.tv problem with Fanarts & Posters

Replace your fanarttv.py code with the code from here:
https://pastebin.com/raw/fEstm44M
Then put your own project key here:
Code:
API_KEY =  'Type here your own Project API key'
For example:
Code:
API_KEY =  '586118be1ac673f74963cc284d46bd8e

I have also uploaded the tmdb.py content here:
https://pastebin.com/raw/UbweT2M0
Because part of the code fix that was published here was wrong.

Also here, put your own project key here:
Code:
API_KEY =  'Type here your own API key'
For example:
Code:
API_KEY =  '586118be1ac673f74963cc284d46bd8e

The files are located here:
Code:
Kodi\addons\script.artwork.downloader\lib\provider


* There is still a small open issue when searching Discart in tv shows it search for Banners instead. But this is not critical for now.
Update from scrapers received, but I still receive the provider ID error. Huh
(2017-12-03, 02:39)burekas Wrote: Hello all,

I have finally fixed the fanart.tv problem with Fanarts & Posters

Replace your fanarttv.py code with the code from here:
https://pastebin.com/raw/fEstm44M
Then put your own project key here:
Code:
API_KEY =  'Type here your own Project API key'
For example:
Code:
API_KEY =  '586118be1ac673f74963cc284d46bd8e

I have also uploaded the tmdb.py content here:
https://pastebin.com/raw/UbweT2M0
Because part of the code fix that was published here was wrong.

Also here, put your own project key here:
Code:
API_KEY =  'Type here your own API key'
For example:
Code:
API_KEY =  '586118be1ac673f74963cc284d46bd8e

The files are located here:
Code:
Kodi\addons\script.artwork.downloader\lib\provider


* There is still a small open issue when searching Discart in tv shows it search for Banners instead. But this is not critical for now.
Only tell that don't works for me.......
(2017-12-03, 13:03)Bitter Wrote: Only tell that don't works for me....... 

@Bitter
What specific doesn't work? Error / Not Found...?
Have you checked if your project API Key in fanart.tv is ok?
Have you copied it correctly? (It recommanded  to do it with proper a text editor for python)

Use this url in your browser, put your key instead this text 'Your_Project_API_Key', and check if you actually get valid results (This is for "Wonder Woman" for example)
Code:
[syntax]http://webservice.fanart.tv/v3/movies/297762?api_key=Your_Project_API_Key[/syntax]

Then, if you can, before you press on "Fanart", do ctrl+shift+D in order to be on debug mode, then press Fanart.
Put here your log file with Pastebin.
@burekas. I'll answer point by point

- No ID found - Is the error that I have
- Yes I checked and it's ok
- I'll try with another editor and tell you I done copy/paste from your text

I'll send the log, now i'm not near the computer.

Thank you
@burekas....What phyton editor do you recomend?

Thanks
(2017-12-03, 14:10)Bitter Wrote: @burekas....What phyton editor do you recomend?

Thanks
Basically you can Notepad++
But sometimes you can get errors when edit in this way, so I'm using Microsoft Visual Studio.
(If this was the case, I think you were see kind of Kodi error notification, so I don't think it's the issue here)

If you want I can upload these files or all the addon as a zip file for installation from zip, just tell me where.

But basically your error doesn't happen to me. Are you sure it relates to fanart.tv? Maybe it's "themoviedb" provider?
@burekas

There is something more that makes that the script doens't works

Now, I install Kodi in the notebook, same version of artworkdownloader (13.1.0), API's changed.....in the notebook works, but in the laptop doesn't

With films, don't works, with tv shows seems to work good......

I copy all the folder script.artwork.downloader from notebook (working) to laptop and no works.......Maybe have eny issue betwee scripts or something like that
(2017-12-03, 15:21)burekas Wrote: If you want I can upload these files or all the addon as a zip file for installation from zip, just tell me where.

Yes it will be good to make some test. Better all the script.artwork.downloader folder

Thank you
(2017-12-03, 11:09)Grifone1893 Wrote: Update from scrapers received, but I still receive the provider ID error. Huh
 You need to refresh each problem video from the internet. The error goes away after that.
(2017-12-03, 15:52)214b1 Wrote: You need to refresh each problem video from the internet. The error goes away after that.

Please, can you explain more this?
Hello,

I found this in log file:

15:47:06.320 T:9344  NOTICE: Artwork Downloader: ######## Artwork Downloader: Initializing...............................
15:47:06.320 T:9344  NOTICE: Artwork Downloader: ## Add-on Name = Artwork Downloader
15:47:06.320 T:9344  NOTICE: Artwork Downloader: ## Version     = 13.1.0
15:47:06.574 T:9344   ERROR: Artwork Downloader: 'HTTP Error 401: Unauthorized'
15:47:10.906 T:9344  NOTICE: Artwork Downloader: script stopped
  • 1
  • 196
  • 197
  • 198(current)
  • 199
  • 200
  • 208

Logout Mark Read Team Forum Stats Members Help
Artwork Downloader18