We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OS Bullseye und Python 3.8.4
Installation lief sauber durch, nur beim starte kommt ein fehler.
Info: Telegram mit sudo pip install python-telegram-bot installiert
Folgender fehler beim start von Boswatch
28.05.2022 13:02:11 - pluginLoader [DEBUG ] load plugin: Telegram 28.05.2022 13:02:11 - pluginLoader [ERROR ] cannot load plugin: Telegram 28.05.2022 13:02:11 - pluginLoader [DEBUG ] cannot load plugin: Telegram Traceback (most recent call last): File "/opt/boswatch/includes/pluginLoader.py", line 106, in loadPlugin return imp.load_module(plugin["name"], *plugin["info"]) File "/opt/boswatch/plugins/Telegram/Telegram.py", line 14, in import telegram ImportError: No module named telegram 28.05.2022 13:02:11 - pluginLoader [ERROR ] error loading plugin: Telegram 28.05.2022 13:02:11 - pluginLoader [DEBUG ] error loading plugin: Telegram Traceback (most recent call last): File "/opt/boswatch/includes/pluginLoader.py", line 32, in loadPlugins plugin = loadPlugin(i) File "/opt/boswatch/includes/pluginLoader.py", line 106, in loadPlugin return imp.load_module(plugin["name"], *plugin["info"]) File "/opt/boswatch/plugins/Telegram/Telegram.py", line 14, in import telegram ImportError: No module named telegram
Auch Sudo apt-get python3-python-telegram-bot probiert.
Fehler beim Start von Boswatch kommt immer noch
Selber Fehler wie bei #504 Keine der Vorschläge haben da geholfen
The text was updated successfully, but these errors were encountered:
Habe genau das gleiche Problem aktuell. Gab es da mal eine Lösung dafür?
Sorry, something went wrong.
No branches or pull requests
OS Bullseye und Python 3.8.4
Installation lief sauber durch, nur beim starte kommt ein fehler.
Info: Telegram mit sudo pip install python-telegram-bot installiert
Folgender fehler beim start von Boswatch
28.05.2022 13:02:11 - pluginLoader [DEBUG ] load plugin: Telegram
28.05.2022 13:02:11 - pluginLoader [ERROR ] cannot load plugin: Telegram
28.05.2022 13:02:11 - pluginLoader [DEBUG ] cannot load plugin: Telegram
Traceback (most recent call last):
File "/opt/boswatch/includes/pluginLoader.py", line 106, in loadPlugin
return imp.load_module(plugin["name"], *plugin["info"])
File "/opt/boswatch/plugins/Telegram/Telegram.py", line 14, in
import telegram
ImportError: No module named telegram
28.05.2022 13:02:11 - pluginLoader [ERROR ] error loading plugin: Telegram
28.05.2022 13:02:11 - pluginLoader [DEBUG ] error loading plugin: Telegram
Traceback (most recent call last):
File "/opt/boswatch/includes/pluginLoader.py", line 32, in loadPlugins
plugin = loadPlugin(i)
File "/opt/boswatch/includes/pluginLoader.py", line 106, in loadPlugin
return imp.load_module(plugin["name"], *plugin["info"])
File "/opt/boswatch/plugins/Telegram/Telegram.py", line 14, in
import telegram
ImportError: No module named telegram
Auch Sudo apt-get python3-python-telegram-bot probiert.
Fehler beim Start von Boswatch kommt immer noch
Selber Fehler wie bei #504
Keine der Vorschläge haben da geholfen
The text was updated successfully, but these errors were encountered: