-
-
Notifications
You must be signed in to change notification settings - Fork 21
Troubleshooting
Thomas Loupe edited this page Nov 26, 2022
·
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.
No reported issues so far.
-
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 an error message about ibhostfxr.dylib when trying to run Slackord2 on Mac
Open Terminal and execute the following command:
sudo xattr -r -d com.apple.quarantine /path/to/folder