liady / ChatGPT-pdf

A Chrome extension for downloading your ChatGPT history to PNG, PDF or a sharable link
MIT License
1.47k stars 153 forks source link

Flashing Buttons #49

Open rjRostana opened 1 year ago

rjRostana commented 1 year ago

I have just applied what is the latest release, and I find that the buttons are flashing, ie. all the folloing in a panel: Regenerate Response - Generate PNG - Download PDF - Share Link

What do I need to do to correct it?

RJ 2023-03-10_11-10-58 ChatGPT pdf

DDhanushka commented 1 year ago

I have the same issue

alvindoputra commented 1 year ago

I have the same issue. ☹️

wgu93 commented 1 year ago

Same issue on Ubuntu 18 and Chrome Version 106.0.5249.119 (Official Build) (64-bit)

NikhithVasa commented 1 year ago

same here

PlusUltrax commented 1 year ago

Same here

SamuelNRS commented 1 year ago

https://user-images.githubusercontent.com/45664131/225173152-4edee085-d9cf-431f-8288-cc4d80926bee.mp4

Chrome - Version 111.0.5563.65

stephenfeather commented 1 year ago

There is a pull request pending: https://github.com/liady/ChatGPT-pdf/pull/33

You could pull the source code and apply the patch.

Bloomdw commented 1 year ago

I was just going to post this.

hnprashanth commented 1 year ago

I have the same problem & this is what I found in the extension error section:

Screenshot 2023-03-20 at 8 49 39 AM
fevxie commented 1 year ago

same issue

hisujithabalaji commented 1 year ago

Same issue. I am not able to use the extension due to this issue.

alijafari79 commented 1 year ago

Chrome - Version 111.0.5563.65

Please Solve This issue ! At this time the extension is completely unusable ....

spidy0x0 commented 1 year ago

for those having any issues with the repo, use this branch https://github.com/spidy0x0/ChatGPT-pdf/tree/342daf23eb1a516539b387daf478bafebc4f5d4a

works perfectly

rwa commented 1 year ago

for those having any issues with the repo, use this branch https://github.com/spidy0x0/ChatGPT-pdf/tree/342daf23eb1a516539b387daf478bafebc4f5d4a

works perfectly

Does not work for me. Still flashes back and forth between "regenerate response" and the four buttons with the download options.

aspiriine commented 1 year ago

Does not work for me. Still flashes back and forth between "regenerate response" and the four buttons with the download options.

Try this one. Tested locally and it works.

https://github.com/aspiriine/ChatGPT-pdf-fix/commit/b542abebbf6e320a1f98b73f1e6a1b44fd75da27

alvindoputra commented 1 year ago

Does not work for me. Still flashes back and forth between "regenerate response" and the four buttons with the download options.

Try this one. Tested locally and it works.

aspiriine@b542abe

thank you very much, buddy. it works perfectly.

rwa commented 1 year ago

Works for me too! Thanks!

zvit commented 1 year ago

Does not work for me. Still flashes back and forth between "regenerate response" and the four buttons with the download options.

Try this one. Tested locally and it works.

aspiriine@b542abe

Did not work for me. The first edit was already in chrome-chatgpt-share-v1.3.4.zip, and I did the second edit. Still have flashing buttons.

1954Bill commented 1 year ago

I have just now downloaded and installed the ZIP on Firefox 112.0, and it still flashes. Have the above fixes been implemented in the Firefox version?

aspiriine commented 1 year ago

Does not work for me. Still flashes back and forth between "regenerate response" and the four buttons with the download options.

Try this one. Tested locally and it works. aspiriine@b542abe

Did not work for me. The first edit was already in chrome-chatgpt-share-v1.3.4.zip, and I did the second edit. Still have flashing buttons.

I have just now downloaded and installed the ZIP on Firefox 112.0, and it still flashes. Have the above fixes been implemented in the Firefox version?

I'm sure the edit wasn't applied. I suggest you download the forked repo in my profile. Many people confirmed it working. It works also on Firefox latest version.

1954Bill commented 1 year ago

@aspiriine : I tried to download and install following the instructions on the page. But I get this error:

**There was an error during the temporary add-on installation. Error details

File /Users/williamaltmann/Dropbox/Mac/Downloads/ChatGPT-pdf-fix-main.zip does not contain a valid manifest**

aspiriine commented 1 year ago

@1954Bill You'll have to execute the build.sh file first. This will create an other zip file that can be installed on firefox

1954Bill commented 1 year ago

@aspiriine Tnanks. Can you explain how to do that? I'm a newbie.

aspiriine commented 1 year ago

@1954Bill Once you download the repo and unzip it, you find a file called "build.sh". Open up the terminal in that directory where the file is and run chmod +x ./build.sh && ./build.sh This will create 2 files: one for chrome and one for firefox in a folder called "dist".

Alternatively, you can download the zip file for firefox from here. https://we.tl/t-CzzCrFGtlK ,

1954Bill commented 1 year ago

It works now! Thanks.