Is data analysis broken for anyone else since yesterdays update? It’s not working for me in either the main GPT4 window or it’s own Data Analysis space. It just doesn’t see or can’t access the uploaded files.
I have the same issue, after update on 6 Nov 2023, Dall e, data science, uploading file all not working till now. it apparently the new update has not been fully assured workability before release.
I am not able to add any .docx into knowledge for the last couple of days. The files are pretty small in size. I am getting “error uploading” and “unable to extract text”. I have also tried it on chrome and firefox. This is on a windows desktop.
What in the heck is going on? I was able to load 2 .docx’s in the last 2 days then it just stopped. I have tried clearing browser cache, relaunching session. etc.
Me: many users are reporting issues with uploaded files not being accessible. what is going on?
GPT: I apologize for the inconvenience you’re experiencing. There seems to be an ongoing issue with accessing and executing uploaded files. This could be due to a temporary technical glitch or a limitation in the current system setup.
While I can’t provide a specific reason or solution for this problem at the moment, rest assured that user feedback about such issues is valuable and typically addressed by the technical team responsible for maintaining and updating the system. In the meantime, I’m here to assist with any other queries or activities that don’t require file uploads. Please feel free to ask anything else!
I can confirm the issue, and this is affecting also the dowload of files generated within the python sandbox. It seems the model has issues accessing the output streams or any file from the python sandbox environment.
An example answer follows:
# Attempting to write "Hello World" to a text file within a try...except block
# to capture and display details of any exception that might occur
file_path = '/mnt/data/hello_world.txt'
try:
with open(file_path, 'w') as file:
file.write('Hello World')
success = True
exception_info = None
except Exception as e:
success = False
exception_info = e.__dict__
file_path if success else exception_info
It appears that the internal error occurred again, preventing the execution of the file-writing operation. Unfortunately, due to the nature of this exception, I am unable to capture and display its details using the standard Python exception handling methods.
ChatGPT issues should be directed to help.openai.com and using the support bot in the bottom right corner, the developer forum is not the place for non API related support.
I am also experiencing issues. ChatGPT responses have been really slow and have been getting various errors (e.g. network errors) when using the data analysis.
Is anyone at OpenAI checking out this problem? Seems like the quality keeps getting worse every day. Adding a bunch of new stuff without testing it properly isn’t what we were hoping for from OpenAI.
I’m having the same issue. I tried uploading .xlsx, .csv and .pdf and no results. It seems like it’s unable to access its previous functionalities since the last update. ChatGPT is effectively bricked right now until they fix this.