-
Notifications
You must be signed in to change notification settings - Fork 12
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
[Error] SyntaxError: Can't create duplicate variable: 'typeMap' #9
Comments
Which browser and version of openHAB are you using @NSchnitzler? When I Google the error message I found an issue where people got it due to using AdBlock/Ghostery. Do you use such extensions and did you try disabling them? |
I am using Safari Version 11.1.1 (13605.2.1) and the actual openhab snapshot, yes i disabled AdBlock, but still have the mentioned issue |
I can't reproduce this issue with the demo on Chrome and Firefox and the latest openHAB version. Testing Safari is a bit difficult since I don't own a Mac. Do you also have this error with Chrome or Firefox on macOS? |
Did you already try Chrome or Firefox on macOS @NSchnitzler? |
Yes of course, but i couldn't make it work |
Do you stil have this issue @NSchnitzler? The issue can also be caused by the minification of the code. Maybe you can test if this issue also occurs when using the orginal/unminified code? I recently renamed some files/variables because openHAB forked ESH. See also the releases page for what has been renamed. |
I have downloaded the actual master and made a short test,
|
I wanted to test the demo in my Openhab installation, but i am getting this error and don't know how to resolve it:
`
[Error] SyntaxError: Can't create duplicate variable: 'typeMap'
`
The text was updated successfully, but these errors were encountered: