OpenGarage › Forums › Comments, Suggestions, Requests › Missing Options Page
- This topic has 3 replies, 2 voices, and was last updated 5 years, 8 months ago by Ray.
-
AuthorPosts
-
December 20, 2018 at 5:59 pm #1368
[email protected]ParticipantHi all:
I have an OpenGarage that I just received that is running firmware 1.0.9.
Unlike the other poster here, I do have a working log page.
But accessing the options page (http://[deviceip]/vo) returns a 200 status but no actual body data. A curl request looks like this:
$ curl -v http://[deviceip]/vo
> GET /vo HTTP/1.1
> Host: [deviceip]
> User-Agent: curl/7.54.0
> Accept: */*
>
< HTTP/1.1 200 OK
< Content-Type: text/html
< Access-Control-Allow-Origin: *
< Content-Length: 0
< Connection: closeGetting/setting options via the API works fine.
Any thoughts?
December 26, 2018 at 2:04 pm #1372
RayKeymasterOK, will take a look at it. Quick question: if you reboot the controller, does the options pages show up again?
December 26, 2018 at 2:05 pm #1373
[email protected]ParticipantJust tried again to be sure, a reboot doesn’t seem to change anything.
January 3, 2019 at 12:26 am #1376
RayKeymasterI suspect this has to do with the flash memory layout. I recompiled firmware 1.0.9 with a different flash memory layout, you can give it a try (attached here) and see if it fixes the options page issue. Caution: before you update the firmware, please make sure to take snapshots or copy your existing configurations, as the new flash layout will cause the controller to lose configuration files and reset it back to AP mode, so you will need to repeat the WiFi setup step to get it log on to your WiFi router again.
- This reply was modified 5 years, 8 months ago by Ray.
- This reply was modified 5 years, 8 months ago by Ray.
- This reply was modified 5 years, 8 months ago by Ray.
Attachments:
You must be logged in to view attached files. -
AuthorPosts
- You must be logged in to reply to this topic.
OpenGarage › Forums › Comments, Suggestions, Requests › Missing Options Page