SirMaple
SirMaple
I did not enable the OBS endpoint and removed the line as suggested in the Installation section. Contents of kiwi.txt: ``` user@macbookair-wired-dock BOOT-A % cat kiwi.txt NERVES_NETWORK_KEY_MGMT=WPA-PSK NERVES_NETWORK_SSID=HOME_CONTROL NERVES_NETWORK_PSK=PASSWORD HERE...
So made some progress. I added `NERVES_NETWORK_OBS_SOCKET=ws://obs.lan:4444` to kiwi.txt: ``` user@macbookair-wired-dock BOOT-A % cat kiwi.txt NERVES_NETWORK_KEY_MGMT=WPA-PSK NERVES_NETWORK_SSID=HOME_CONTROL NERVES_NETWORK_PSK=PASSWORD HERE NERVES_NETWORK_OBS_SOCKET=ws://obs.lan:4444 user@macbookair-wired-dock BOOT-A % ``` I still get an error, but...
So I added one of my internal web servers(port 81 is correct) to the kiwi.txt: ``` user@macbookair-wired-dock BOOT-A % cat kiwi.txt NERVES_NETWORK_KEY_MGMT=WPA-PSK NERVES_NETWORK_SSID=HOME_CONTROL NERVES_NETWORK_PSK=PASSWORD HERE NERVES_NETWORK_OBS_SOCKET=ws://192.168.0.147:81 user@macbookair-wired-dock BOOT-A % ```...
So I've got this working to the point it now responds in a web browser. But I'm not able to POST anything using curl. Current kiwi.txt: ``` user@macbookair-wired-dock BOOT-A %...
Still getting errors. POST: ``` curl -X "POST" "http://192.168.33.116:8080/settings" \ -H 'Content-Type: application/json; charset=utf-8' \ -d $'{ "settings": [ { "id": "key_1_in_row_1", "object": { "keydown": { "http": [ { "body":...
I gave that a try on a linux machine this time and got the following: ``` root@ironhide:~# curl -X "POST" "http://192.168.33.116:8080/settings" '{ "settings": [{ "id": "key_1_in_row_1", "object": { "keydown": {...
Any update on this? Need anything further from me?
I'm also getting this error on Lemmy 0.19.1 ``` Checking programming.dev for posts of TopAll FetchError: invalid json response body at https://programming.dev/api/v3/post/list?type_=All&sort=TopAll&limit=100 reason: Unexpected token '
I'm also getting the same error and another one about incorrect login on lemmy.ml. Not sure what that is about. I manually added a few communities to one of my...
This would be awesome! Apprise might be the best way to add support as it supports pretty much every type of push notification. https://github.com/caronc/apprise