[Android] JSON error

PLEASE READ THIS BEFORE POSTING: Read before posting / reporting bugs

Describe the problem you’re having:
After the latest update I get the following error message after just starting the app.

JSON parse failed.

com.google.gson.stream.MalformedJsonEXception: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 9 path $

If possible include steps to reproduce the problem:

tt-rss version (including git commit id):
1.243 (477)
Build timestamp: 2018-07-05 12:50:18

Platform (i.e. Linux distro, PHP, PostgreSQL, etc) versions:
Huawei P9

Please provide any additional information below:

like i replied to you in email, it’s unlikely that last update has broke anything JSON-related as the (only) major change has been related to a specific view - login form. it’s more likely that your problem is a coincidence or somehow device specific.

you can try using a different network connection on your phone and/or enable transport debugging in app settings and use adb logcat to check if there’s anything obviously wrong with the received JSON.

I hadn’t been able to check on my computer and there I get a completely different error messages which seems to indicate server issues. So it’s most likely that.