-
-
Notifications
You must be signed in to change notification settings - Fork 21
Troubleshooting
Thomas Loupe edited this page Apr 22, 2023
·
10 revisions
-
I get a "Collection was modified; enumeration operation may not execute" error message.
This usually means that you attempted to post messages while parsing was still happening. Wait until parsing has fully completed then invoke Slackord2 to post messages.
-
I get a message on Mac about Slackord2 not being verified.
Apple Logo>System Preferences>Security & Privacy>General.
Click the lock on the bottom-left, log in to make changes.
Select "Allow Anyway" for any files related to Slackord2.
-
I get a "permission denied" error in Terminal when trying to run Slackord2 on Mac. Open Terminal and execute the following commands:
cd /path/to/Slackord2/folder/here
chmod +x *
chmod +x Slackord
-
I get
String '' was not recognized as a valid DateTime
when using Slackord. Either move or remove all JSON files that aren't named with a DateTime format from theFiles
directory.