First of all make sure that you're running the latest version
(Help - Check for update
or
GitHub Releases).
Updating (including to a beta, if available) may already fix your issue.
If not, then include as much information as possible in your report,
such as:
/appinfo
)If you don't include this information, it will be harder to help you.
The best way to report an issue is usually in the Chatty Discord, because you're not as limited in message length as on Twitter, there are other people there that may be able to help and you can easily upload screenshots or short videos. But if you prefer, Twitter and E-Mail are also available.
You can also open a GitHub Issue, which contains a template for reporting an issue which you should follow.
Please only contact me via one of the mentioned ways at a time. Reporting the same issue in several different places is just confusing and will probably hinder the solving of your issue.
Chatty is writing a debug log, which you can view in two ways:
Extra - Debug Window
:
The debug log files are located in the settings directory, in the
subfolder debuglogs
. While Chatty is running you can use
the command /opendir
to open the settings directory in the
file browser, then open debuglogs
.
There are two kinds of debug files:
debug.log
which is overwritten everytime you start
Chatty. It may also have a number at the end (like debug.log.1
)
if Java couldn't open the usual debug.log
.debug0.log, debug1.log, ..
), whereas
one of them is written to at a time, and then switched to the next when
a certain filesize is reached, rotating between a certain number of files.
Those files are not overwritten when Chatty is started, but instead new data is appended.So to find possibly relevant data:
debug.log
first.debug0.log, debug1.log, ..
files could contain the necessary information, based on the last
modification dates.