-
### PROBLEM DESCRIPTION
I'm seeing the waiting for content message on the Panel and I'm unable to find the configuration issue.
[] I've double checked each step explained in the FAQ:
https://…
-
### Actual Behavior
I am running latest `anaconda-navigator` from the command line. I get hundreds of instances of this exception in the terminal:
```
Traceback (most recent call last):
…
-
**Describe the bug**
Vortex appears to be failing to check its GitHub releases feed for updates. It appears to be expecting a JSON response but is instead finding XML and is unable to parse it.
**…
-
### Issue I am facing
I am using v13.12 and I run into an error with Updater when I try to execute these two import lines with Python 3.6.9:
```
from telegram import Update, ForceReply
from tel…
-
Hey,
is it possible to make the plugin restartless while installing?
Cheers
Chris
-
Any decky loader plugin functionality backed by a python script doesn't appear to work at all, with the only hint of errors in the `deck-loader` service at startup.
```
Nov 04 16:39:36 nixos syste…
-
Bot posts the message with inline keyboard to channel.
> message = "Start!"
> chatid = 0
> keys = [[
> InlineKeyboardButton(
> "Русский",
> callback_d…
-
#### Description
When blocking=True is used and the data is not available in Redis, the corresponding data-fetching coroutines are eating up time and not giving enough time for the
corout…
-
### Issue I am facing
Hello, I need to check or save user information in a database and I use this for several bot commands, hence the CommandHandler custom class
it works perfectly in library ver…
-
Hey, just posting some things I've noticed here, some are important, some are not important and some are subjective.
I also haven't tested any code I've written so sorry if there are syntax errors …