Closed flaviut closed 1 year ago
Hi,
Would it be possible to create a new tag with this bug solved ? I think most people installing it on newer Ubuntu version will have the problem with Python 3.10.
I don't understand, what am I supposed to do here?
@eyal0 https://stackoverflow.com/a/18223354/2299084, and create a new 2.3.2
version. It's been a while, so I don't remember, but maybe Octoprint's package manager requires a tagged version to update?
Ah, right, that kind of tag, yes! Hah, I had forgotten. I also need to update the version number to match in the code or else the updater will try to download the code over and over again!
e9489e63606f65daf6e15455c184a40158cb238e
Done, here: https://github.com/eyal0/OctoPrint-PrintTimeGenius/releases/tag/2.3.2
Let me know if I need to do something else, thanks.
Thank you, it works, I just received a notification from Octoprint saying that a new version (2.32) is available :-)
Before reporting, check if your problem is here: https://github.com/eyal0/OctoPrint-PrintTimeGenius/wiki/Common-problems
Describe the bug
My analysis failed due to the following error:
To Reproduce Steps to reproduce the behavior:
Run this code on Python 3.10+, where the
collections.Mapping
field was moved tocollections.abc.Mapping
.collections.abc.Mapping
was introduced in Python 3.3, released in 2012Expected behavior
No error
OctoPrint Version:
Version 1.9.3
PrintTimeGenius Version (if you know):
2.3.1
If relevant, upload the PrintTimeGenius log and any problematic gcode files (you might need to rename the files). This is really important. I probably can't help you without this.