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

Peplexity AI Not Working #249

Closed
LiatHa opened this issue Sep 23, 2023 · 3 comments
Closed

Peplexity AI Not Working #249

LiatHa opened this issue Sep 23, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@LiatHa
Copy link

LiatHa commented Sep 23, 2023

Describe the bug
Perplexity AI Checking if the site connection is secure forever and not loading because of that.

To Reproduce
Open the godmode app (btw, no start menu shortcut available using the exe installation. which means redoing the setup over and over again).
Add the provider of perplexity AI
image

Expected behavior
Open the perplexity AI login page

Screenshots
image
Desktop (please complete the following information):

  • OS: Windows 11
  • GodMode Version - v1 beta 8

Additional context
Add any other context about the problem here.

@LiatHa LiatHa added the bug Something isn't working label Sep 23, 2023
@LiatHa LiatHa changed the title [Bug] Peplexity AI Not Working Sep 25, 2023
@MarshallkHeadline
Copy link

Note: this also results in a focus stealing loop, so you can't ignore it and use other apps. Requires Perplexity (and Llama 2 in Perplexity) to be removed.

@PhillipRt
Copy link

I think perplexity went overboard with the bot detection. I even get issues like this using it in the normal browser. You can track the request in the dev console to cloudflare and it comes back with bot again and again. I think you have to allow any traffic, no adblock or pihole and have a clean user agent. Also do not use a vpn, because it will make it look like a lot of requests are coming from it. Might be worth looking into puppeteer and puppeteer stealth to determine what works and what doesn't.
Also a lot of the unofficial apis should have the same problem, maybe we can ask in those repos if they found a solution.

So i would say, things try:

  • chnage the user agent to a popular browser, make sure that the godmode browser looks exactly the same as chrome, edge, safari
  • prevent TLS and HTML/2 fingerprinting. Make sure the TLS HTML/2 fingerprint matches with the user agent

Since we are not scraping, this is legal and should not be to difficult.

As a last resort, we could reach out to the team, they seem on the pulse and probably do not have issues with what we are doing. Maybe they will whitelist godmode

Source: https://www.zenrows.com/blog/bypass-cloudflare#cloudflare-solvers

@swyxio
Copy link
Contributor

swyxio commented Oct 5, 2023

yeah totally - @mwyywm updated user agent in #239 - releasing in beta.9!

@swyxio swyxio closed this as completed Oct 5, 2023
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

4 participants