Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GUI is not accessible if debug flag is set to true #469

Closed
Staubgeborener opened this issue Jan 12, 2020 · 1 comment
Closed

GUI is not accessible if debug flag is set to true #469

Staubgeborener opened this issue Jan 12, 2020 · 1 comment

Comments

@Staubgeborener
Copy link
Contributor

Staubgeborener commented Jan 12, 2020

In the main window of homebridge-config-ui-x I went to settings at the top right and set debug (it was called something like that) as enabled under Advanced. Since then homebridge-config-ui-x is no longer accessible in the browser ("no connection possible"). When I use systemctl status homebridge, I see that the service is running:

user@server:~$ ● homebridge.service - Homebridge
   Active: active (running) since Sun 2020-01-12 16:12:32 CET; 11min ago
 Main PID: 11796 (homebridge)
    Tasks: 22 (limit: 4915)
   CGroup: /system.slice/homebridge.service
           ├─11796 homebridge
           └─11816 homebridge-config-ui-x

homebridge itself is still working in the background, but not homebridge-config-ui-x.

I changed the flag in my config respectively i deleted the line "debug": true. So homebridge-config-ui-x is now working, but where is the problem with debug true?

Running:
Node.js Version: v12.14.1
homebridge-config-ui-x: v4.7.0
Ubuntu: 18.04.3 LTS

@Staubgeborener Staubgeborener changed the title Web GUI no longer accessible since debug was activated GUI is not accessible if debug flag is set to true Jan 12, 2020
@oznu
Copy link
Member

oznu commented Jan 14, 2020

Thanks @Staubgeborener,

I was able to replicate this. It will be fixed in the next release (currently in @test).

@oznu oznu closed this as completed Jan 14, 2020
oznu added a commit that referenced this issue Jan 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants