finity69x2 / fan-control-entity-row

Provides a means to show a compact graphical control row for 2 or 3 speed fans in Home Assistant
68 stars 27 forks source link

Uncaught SyntaxError: Unexpected token '<' #33

Closed junkie1969 closed 3 years ago

junkie1969 commented 3 years ago

This is showing up in the logs: 2020-10-07 00:10:03 ERROR (MainThread) [frontend.js.latest.202009180] http://redacted/local/fan-control-entity-row.js:6:1 Uncaught SyntaxError: Unexpected token '<'

Screen grab of top few lines in Notepad++ attached

image

Home Assistant in Docker running on Synology Nas.

junkie1969 commented 3 years ago

User error. I originally put in a corrupted .js file. Once I corrected the file, chrome was using a cached version of the corrupted .js file. Went to diff browser and working fine.

Feel free to remove this issue all together, or leave for others that might have similar issue.