4ch1m / pixoo-rest

A RESTful API to easily interact with the Wi-Fi enabled Divoom Pixoo devices.
MIT License
253 stars 17 forks source link

404s #17

Closed davidonabus closed 5 months ago

davidonabus commented 5 months ago

Everything seemed to install ok, and I am able to connect to my Divoom devices, but I receive a 304/404 each time I try to execute a command from the webserver.

http://192.168.50.127:5000/pixoo-rest/sendGif image

4ch1m commented 5 months ago

Remove ...

# OPTIONAL: WSGI-conform way to configure a base-path/prefix-url (which may be needed when running behind a reverse proxy); NOTE -> this string must start with a slash!
SCRIPT_NAME=/pixoo-rest

... from your .env file.