ChatGPT icon indicating copy to clipboard operation
ChatGPT copied to clipboard

[Bug] Export PDF & PNG unresponsive for existing chats

Open dairefagan opened this issue 2 years ago • 9 comments

Version

v0.9.0

Bug description

As per #185 there is no response when clicking on the export PDF or PNG buttons for an existing chat although Markdown does work great. Everything also works for new chats. Same issue, at least with export PDF, in v0.8.1.

OS

Ubuntu 20.04.5 LTS

Environment

Gnome 3.36.8

dairefagan avatar Jan 15 '23 08:01 dairefagan

0.8.1 is a buggy version, please install 0.9.0.

lencx avatar Jan 15 '23 08:01 lencx

This bug report is for that version, I just mentioned it was also an issue in the previous version.

Version

v0.9.0

dairefagan avatar Jan 15 '23 12:01 dairefagan

What do you mean by unresponsive?

lencx avatar Jan 15 '23 13:01 lencx

What do you mean by unresponsive?

When I click the buttons nothing happens.

dairefagan avatar Jan 15 '23 16:01 dairefagan

Please try 0.9.2, the 0.9.0 script has problems running.

lencx avatar Jan 15 '23 16:01 lencx

I just updated to 0.9.2 and the export problem/bug still exists. Pressing on download Pdf, export PNG, and generate markdown, opens up a windows explorer on my PC with no save button/option. Any suggestion?

BastianRn avatar Jan 15 '23 22:01 BastianRn

  • Check the ~/.chatgpt/chatgpt.log file
  • Open the debugging tools in the help menu and check the console for errors

Please provide a screenshot of windows explorer, all exported files are managed through Control Center.

lencx avatar Jan 15 '23 23:01 lencx

Thanks, Lencx,

I found the PDF and the png files via the help menu in ChatGPT Log/Download. Thanks for the tip, it helped a lot!

Bests, Sebastian

On Mon, Jan 16, 2023 at 12:51 PM lencx @.***> wrote:

  • Check the ~/chatgpt/chatgpt.log file
  • Open the debugging tools in the help menu and check the console for errors

— Reply to this email directly, view it on GitHub https://github.com/lencx/ChatGPT/issues/211#issuecomment-1383288892, or unsubscribe https://github.com/notifications/unsubscribe-auth/AV4O6AQCLTT5RAFL6577VKDWSSERBANCNFSM6AAAAAAT3XH3EU . You are receiving this because you commented.Message ID: @.***>

BastianRn avatar Jan 16 '23 09:01 BastianRn

I think the issue here, on Windows machines, is the path contains a mix of forward and back slashes. Then the Open command just opens an Explorer window, but can't open the full path.

Example, from my log file I see: open_file: C:\Users\MXX\.chatgpt\download/pdf/fq2fbm.pdf

I think this fails because of the forward slashes - this is my guess.

merrickw avatar Jan 23 '23 16:01 merrickw

Please try v0.10.0

lencx avatar Jan 25 '23 02:01 lencx