-
-
Notifications
You must be signed in to change notification settings - Fork 39
Troubleshooting
Nils Braden edited this page Oct 23, 2019
·
4 revisions
- To get more specific error-messages and additional information about what happens "behind the scenes" when the reader is active you should install any app provding access to logcat: Search Play Store. These allow to read the device-logs. For TTRSS-Reader you can simply filter for all output by adding "ttrss" as a filter
- If you have an issue with the server communication you may try to acquire the raw JSON-Data. From the logcat information you can find out which API methods were called. A description on how to send these requests yourself can be found at tt-rss.org / ApiReference.
- If you cannot figure out what the problem is or you have found a bug in the software please feel free to a) contact me (see Contact) or b) open a new issue here.