BinBashBanana / webretro

RetroArch in your browser
https://binbashbanana.github.io/webretro/
MIT License
249 stars 350 forks source link

Running offline #12

Closed FieryMewtwo closed 2 years ago

FieryMewtwo commented 2 years ago

When run locally, webretro just hangs on the "Loading" screen. Do you (@BinBashBanana) know what might be wrong?

ethanaobrien commented 2 years ago

Are you opening the file directly? Does the URL show file at the top? Could you copy and paste the link?

BinBashBanana commented 2 years ago

@FieryMewtwo You can't use file:// urls, you will have to use something like python's built-in http server: python3 -m http.server

FieryMewtwo commented 2 years ago

Okay. Thanks!

FieryMewtwo commented 2 years ago

Are you opening the file directly? Does the URL show file at the top? Could you copy and paste the link?

yeah, I see my issue now... thanks for the info though and the help!