erri120 / Playnite.Extensions

Collection of Extensions I created for Playnite (DLsite, F95zone, Fanza and more)
GNU General Public License v3.0
72 stars 13 forks source link

Error fetching metadata for Game #37

Closed ArtexJay closed 3 years ago

ArtexJay commented 3 years ago

Describe the bug Unable to fetch metadata for any games using your latest extension versions.

To Reproduce Steps to reproduce the behavior:

  1. Select game to edit
  2. pick any of your extensions, (latest version)
  3. it then gives error that it cannot fetch for any game, see the screenshots image image

Versions

erri120 commented 3 years ago

Tripple check the name of the game and the usage section in the readme of the extension you want to use.

ArtexJay commented 3 years ago

I'll check out the readme on github,

also doesn't work with your F95Zone image

ArtexJay commented 3 years ago

Tripple check the name of the game and the usage section in the readme of the extension you want to use.

Checked the readme. I'll delete the extension now, since this "bypass" that you're doing so not something I want to do with huge game list. I'll keep an eye on if the name issue changes at some point. Or if someone else does it better.

Thanks.

erri120 commented 3 years ago

Btw this "bypass" is the only possible solution to get the exact game you want. If you would just slap the game name and try to find it using that, you'd have to hit up the website with a search which

1) might require a login 2) might give 0 or 1+ results 3) requires more requests, creating more traffic than necessary

All metadata extensions in this repo either use an API (like the VNDB one) or do static HTML parsing using HTMLAgilityPack.