I’ve been trying to create a screensaver that dynamically loads images and text from a server, but it seems like I am not able to load anything outside of my own computer at all.
It seems like the problem is coming from the Security Sandbox, the sandbox type for the screensaver stays “Local_with_file” meaning it can access local files but cannot access files from the network. What can I do to make the Sandbox “Local_with_network” as I do not need to load anything locally, but images and text from a server.
If anyone has any insight, solutions, examples, that would be awesome. Thanks in advance!