Previously, you could ask chatgpt to create a file using code interpreter and it would provide you the link to download the file. However, ever since today it removes the link when using the web version. Chatgpt still thinks it’s providing the link though. Is this a bug or the new normal?
Ah yep, my guess is that both of these issues are related to the same bug then. The web version is filtering links to ChatGPTs sandbox environment.
It still works on my ChatGPT app though, although I haven’t updated it today.
Have the same issue. Fed an image, asked to add something. ChatGPT was trying to provide the link, but it was getting redacted.
The best I got from it was a sandbox path (part of the result analysis):
(…)
Show the result
combined_image.show()
Save the resulting image
result_image_path = “/mnt/data/IMG_with_roof_box.png”
combined_image.save(result_image_path)result_image_path
[EOF]
footer:
STDOUT/STDERR
/usr/bin/xdg-open: 882: www-browser: not found
/usr/bin/xdg-open: 882: links2: not found
/usr/bin/xdg-open: 882: elinks: not found
/usr/bin/xdg-open: 882: links: not found
/usr/bin/xdg-open: 882: lynx: not found
Could not get the image to be displayed directly, did not get an http link.
BUG?
GPT tried to load the image directly, then I asked for a link omitting the ‘http’ bit, it provided sandbox:/ path.
Same here. Can’t download the file but the iOS app will let me. Zanyish.
same problem
It was very good functionality and if openai will block links many chat gpt usecases will not be available((
I can see the links now but once I click on them it gives me an ‘Code interpreter session expired’ error
My iOS app will not create download link for the pdf it produces, neither will the web version. It keeps telling me that it is not able to create the link and that I should copy and paste. But if I do that, the format gets destroyed! I have math formulas in there that look like crap after I paste. Any thoughts?