What tinyMediaManager version are you using? Version 4.3.13 registered What is the actual behavior? Not retrieving artwork, no matter which scraper I use. Always get error message:" Could not fetch artwork for movie:Invalid TMDB API keytmm_logs.zip ...
So I'm using Movies API from TMDB API, and my code looks like this: let apikey = '{my_apikey}'; let url: string = 'https://api.themoviedb.org/3/movie/apikey='; url = url + apikey; console.log(url); (async function () { const response = await fet...
I did try toinitialize_appon every API request that uses that resource (essentially moving the code insidefunction_A) but that is obviously a hug hack and it makes the application complain that the app is already initialized. I would really appreciate any pointers. Hi@skywritergr When you say...