2blane / OctoPrint-Webhooks

Make OctoPrint events call your custom webhooks!
GNU Affero General Public License v3.0
28 stars 19 forks source link

API error invalid url no schema supplied #20

Closed fabnavigator closed 3 years ago

fabnavigator commented 3 years ago

Hi,

I'm using "http://192.168.0.140:1881/octoprint" as my url, but keep getting a no schema specified error. What am I doing wrong? I can specify that url in postman and it works.

Thanks,

Bill

unclej84 commented 3 years ago

Hi,

I had the same error at first - the url has not been saved (see #19 ). You have to hit e.g. "Activate Template" in order to have it saved. Afterwards your it should work. As a workaround I create a copy or new webhook at first before I edit my webhook and delete the copy afterwards. That saves the settings too.

Regards Jörg

fabnavigator commented 3 years ago

Thank you. That did the trick.