Skip to content

Troubleshooting

Thomas Loupe edited this page Apr 22, 2023 · 10 revisions

Troubleshooting for Windows:

  1. 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.

Troubleshooting for Linux:

No reported issues so far.

Troubleshooting for Linux/Mac:

  1. 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.

  2. 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

  3. **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 the Files directory.

Clone this wiki locally