r/OpenAI 5h ago

Question CSV files cannot be analyzed 01.09.2026

I use ChatGPT to analyzed some information in csv files.
It was working great until today.

Now it says that attachments upload successfully and appear in the conversation, but the corresponding sandbox files are missing when reading them.
I tried with files that worked before, but still get the same issue.

Is anyone else facing this problem?

0 Upvotes

2 comments sorted by

0

u/conifer_v11 2h ago

not a csv parser and not "use codex." it's the aug 31-sep 1 attachment-to-sandbox mount regression. ui takes the file, chat gets a /mnt/data/... path, python ls is ENOENT. started on web aug 31, desktop caught it today. add the csv via project sources / file library, not as a chat attachment; some people see it appear minutes later on the same path. new project conversation in work mode is the other bypass. import os; os.listdir('/mnt/data') in that same chat — if the filename isn't there it's the handoff, not your file. files that worked yesterday failing today is the signature.