Sergio C
Sergio C
Completely agree, we are limited so much if we can't interact on error messages like filament sensor or M0 commands.
you need to give execution permissions to src/edge.py ``` $ chmod +x src/edge.py ```
I'll keep it open until I add a try-except to explain this
I accept PRs. I've tried this before but opted for just sending the .md file due to the complexity in splitting file without breaking the telegram markdown/html parser. If code...
Maybe. But I use python-telegram-bot. Also this isn't a problem related to the library but the telegram bot API, that only allows a subset of html/markdown tags
A workaround is to switch between tabs, then you get the dark background. At least it works for me.   ![screenshot from 2016-05-14...
I also think that's a bug, the mere presence of `
Just in case someone is getting this error: ``` Traceback (most recent call last): File "/home/pi/twitch_drops/TwitchDropsMiner/venv/lib/python3.9/site-packages/pystray/_appindicator.py", line 24, in gi.require_version('AppIndicator3', '0.1') File "/home/pi/twitch_drops/TwitchDropsMiner/venv/lib/python3.9/site-packages/gi/__init__.py", line 126, in require_version raise ValueError('Namespace %s...
Did you resolve the issue @0xTac? I just commented those lines (unicode is equivalent to str in python3)
Just continue calling `ask` in the same object instead of closing it. If you want to start a new conversation, call `reset` or `close` and create a new one.