-
Notifications
You must be signed in to change notification settings - Fork 58
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
Can not init Perplexity() #56
Comments
No, I searched through many repositories and codes, but the core of all of them is from this repository, and nobody found a solution. I think the problem is with Cloudflare. |
Before, I just opened the browser and went to perplexity.ai then it worked fine but now it doesn't |
I move on to the next step, and now that I have the 'sid', I'm encountering an issue opening the WebSocket connection: Error :
perplexity.py :
|
Think it not pass cloudflare |
Today it returns error on perplexty = Perplexity()
It raise error on _get_sid() function
self.session.get(url=f"https://www.perplexity.ai/socket.io/?EIO=4&transport=polling&t={self.t}") >> Error 403
But this url is ok on browser: https://www.perplexity.ai/socket.io/?EIO=4&transport=polling&t=e68a195f
The text was updated successfully, but these errors were encountered: