darklinkpower / PlayniteExtensionsCollection

Collection of extensions made for Playnite.
MIT License
279 stars 28 forks source link

[Steam Screenshots] The addon doesn't find screenshots for "Age Of Empires II Definitive Edition" #550

Open HerrKnarz opened 1 month ago

HerrKnarz commented 1 month ago

Extension name

Steam Screenshots

Bug Description

The extension finds screenshots for allmost all games in my library, if they have a steam link assigned, but for some reason none are found for "Age Of Empires II Definitive Edition". The game has a steam link and is from the steam library addon. I know that games not available in my country aren't found, but that's not the case with this game.

The link I have to the game is this one: https://store.steampowered.com/app/813780

It's no big deal, if some games are missing, but maybe it's an indication for something probably affecting others as well.

To Reproduce

Have "Age Of Empires II Definitive Edition" in your library, add a link to its steam page and see if the steam screenshots addon finds any shots.

Logs

extensions.log playnite.log

Screenshots

No response

darklinkpower commented 1 month ago

Can't reproduce, working fine for me:

image

Can you check if your links doesn't have spaces at the start or end of the url in Playnite?

And if this file exists here, upload it here:

image

image

813780_appdetails.json

HerrKnarz commented 1 month ago

Sorry for the late reply. The link is exactly the same as yours and has no spaces anywhere. I found the file and attached it. It simply says success:false, though. 813780_appdetails.json

I now deleted the file and checked the game again in Playnite. This time the screenshots are found. Do you use the files to cache data? Maybe steam just was acting up the moment it tried to get the screenshots and the addon didn't try again because of the success status in the file. A function to force a new API call to get the screenshots would be a good idea for cases like this, I guess. Or automatically fetch the data again from steam, if the file is a few days old, so newly added screenshots will also be displayed.