Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error 403 #2483

Closed
superturbik opened this issue Dec 14, 2024 · 2 comments
Closed

Error 403 #2483

superturbik opened this issue Dec 14, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@superturbik
Copy link

Code:
asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy())

g4f.debug.logging = True

response = g4f.ChatCompletion.create(
model="gpt-4",
messages=[{"role": "user", "content": 'Hello!'}],
provider=g4f.Provider.OpenaiChat)

print(response)

cmd:
Using OpenaiChat provider and gpt-4 model
Arkose: False
Proofofwork: gAAAAABwQ8Lk...
AccessToken: False
Retry: Error 403: {"detail":"Unusual activity has been detected from your device. Try again later. (8f201bf85d609730-FRA)"}

Versions:
Python 3.11.9
g4f==0.3.9.2

Location: Germany

How can I solve this problem?

@superturbik superturbik added the bug Something isn't working label Dec 14, 2024
@Arken1xs
Copy link

Arken1xs commented Dec 14, 2024

@superturbik hello, your issue was already mentioned here:
#2474
Please, check other issues before creating yours to avoid the duplicating of issues and spam; be patient and wait until the issue is fixed.

@superturbik
Copy link
Author

@superturbik hello, your issue was already mentioned here: #2474 Please, check other issues before creating yours to avoid the duplicating of issues and spam; be patient and wait until the issue is fixed.

Oh, sorry. Thank you for information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants