Dear Shiny community,
I have uploaded an app which uses library(magick). It makes some images manipulations. The raw images have been loaded on the server in a folder and the app is doing some manipulations on a selection of images (read, scale, annotate and append). Locally (on my laptop), the app has no issue. When deployed, it misbehaves and the user gets:
- An error has occurred. Check your logs or contact the app author for clarification.
The log reads: Warning:
- Error in magick_image_append: R: unable to get registry ID `cache:hosts' @ error/registry.c/GetImageRegistry/201
- Error in magick_image_readpath: R: unable to get registry ID `cache:hosts' @ error/registry.c/GetImageRegistry/201
- Error in magick_image_scale: R: unable to get registry ID `cache:hosts' @ error/registry.c/GetImageRegistry/201
Anyone who could help?
Many thanks
Christophe