-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shinyproxy arm issue #519
Comments
I'm still struggling to fix this. [user=adam proxyId=a5278b8c-b4f2-4a7e-a9e7-df2b4b798e1a specId=geyser] Container unresponsive, trying again (14/20): http://da3a5b79015e:3838. I've tried everything. I can run the basic Geyser app interactively. But Shinyproxy just cannot "shock the app" into launching. |
Hi @dm807cam , thanks for opening this issue. Indeed all our examples are currently only built for amd64, we could indeed start making images for arm (if the base image provides a arm variant). Regarding the lack of error message: this is something we definitely want to improve. On k8s we already made some improvements, such that ShinyProxy can report the error on Kubernetes. For Docker this is still work in progress. I'll keep this issue open as a enhancement request. |
Hi, i've tried porting some R application for a colleague of mine to our Raspberry PI installation. Using the generic image from r-base i can get the application to build and run fine:
Using the Dockerfile to build and create a proxy locally also works fine when using the file from https://github.com/openanalytics/shinyproxy-docker/blob/master/ShinyProxy/Dockerfile Is there any additional documentation on how to test the endpoints and how shinyproxy evaluates the running containers for ARM? |
@Frozenbitz I think your error might be due to not specifying a fixed port for shiny to use - corresponding line is commented out above:
Also, this line needs to be adapted, since |
Just for clarification, i have added the port settings inside the application file (app.R):
Does the proxy recognise these settings or should i change the application to use the RProfile.site? |
I tried to run the example application on an arm platform and received Container unresponsive, trying again (11/20) errors. After a bit of research it seems that the examples expect linux/amd64.
I think this deserves a bugfix and a better (more verbose) error handling by shinyproxy. :)
The text was updated successfully, but these errors were encountered: