You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running Lulu v2.9.6 on MacOS Sequoia v15.1.1. I think I found this bug when trying to import rules that I had exported.
To recreate issue, try the following:
Use the dropdown menu "Rules -> Export" to save rules in json file.
Delete all rules.
Next, try using "Rules -> Import" and select the json file.
Probably it will say something like "error importing rules. see log for details."
Checking the json file, it seems like the name-value pair for the rule's creation timestamp is not formatted correctly because it is missing the quote marks around the timestamp value. ie, it will look like "creation" : timestamp when it should be "creation" : "timestamp"
The text was updated successfully, but these errors were encountered:
Running Lulu v2.9.6 on MacOS Sequoia v15.1.1. I think I found this bug when trying to import rules that I had exported.
To recreate issue, try the following:
Probably it will say something like "error importing rules. see log for details."
Checking the json file, it seems like the name-value pair for the rule's creation timestamp is not formatted correctly because it is missing the quote marks around the timestamp value. ie, it will look like
"creation" : timestamp
when it should be"creation" : "timestamp"
The text was updated successfully, but these errors were encountered: