Ki-nTree icon indicating copy to clipboard operation
Ki-nTree copied to clipboard

Testing endpoints results in a crash

Open FilipSzkandera opened this issue 1 year ago • 3 comments

After installing Kintree I've tried to connect to my Invetree instance, but the python crashed when I've pressed the "test" button. Same error when I've tried adding Mouser as a supplier (inserting my API key and pressing "save" -> "test").

Reinstallation did not resolve the issue.

The error is the same in both cases:

Error:

objc[31921]: +[NSString initialize] may have been in progress in another thread when fork() was called.
objc[31921]: +[NSString initialize] may have been in progress in another thread when fork() was called. We cannot safely call it or ignore it in the fork() child process. Crashing instead. Set a breakpoint on objc_initializeAfterForkError to debug.

Versions: Kintree 1.2.0 Python env 3.12

FilipSzkandera avatar Jan 16 '25 09:01 FilipSzkandera