Fefedu973 / SignalRGB-To-OpenRGB-Bridge

An add on for signalRGB that allows to control OpenRGB Devices
4 stars 1 forks source link

Parse error inside SignalRGB console #1

Closed Alx941126 closed 1 month ago

Alx941126 commented 3 months ago

Good day.

I've followed the instructions as written, however there is the next issue:

[17:48:41]: Loading Interface... [17:48:41]: Loading Interface via .qml file... [17:48:41]: Interface Loaded! [17:48:41]: qrc:/Qml/Device/Editors/OpenRGB Bridge:13: SyntaxError: JSON.parse: Parse error

I don't know if it's an issue on your code, but it's happening since the first time. I've tried deleting the plugin and reinstalling it, same with OpenRGB.

Alx941126 commented 3 months ago

nvm found it. line 13, replace ] with }.

Alx941126 commented 3 months ago

error found and submitted.

Fefedu973 commented 3 months ago

I cannot find the issue line 13. In which file ?

Fefedu973 commented 3 months ago

More peoples have this issue, i cannot find the issue you mentionned I need to investigate

Fefedu973 commented 3 months ago

A quick fix is to click on the "DELETE ALL" button (it reset the plugin and it solved the issue for some peoples) maybe the issue is that when i make the plugin the values are being created to the registry but when it is the first time launching it there is a bug that prevent to work as expected

Fefedu973 commented 1 month ago

I fixed the json parse error by adding error check and handling