Deployment using curl still possible?

Getting this when I try to deploy from the shell:

tar cz bolliedelayxt.lv2 | base64 | curl -F ‘package=@-’ http://192.168.51.1/sdk/install

500: Internal Server Error500: Internal Server Error
1 Like

I have a plugin in progress but haven’t deployed yet. I’ll check back on my system to confirm.

1 Like

@Bollie yes, it still posible. I believe it’s a bug in the curl version 7.56.0. I have this version on my machine and it outputs the same error. Using the version 7.56.1 it works perfectly.

2 Likes

Ah, cool, thank you! Just received said version via pacman on Arch Linux and will give it a try later tonight.

Thank you!