Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

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

Closed
1 task done
HumanBot000 opened this issue Apr 15, 2023 · 12 comments
Closed
1 task done

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

HumanBot000 opened this issue Apr 15, 2023 · 12 comments
Assignees
Labels
bug Something isn't working stale

Comments

@HumanBot000
Copy link

Is there an existing issue for this?

  • 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: acheong@student.dalat.org
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

@github-actions
Copy link

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 github-actions bot added the bug Something isn't working label Apr 15, 2023
@HumanBot000
Copy link
Author

Note:

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

@AmreshSinha
Copy link

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

@HumanBot000
Copy link
Author

What can I do?

@AmreshSinha
Copy link

AmreshSinha commented Apr 15, 2023

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

@xixixi2000
Copy link

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

@github-actions
Copy link

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

@github-actions github-actions bot added the stale label Apr 19, 2023
@Kooldguy92
Copy link

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

How to fix that issue?

@github-actions github-actions bot removed the stale label Apr 20, 2023
@MagzhanUnited
Copy link

How to fix issue?

@HumanBot000
Copy link
Author

I do not know just wait I think

@github-actions
Copy link

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

@github-actions github-actions bot added the stale label Apr 24, 2023
@github-actions
Copy link

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

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Apr 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working stale
Projects
None yet
Development

No branches or pull requests

6 participants