Latest version not working in Chrome
huqedato opened this issue · 9 comments
The latest version of the plugin, v1.3.4 is not working in chrome v108: clicking buttons (PDF/PNG) is doing nothing.
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.
This is the error manifesting on the extension, is it perhaps a maximum size constraint for the export?
This is the error that occurs when you click "Export PDF" on the ChatGPT tab:
same error on brave :)
Same issue for me.
Same issue for me as well. :D
Same on EDGE (Version 108.0.1462.76 (Official build) (64-bit))
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.
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.
@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")