You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the issue here, on Windows machines, in the open_file command, the path argument contains a mix of forward and back slashes. The Open_file command then just opens an Explorer window to a default path, and not the file just downloaded.
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.