posit-dev / r-shinylive

https://posit-dev.github.io/r-shinylive/
Other
156 stars 16 forks source link

Weird infinite loop error #67

Closed seanbirchall closed 6 months ago

seanbirchall commented 6 months ago

I'm not sure what's happening here, something similar happened a month ago when the webR build was changed (Just tried finding the issue to reference here but cannot find it). Where I had an app that worked one day but stopped working the next. Very different error message this time around.

webr

This error loop runs for awhile then stops and returns Cannot GET /webR/app_xxxxxx

Even using the boilerplate old faithful app it still gives the same error when I export and run the app on a static web server. I'm using Copying base Shinylive files from C:/Users/seanb/AppData/Local/shinylive/shinylive/Cache/shinylive-0.2.3/ to webR/ so maybe I just need to update my packages as it sounds like a new webR release is coming soon.

gadenbuie commented 6 months ago

Hi @seanbirchall, thanks for the report. We're working to fix a small issue with the package repository used by shinylive. It should be back in working order in an hour or so.

gadenbuie commented 6 months ago

@seanbirchall this should be all cleared up now. You may need to clear your browser cache for shinylive.io to get the fix. (In Chrome, while viewing a shinylive example, under View, click Clear cache and refresh.)

seanbirchall commented 6 months ago

@gadenbuie everything looks good on my end again, thanks for the quick response!