Coder Social home page Coder Social logo

Comments (4)

foosel avatar foosel commented on June 26, 2024

Your softwareupdate log should contain everything that got updated along side OctoPrint with regards to Python packages, so that's where I'd start to dig. Unfortunately the one contained in your bundle only contains a plugin update from Feb 10th. The update log shows only one update of OctoPrint from 1.9.2 to 1.10.0rc1, no information seems to be available about your mentioned update from 1.8.3 to 1.9.3.

Can you please verify that you've shared the bundle of the correct instance? Do you maybe still have the software update log that contains the update you went through from 1.8.3 to 1.9.3?

What I can see in the commit log is that I upgraded the dependency on pyserial from 3.4 to 3.5 between 1.8.x and 1.9.0. What you could try is rolling back to pyserial 3.4 (pip install pyserial==3.4 - this will probably log a big warning about unmet dependencies then since OctoPrint states it expects 3.5, but it should still work I hope) and see if that improves things again.

If it is indeed the pyserial update that triggered that (and that's tbh the only thing I could imagine having an impact here), it would match your observation that downgrading OctoPrint didn't solve it, as that wouldn't downgrade pyserial alongside it as long as its current version is within the stated version range, which 3.5 indeed is even for OctoPrint 1.8.3.

from octoprint.

foosel avatar foosel commented on June 26, 2024

Oh, also, do you happen to have "Request low latency mode" in Settings > Serial Connection > Connection?

from octoprint.

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.