You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
just installed your bot on my UNraid.
At the end of the installation i’m getting several errors which (I think) cause the bot to not work (not getting any messages or response from my Telegram bot after typing in your commands):
Traceback (most recent call last):
File "/usr/local/lib/python3.9/runpy.py", line 188, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "/usr/local/lib/python3.9/runpy.py", line 147, in _get_module_details
return _get_module_details(pkg_main_name, error)
File "/usr/local/lib/python3.9/runpy.py", line 111, in _get_module_details import(pkg_name)
File "/app/TelegramBot/init.py", line 8, in
from TelegramBot.config import *
File "/app/TelegramBot/config.py", line 11, in
SUDO_USERID = json.loads(getenv("SUDO_USERID"))
File "/usr/local/lib/python3.9/json/init.py", line 339, in loads
raise TypeError(f'the JSON object must be str, bytes or bytearray, '
TypeError: the JSON object must be str, bytes or bytearray, not NoneType
I followed your instructions step by step. I’m super new to this Server/Code stuff.
Would be nice if you could help me out.
Greetings
The text was updated successfully, but these errors were encountered:
Hi,
just installed your bot on my UNraid.
At the end of the installation i’m getting several errors which (I think) cause the bot to not work (not getting any messages or response from my Telegram bot after typing in your commands):
Traceback (most recent call last):
File "/usr/local/lib/python3.9/runpy.py", line 188, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "/usr/local/lib/python3.9/runpy.py", line 147, in _get_module_details
return _get_module_details(pkg_main_name, error)
File "/usr/local/lib/python3.9/runpy.py", line 111, in _get_module_details
import(pkg_name)
File "/app/TelegramBot/init.py", line 8, in
from TelegramBot.config import *
File "/app/TelegramBot/config.py", line 11, in
SUDO_USERID = json.loads(getenv("SUDO_USERID"))
File "/usr/local/lib/python3.9/json/init.py", line 339, in loads
raise TypeError(f'the JSON object must be str, bytes or bytearray, '
TypeError: the JSON object must be str, bytes or bytearray, not NoneType
I followed your instructions step by step. I’m super new to this Server/Code stuff.
Would be nice if you could help me out.
Greetings
The text was updated successfully, but these errors were encountered: