dymo-connect-framework
dymo-connect-framework copied to clipboard
PrintLabel leads to `The object is owned by another thread: Bad request`
Hello,
I am trying to run the sample app PreviewAndPrintLabel.
After starting it works properly. So it recognizes the connected printers and it renders the labels.
But when clicking on the print button (triggering the printLabel func) the framework tells me.
The calling thread cannot access this object because the object is owned by another thread.: Bad Request
Only the printLabel request is running into that error at ajaxSync function.
var ret = ajaxSync(path, params, method);
Can it be that it is somehow occupied by the Dymo Connect Software or by any other service running?
I already tried the async print function but having the same result.
Any further ideas to overcome this issue? Many thanks!
Hi, I'm facing the same issue. Did you find a solution to this problem? It would help a lot :D
This has come up again.
It appears to be caused by their recent update. If we update existing software, this problem will start. It goes away if we uninstall it entirely and reinstall the latest version.
Reference version 1.4.8.3
Edit - this seems only to fix sometimes; other times, it'll work for 1 or 2 labels and then fail similarly.