Getting purple screen when trying to open a text file

When trying to open a text file with a bunch of EPOCH time stamps I get the following screen/error code. It also happens when trying to open the file with code

Also when trying to run the code to open the file i get this issue: My code keeps returning a error and automatically restarting - Replit Help - Replit Ask

with open("all_time_volume.txt", "r") as all_time_volume_file:
  all_time_volume_data = ast.literal_eval(all_time_volume_file.read())
1 Like

Maybe try loading it up on a different device/ new tab or just refresh the page and see what happens?

2 Likes

Still running into the same issue. It’s happening on another program on mine now. Its almost like the file it so big or something.