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

Latest version not working in Chrome #19

Open
huqedato opened this issue Jan 1, 2023 · 9 comments
Open

Latest version not working in Chrome #19

huqedato opened this issue Jan 1, 2023 · 9 comments

Comments

@huqedato
Copy link

huqedato commented Jan 1, 2023

The latest version of the plugin, v1.3.4 is not working in chrome v108: clicking buttons (PDF/PNG) is doing nothing.

@dacwebb
Copy link

dacwebb commented Jan 5, 2023

Encountering the same issue (108.0.5359.125 (64-bit)), either button will break the chat functionality and will not export any PNG/PDF file. The chat gets stuck at the same fixed spot.
image

This is the error manifesting on the extension, is it perhaps a maximum size constraint for the export?
image

This is the error that occurs when you click "Export PDF" on the ChatGPT tab:
image

@mike37510
Copy link

same error on brave :)

@Jamisonfitz
Copy link

Same issue for me.

@katmoody
Copy link

katmoody commented Jan 7, 2023

Same issue for me as well. :D

@Daniel-Waiger
Copy link

Same on EDGE (Version 108.0.1462.76 (Official build) (64-bit))

@liady
Copy link
Owner

liady commented Jan 9, 2023

Hi, I try to reproduce it but I see it's working (Chrome Version 108.0.5359.125, Windows).
I'm wondering if maybe the site structure is different for some of the users.
@dacwebb can you please try to reproduce it, and if it happens write this in the console and see if it returns true or false:

!!document.querySelector("[class*='react-scroll-to-bottom']>[class*='react-scroll-to-bottom']>div")

(this only checks if the element that extension is looking for capturing is actually there. It should be there after the first answer of ChatGPT).
Thanks.

@dacwebb
Copy link

dacwebb commented Jan 10, 2023

Thanks for your reply @liady . I attempted it again but it appears to be working now. Not really sure what changed. 😅
If I run into the issue again I will try the console code you mentioned.

@lencx
Copy link

lencx commented Jan 10, 2023

@liady I reproduced the problem and it returns false if the chat already exists (image 1), and everything works fine if it is a new one (image 2).

!!document.querySelector("[class*='react-scroll-to-bottom']>[class*='react-scroll-to-bottom']>div")

Screenshot 2023-01-10 at 23 47 03

Screenshot 2023-01-10 at 23 46 09

@dacwebb
Copy link

dacwebb commented Feb 17, 2023

I've encountered the issue again on an existing chat but am getting true from the aforementioned console command. Here is a capture of the output including the error I get when clicking the Export PDF button:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants