liady / ChatGPT-pdf

A Chrome extension for downloading your ChatGPT history to PNG, PDF or a sharable link

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Latest version not working in Chrome

huqedato opened this issue · 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.
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

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.

commented

@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

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