Please ensure you remove any special characters from mission name, group tag etc

  1. 9 years ago

    Tupolov

    Show in context Administrator
    Edited 8 years ago by Tupolov

    We are seeing issues with special characters [] {} , " etc and persistence, please remove ANY special char from mission names, group tags, etc.

  2. 8 years ago

    Hi, I just wanted to suggest using something like URLEncoding/Decoding to fix the problems with persistence.

    In another post I read about a group using spacing but only the first word came through in the logs.
    If you URLEncode "Cool Group Name" it would be sent like: "Cool%20Group%20Name" in one string.

    I've had the same problem with an app/plugin I build long ago. You can PM me if needed.