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
{{ message }}
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.
I have searched the existing issues and checked the recent builds/commits
What happened?
Steps to reproduce the problem
Try to run ask() with V1 API.
What should have happened?
Is should work:)
Version where the problem happens
Tried 6.4.0(latest)
What Python version are you running this with?
3.9
What is your operating system ?
Linux
Command Line Arguments
No
Console logs
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/revChatGPT/V1.py", line 731, in __check_response
response.raise_for_status()
File "/usr/local/lib/python3.9/site-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://bypass.churchless.tech/conversation
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/root/gpt4_test.py", line 222, in<module>
get_slice_thread_io(token)
File "/root/gpt4_test.py", line 200, in get_slice_thread_io
get_content(token[0], server)
File "/root/gpt4_test.py", line 148, in get_content
fordatain chatbot.ask(prompt):
File "/usr/local/lib/python3.9/site-packages/revChatGPT/V1.py", line 618, in ask
yield from self.post_messages(
File "/usr/local/lib/python3.9/site-packages/revChatGPT/V1.py", line 571, in post_messages
yield from self.__send_request(
File "/usr/local/lib/python3.9/site-packages/revChatGPT/V1.py", line 406, in __send_request
self.__check_response(response)
File "/usr/local/lib/python3.9/site-packages/revChatGPT/V1.py", line 90, in wrapper
out = func(*args, **kwargs)
File "/usr/local/lib/python3.9/site-packages/revChatGPT/V1.py", line 738, in __check_response
raise error from ex
revChatGPT.typings.Error: OpenAI: {"detail":"Our systems have detected unusual activity from your system. Please try again later."} (code: 403)
Additional information
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
What happened?
Steps to reproduce the problem
Try to run ask() with V1 API.
What should have happened?
Is should work:)
Version where the problem happens
Tried 6.4.0(latest)
What Python version are you running this with?
3.9
What is your operating system ?
Linux
Command Line Arguments
Console logs
Additional information
No response
The text was updated successfully, but these errors were encountered: