Shiraz McClennon
Shiraz McClennon
## Journal error logs Error logs are produced when Switcher enters this "stuck" state, which can be found using `journalctl --grep "[email protected]"`: ``` Mar 12 18:18:17 hostname gnome-shell[53448]: JS ERROR:...
- The `Play/Pause` media key works. - The `Next/Previous` media keys do nothing, however this is the same behaviour as on YouTube. In my opinion an essential missing keyboard shortcut...
A keyboard shortcut to view all shortcuts would be very helpful. Other mainstream applications such as Signal and Element use the shortcut `Ctrl`+`/` to do this.
Alternatively or in addition, keyboard shortcuts could be shown when a button is hovered over similarly to on YouTube. For example, hovering over the theatre button on YouTube says `(t)`...
Screenshot https://www.dropbox.com/s/ckiu89ufk7uk5jx/File%2019-06-2017%2C%2019%2044%2001.png?dl=0
This is the code which checks file size: https://github.com/smcclennon/SongID/blob/b34894c7d345e2532e5c16fbb8a1f1f01f019d36/SongIDProcessor.py#L77-L90 Everything is in a very bad practice "catch all", so if the `try` fails for any reason, it will report the...
The API SongID uses for music identification is [ACR Cloud](https://docs.acrcloud.com/reference/identification-api). I haven't personally experienced slow response times. You could be experiencing slow download times from Telegram, slow disk I/O, or...
You should set up Sentry so you receive all error reports for the bot. The error is occurring here: https://github.com/smcclennon/SongID/blob/c15bd9107f401d84c6ab55d5e1e41a95ecdd5ddd/SongIDProcessor.py#L263 https://github.com/smcclennon/SongID/blob/c15bd9107f401d84c6ab55d5e1e41a95ecdd5ddd/ACRAPI.py#L61-L66 To enable Sentry and receive detailed error reports from...
It's more beneficial to discuss here so others can also understand in future. Your error is occurring between line 62-66 because `ACR: Processing request...` is seen in your logs but...
You may have exposed your Telegram bot token in those screenshots, you should request a new token from BotFather as soon as possible. Please paste the full stack trace for...