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

Server not responding/blank screen #600

Closed
Dilepa opened this issue Apr 13, 2017 · 11 comments
Closed

Server not responding/blank screen #600

Dilepa opened this issue Apr 13, 2017 · 11 comments

Comments

@Dilepa
Copy link

Dilepa commented Apr 13, 2017

Hi,

I have installed the latest 4.5.0 habridge, i can access the server but nothing works. I also do not get the update security setting dialog. Nothing happens when i click HAbridge or login/logout.
server

The server version is also not shown which tells something is wrong in the compiled java files.
server version

The previous version 4.3.1 works.

Could not locate http://xxxxxxxxxxx/js/angular.js specified in source map http://xxxxxxxxxxxx/js/angular.min.js.map.

Error pops up when developer tools enabled in IE and chrome

@declan2511
Copy link

I get the same problem - works fine in Chrome

@Dilepa
Copy link
Author

Dilepa commented Apr 14, 2017 via email

@tuicemen
Copy link

tuicemen commented Apr 14, 2017

Never could get the bridge to Load completely in IE
As well Windows Edge use to work but now doesn't
Chrome still works for me
I use Avast SafeZone browser for all bridge views on my PC it worked fine prior to 4.5.0 and still works.
The issue with angular.jar and IE is a well documented issue however never seen anything with it and Chrome or Edge

@bwssytems
Copy link
Owner

That is an unusual error. Will need to see why the javascript map file is pointing that way.

@declan2511
Copy link

Hi I've just updated to windows creator version (latest w10) and can now see the bridge fine in Edge

@tuicemen
Copy link

tuicemen commented Apr 14, 2017

I noticed there was another update for Windows 10 however this still didn't fix the issue with the Edge
opening the developer tools I get 4 file not found errors.
Name Protocol Method Result Content type Received Time Initiator
http://localhost/js/angular-resource.js HTTP GET 404 text/html 337 B 13.97 ms
http://localhost/js/angular.js HTTP GET 404 text/html 328 B 1.25 ms
http://localhost/js/angular-route.js HTTP GET 404 text/html 334 B 3.08 ms
http://localhost/js/angular-sanitize.js HTTP GET 404 text/html 337 B 3.99 ms

However I just noticed I'm still not up to the creator version

@tuicemen
Copy link

Windows Creator edition of 10 fixes the issues with the edge browser as declan2511 stated.
However it doesn't fix the issue with IE

@kmdm
Copy link

kmdm commented Apr 20, 2017

I think this is due to the use of "async function"[1] in app.js which requires a very modern browser[2]:

[1] https://github.com/bwssytems/ha-bridge/blob/master/src/main/resources/public/scripts/app.js#L80
[2] http://caniuse.com/#feat=async-functions

@gblachstein
Copy link

I am having the same issue on Ubuntu using Firefox using 4.5.0. It still works fine with 4.3.1.

@OzzieJacks
Copy link

Same problem here. Older versions of Firefox and IE that work with 4.3.1 show only the top bar with 4.5.0. Latest version of Firefox Nightly works fine.

@bwssytems
Copy link
Owner

So, it seems it is the async functionality that is used for authentication check.

@bwssytems bwssytems added this to the v4.5.1 milestone May 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants