Exported plugin can't access the internet on Linux
-
It works fine inside HISE, but after exporting the plugin, Server.callWithGET doesn't work. Is there a flag or setting I need to include? The issue only occurs on Linux—Mac and Windows work correctly.
-
@bendurso Nothing special is required that I can think of. Which DAWs have you tried? Have you tried a standalone build?
-
@d-healey Weird. I tried Reaper and the standalone version.
-
@bendurso Can you show me the call you're making?
-
Nothing stands out to me in that code. What are the symptoms of it not working? Have you set the httpHeader?
-
@d-healey Mm just doesn't make the call. Inside Hise it works ok. Maybe it's just something of my computer. Maybe you could try the exported plugin on your computer? :)
-
@bendurso said in Exported plugin can't access the internet on Linux:
Maybe you could try the exported plugin on your computer? :)
Make a minimal example project to test