linuxserver / docker-emulatorjs

Web based retro emulation frontend with rom scanning and automated art ingestion.
GNU General Public License v3.0
512 stars 51 forks source link

segaMS games aren't recognize by the client #18

Closed dinovich closed 2 years ago

dinovich commented 2 years ago

I added segaMS games, and even inside the config everything looks fine. But when I navigate the client to the segaMS system, I get the message: "No items to load, please add some games". I tried to add the games to config again, but it looks like it's mapped properly and still doesn't recognize any game in the client.

Any ideas?

github-actions[bot] commented 2 years ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

thelamer commented 2 years ago

Can you post your full json here: https://www.textdrop.link/

dinovich commented 2 years ago

Sure thing, here it is: https://www.textdrop.link/#/QmWFgof8CENVv62q2Trqa6nx1cNvzoLuXnciug1prVc9E5

thelamer commented 2 years ago

This json loads for me. Check your browser console make sure you don't have anything misconfigured. test-min

dinovich commented 2 years ago

Figured it out, it was a caching issue. I noticed the browser pulled: http://192.168.2.21:8196/user/config/segaMS.json and it had empty items array in it.

Once I refreshed its cache, everything started working. I wonder if it's not a good idea to force a random query param to pull an updated JSON every time?

thelamer commented 2 years ago

nope, works as intended.