pixeltris/GK6X

Trouble opening the web GUI on Mac- file GK6X-v1.17-GUI/open http:/localhost:6464 does not exist

Closed this issue · 2 comments

This is probably just me being dumb, but still any help would be appreciated. I've followed all the instructions to the best of my knowledge, I downloaded the GK6X-v1.17-GUI zip folder from the releases, downloaded and installed mono, change directory into the GK6X-v1.17-GUI folder and ran mono GK6X.exe. As you can see in the console output below, it says I am missing a file. What is this file, and how can I resolve this error? Thank you!

MacBook-Air:~ Name$ cd /Users/Name/Desktop/GK6X-v1.17-GUI
MacBook-Air:GK6X-v1.17-GUI Name$ mono GK6X.exe
Connected to device 'GK64XS-RGB' model:656801924 fw:v4.3 gui
Started web GUI server at http://localhost:6464
The file /Users/Name/Desktop/GK6X-v1.17-GUI/open http:/localhost:6464 does not exist.

You should be able to just open the web browser at http://localhost:6464

That message is a bug where it's attempting to launch a web browser. Ref #128 #146

That works! Thank you so much!