brother_ql icon indicating copy to clipboard operation
brother_ql copied to clipboard

Multiple print jobs to brother QL-800

Open Abhi0725 opened this issue 3 years ago • 0 comments

We are using the brother_ql library to print jobs.

The application connects to server via websocket and receives print jobs.

The issue occurs when there is say more than 3 jobs at once.

I found this open issue: #85

The solution to remove self.dev.set_configuration() or prepend it with self.dev.reset() doesn't work and in fact throws the following error after 3-4 jobs has been printed:

Access denied (insufficient permissions)

Screenshot 2021-12-13 at 1 26 12 PM

On the other hand when I run the code without removing the above mentioned line then I get:

No such device (It may have been disconnected) Screenshot 2021-12-13 at 2 36 21 PM

Please note I am running the python code via electron app and hence the JS file is showing the error but in fact this is coming from the output of python file.

Abhi0725 avatar Dec 13 '21 09:12 Abhi0725