Coder Social home page Coder Social logo

Comments (3)

bcolsen avatar bcolsen commented on September 11, 2024

I'm not sure what would cause that error but if you're reading the file live it might change the file while you are reading it.

If it works again after restarting it's probably ok to catch the error with a try: statement in the program and just reread the file again.

from galvani.

SomePythonUser avatar SomePythonUser commented on September 11, 2024

Yeah, I did consider that, but I'd prefer fixing the issue if I could :b

I'll just try to catch the error. Thank you.

from galvani.

chatcannon avatar chatcannon commented on September 11, 2024

Maybe the following is happening:

  1. galvani reads the length of the data section
  2. EC-Lab writes extra data to the file
  3. galvani reads from the point where it expects the next section to be, using the outdated length information

In the case where the length of the current section is changed, the code could go back to the start of the section and reread the length. However, if change was to an earlier section then the header with the length information will also have moved. In that case I don't think there is any better solution than to go back to the start of the file and start reading again.

from galvani.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.