Open ivtts opened 10 months ago
I am also having an error when saving from asm3 with last LinkStable on Windows 10. When it happens FC is frozed and I have to kill it in task manager. Saving same document with last LinkStable in Linux doesn't give any error. So may be it is a similar but a different problem than here reported.
I will report it as a new issue because I have just seen that issue reported here was already fixed in https://github.com/realthunder/FreeCAD_assembly3/commit/b0ba75422fed587d751b7bb3f0fd51c634c00090
With FreeCAD 0.21.2, when save file with Assembly3, on console printed errors
It seems that class 'TypeError' Object of type FeaturePython is not JSON serializable the problem was related with git commit fbe2fef
It seems that when using python >=3.11 you need to rename the
__getstate__
/__setstate__
methods todumps
/loads
. I tried doing this locally and now there are no errors.My setup