API Hook not working with Ports?
-
I fired up a flask server on my localhost at port 5000.
Manually entering http://localhost:5000/?ct=4800&bri=0.5 into a browser works, however when I paste:
http://127.0.0.1:5000/ into the flux setting and click done (checked the minute polling option) I don't get any posts to my server.Is this due to the port? Cannot check without a port, since 80 is already being used on my machine.
-
Update:
Could confirm that its not the port. I changed the port to 80.
I tried entering localhost and 127.0.0.1 as URL, with or without http://Anything I'm missing here?
-
The 10 minute edit limit is quite annoying..
Update: http://127.0.0.1/ as a setting works, http://127.0.0.1:5000/ doesnt. -
ok will check this - I used to use a custom port, but may have changed something in the validation code.
(sorry for the limit - we were getting so many spammers editing old posts after there was a reply, and none of the spam filters would check this case.....so we have to do that for now.)
-
For me, localhost:9090 and remote:9090 both work.
I'm on the https://justgetflux.com/flux-setup4.exe beta build...I fixed one case a month ago that may have corrupted the URL you type in, so maybe that could be it? Fixed in beta but not the main release.
-
Okay, I figured out a way to clear up my 80 port, so it seems to be working now. If there is fix coming all the better :)
-
Would be interested to know if the beta fixes things also - also I think it might be possible that https with a port might not work?