jaroule
Regular Member
- Oct 22, 2017
- 360
- 106
Hey BHW team,
I hope you're all doing well I recently encountered an issue while using OpenAI's ChatGPT on Telegram and was wondering if anyone else has experienced the same problem.
The error message I received is as follows:
"Unhandled exception on handle_messageTraceback (most recent call last):File "C:\Users\pc\Desktop\myenv\Lib\site-packages\telethon\client\updates.py", line 543, in _dispatch_updateawait callback(event)File "C:\Users\pc\Desktop\myenv\autosender.py", line 49, in handle_messagecatchy_message = generate_catchy_message()^^^^^^^^^^^^^^^^^^^^^^^^^File "C:\Users\pc\Desktop\myenv\autosender.py", line 30, in generate_catchy_messageresponse = openai.Completion.create(^^^^^^^^^^^^^^^^^^^^^^^^^File "C:\Users\pc\Desktop\myenv\Lib\site-packages\openai\api_resources\completion.py", line 25, in createreturn super().create(*args, **kwargs)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^File "C:\Users\pc\Desktop\myenv\Lib\site-packages\openai\api_resources\abstract\engine_api_resource.py", line 153, in createresponse, _, api_key = requestor.request(^^^^^^^^^^^^^^^^^^File "C:\Users\pc\Desktop\myenv\Lib\site-packages\openai\api_requestor.py", line 298, in requestresp, got_stream = self._interpret_response(result, stream)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^File "C:\Users\pc\Desktop\myenv\Lib\site-packages\openai\api_requestor.py", line 700, in _interpret_responseself._interpret_response_line(File "C:\Users\pc\Desktop\myenv\Lib\site-packages\openai\api_requestor.py", line 763, in _interpret_response_lineraise self.handle_error_response(openai.error.RateLimitError: You exceeded your current quota, please check your plan and billing details."
I received this error while using the OpenAI API in combination with Telegram account (not bot). I was wondering if anyone else has encountered a similar issue. I am using the API within the context of a Telegram bot and would appreciate any insights or advice from the community.
Please note that i'm using the free version of chatgpt not the paid however i had never used the given token (i have my 16$ credit).
If you have experienced a similar problem or have any suggestions on how to resolve this issue, please let me know. I would be grateful for any guidance or feedback you can provide.
Thank you in advance for your help!
I hope you're all doing well I recently encountered an issue while using OpenAI's ChatGPT on Telegram and was wondering if anyone else has experienced the same problem.
The error message I received is as follows:
"Unhandled exception on handle_messageTraceback (most recent call last):File "C:\Users\pc\Desktop\myenv\Lib\site-packages\telethon\client\updates.py", line 543, in _dispatch_updateawait callback(event)File "C:\Users\pc\Desktop\myenv\autosender.py", line 49, in handle_messagecatchy_message = generate_catchy_message()^^^^^^^^^^^^^^^^^^^^^^^^^File "C:\Users\pc\Desktop\myenv\autosender.py", line 30, in generate_catchy_messageresponse = openai.Completion.create(^^^^^^^^^^^^^^^^^^^^^^^^^File "C:\Users\pc\Desktop\myenv\Lib\site-packages\openai\api_resources\completion.py", line 25, in createreturn super().create(*args, **kwargs)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^File "C:\Users\pc\Desktop\myenv\Lib\site-packages\openai\api_resources\abstract\engine_api_resource.py", line 153, in createresponse, _, api_key = requestor.request(^^^^^^^^^^^^^^^^^^File "C:\Users\pc\Desktop\myenv\Lib\site-packages\openai\api_requestor.py", line 298, in requestresp, got_stream = self._interpret_response(result, stream)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^File "C:\Users\pc\Desktop\myenv\Lib\site-packages\openai\api_requestor.py", line 700, in _interpret_responseself._interpret_response_line(File "C:\Users\pc\Desktop\myenv\Lib\site-packages\openai\api_requestor.py", line 763, in _interpret_response_lineraise self.handle_error_response(openai.error.RateLimitError: You exceeded your current quota, please check your plan and billing details."
I received this error while using the OpenAI API in combination with Telegram account (not bot). I was wondering if anyone else has encountered a similar issue. I am using the API within the context of a Telegram bot and would appreciate any insights or advice from the community.
Please note that i'm using the free version of chatgpt not the paid however i had never used the given token (i have my 16$ credit).
If you have experienced a similar problem or have any suggestions on how to resolve this issue, please let me know. I would be grateful for any guidance or feedback you can provide.
Thank you in advance for your help!