Florian Klein
Results
2
issues of
Florian Klein
I have tried to fetch a single thread via the sdk. The following error is thrown: ``` com.squareup.moshi.JsonEncodingException: Use JsonReader.setLenient(true) to accept malformed JSON at path $ at com.squareup.moshi.JsonReader.syntaxError(JsonReader.java:243) at...
bug
**Describe the bug** If a thread id contains a “/”, it is not escaped when querying a single thread and a "Unrecognized request URL" error is returned. **To Reproduce** Query...
bug