Open cd-FileX opened 3 months ago
we do use the epic API to get the store page slug https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/pull/2229, we actually use 2 methods already to find that information
but I remember none of the 2 methods we know of were 100% reliable
Describe the bug
When trying to go to the store page of some games, it shows not found even though the games are existing in epic games and the library.
Add logs
Steps to reproduce
Store Page
in the three-dot-menuExpected behavior
Navigate to the real page which usually has some code added to the game name at the end.
Screenshots
No response
Heroic Version
Latest Stable (Flatpak)
System Information
Additional information
Edit: I also noticed there is wrong encoding for the minus symbol (
a - b
->a---b
should bea - b
->a-b
)I guess this may be a pretty tricky problem, maybe solvable per searching the api(?) or website for it and getting the link this way.