ChatGPT icon indicating copy to clipboard operation
ChatGPT copied to clipboard

[Bug]: 429 Client Error: Too Many Requests for url:

Open HumanBot000 opened this issue 2 years ago • 6 comments
trafficstars

Is there an existing issue for this?

  • [X] I have searched the existing issues and checked the recent builds/commits

What happened?

I just requested one time and waited 5 minutes and then I got the same error.

Steps to reproduce the problem


 async def on_message(self, message):
        if message.channel.id == 1096821821103411360 and message.author.id != self.bot.user.id:
            question = message.content
            print(question)
            load_dotenv()
            #username = os.environ.get("EMAIL")
            #password = os.environ.get("PASSWORD")
            token  = os.environ.get("GPTTOKEN")
            config = {
                "access_token": token
            }
            chatbot = AsyncChatbot(config=config,conversation_id="4cff500a-e7a5-4faa-b6cc-ae54aa650b96",parent_id="4cff500a-e7a5-4faa-b6cc-ae54aa650b96")
            response = ""
            async for data in chatbot.ask(question):
                response = data["message"]
            await message.channel.send(f"```{response}```")
            
            
            

What should have happened?

.

Version where the problem happens

Version: 4.1.3 Summary: ChatGPT is a reverse engineering of OpenAI's ChatGPT API Home-page: https://github.com/acheong08/ChatGPT Author: Antonio Cheong Author-email: [email protected] License: GNU General Public License v2.0 Location: e:.tobias\programmierung\python\installs\lib\site-packages Requires: httpx, openai, OpenAIAuth, prompt-toolkit, requests, tiktoken Required-by:

What Python version are you running this with?

3.10

What is your operating system ?

Windows

Command Line Arguments

No

Console logs

For more information check: https://httpstatuses.com/429
test
Ignoring exception in on_message
Traceback (most recent call last):
  File "E:\.Tobias\Programmierung\Python\Installs\lib\site-packages\nextcord\client.py", line 512, in _run_event
    await coro(*args, **kwargs)
  File "E:\.Tobias\Programmierung\Python\Projekte\MiniGamesBot\bot\cogs\Ki stuff.py", line 40, in on_message
    async for data in chatbot.ask(question):
  File "E:\.Tobias\Programmierung\Python\Installs\lib\site-packages\revChatGPT\V1.py", line 748, in ask
    self.__check_response(response)
  File "E:\.Tobias\Programmierung\Python\Installs\lib\site-packages\revChatGPT\V1.py", line 867, in __check_response
    response.raise_for_status()
  File "E:\.Tobias\Programmierung\Python\Installs\lib\site-packages\httpx\_models.py", line 841, in raise_for_status
    raise HTTPError(message, response=self)
httpx._exceptions.HTTPError: 429 Client Error: Too Many Requests for url: https://bypass.churchless.tech/api/conversation
For more information check: https://httpstatuses.com/429

Additional information

No response

HumanBot000 avatar Apr 15 '23 15:04 HumanBot000

Automated: 👋 Thanks for reporting this issue. acheong08 will review it shortly. In the meantime, please check to see if there are any similar issues already closed.

github-actions[bot] avatar Apr 15 '23 15:04 github-actions[bot]

Note:

If I test the same code with the non async modell it works fine

HumanBot000 avatar Apr 15 '23 15:04 HumanBot000

I guess the IP of the proxy server is banned again just like last week.

AmreshSinha avatar Apr 15 '23 17:04 AmreshSinha

What can I do?

HumanBot000 avatar Apr 15 '23 17:04 HumanBot000

Wait for the owner. He will fix it. You can also try hosting your own proxy server. https://github.com/acheong08/ChatGPT-Proxy-V4

AmreshSinha avatar Apr 15 '23 17:04 AmreshSinha

Wait for the owner. He will fix it. You can also try hosting your own proxy server. https://github.com/acheong08/ChatGPT-Proxy-V4

it's no use, because it's the same with plus account and the normal account now

xixixi2000 avatar Apr 16 '23 09:04 xixixi2000

This issue is stale because it has been open for 2 days with no activity.

github-actions[bot] avatar Apr 19 '23 00:04 github-actions[bot]

This issue is stale because it has been open for 2 days with no activity.

How to fix that issue?

Kooldguy92 avatar Apr 19 '23 08:04 Kooldguy92

How to fix issue?

MagzhanUnited avatar Apr 21 '23 17:04 MagzhanUnited

I do not know just wait I think

HumanBot000 avatar Apr 21 '23 21:04 HumanBot000

This issue is stale because it has been open for 2 days with no activity.

github-actions[bot] avatar Apr 24 '23 00:04 github-actions[bot]

This issue was closed because it has been inactive for 3 days since being marked as stale.

github-actions[bot] avatar Apr 27 '23 00:04 github-actions[bot]