-
Notifications
You must be signed in to change notification settings - Fork 5
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
Adding alerts over a certain amount causes error and loss of settings #5
Comments
I should add that I am using Python for Windows 3.6.0 on Win 7 x64. I could not use any other version of Python as otherwise HexChat would not install properly with its interface. |
my solution:
and
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I wanted to create a multitude of alerts with different notifications but receive an error:
alerts version 0.6.20161201.002 loaded. Type /alerts help for usage instructions Failed to load alerts: Unterminated string starting at: line 1 column 437 (char 436) 0 alert(s) loaded
None of the alerts function, and after exiting HexChat, the addon_python.conf file containing the set alerts is cut, looking as such:
python_alerts_saved = [] \"}, {\"n\": \"crdeclare\", \"f\": \"efgw,,68\", \"r\": \"blabla\", \"s\": \"cr.wav\"}]
It's been found that shortening the list of alarms below the character count shown in the error works, and switching around the order of alarms showed all of them are of valid syntax and function proper. However, this makes adding additional alerts not possible. While adding these alerts through commands in HexChat works, upon exiting and launching HexChat again, this error occurs and a part of the file is lost again.
The text was updated successfully, but these errors were encountered: