pininkara / BingChatBot

Bing chat Telegram bot using Python and unofficial EdgeGPT API
Apache License 2.0
54 stars 21 forks source link

And how to make it possible for not only me but my friend to apply? #13

Closed OlegatorKras closed 1 year ago

OlegatorKras commented 1 year ago

raceback (most recent call last): File "C:\Users\krasi\pythonProject121\venv\Lib\site-packages\telebot__init.py", line 955, in infinity_polling self.polling(non_stop=True, timeout=timeout, long_polling_timeout=long_polling_timeout, File "C:\Users\krasi\pythonProject121\venv\Lib\site-packages\telebot__init.py", line 1043, in polling self.threaded_polling(non_stop=non_stop, interval=interval, timeout=timeout, long_polling_timeout=long_polling_timeout, File "C:\Users\krasi\pythonProject121\venv\Lib\site-packages\telebot__init.py", line 1118, in threaded_polling raise e File "C:\Users\krasi\pythonProject121\venv\Lib\site-packages\telebot__init.py", line 1074, in threaded_polling self.worker_pool.raise_exceptions() File "C:\Users\krasi\pythonProject121\venv\Lib\site-packages\telebot\util.py", line 147, in raise_exceptions raise self.exception_info File "C:\Users\krasi\pythonProject121\venv\Lib\site-packages\telebot\util.py", line 90, in run task(*args, **kwargs) File "C:\Users\krasi\pythonProject121\venv\Lib\site-packages\telebot\init__.py", line 6720, in _run_middlewares_and_handler result = handler'function' ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\krasi\pythonProject121\bing.py", line 92, in response_all 'From: ' + message.from_user.first_name + ' ' + message.from_user.last_name + ' @' + message.from_user.username)


TypeError: can only concatenate str (not "NoneType") to str
pininkara commented 1 year ago

You can add theirs id in ALLOWED_USER_IDS or set PUBLIC_MODE = True (not recommended)

OlegatorKras commented 1 year ago

image image added and set true in public_mode. I dont know what is it.

OlegatorKras commented 1 year ago

This bot get only my words

pininkara commented 1 year ago

I fixed it in the latest version, please upgrade and redeploy . Thanks for your help.

OlegatorKras commented 1 year ago

Sorry, only now tested secsesful! THX for you! You bettere!