Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple print jobs to brother QL-800 #120

Open
Abhi0725 opened this issue Dec 13, 2021 · 0 comments
Open

Multiple print jobs to brother QL-800 #120

Abhi0725 opened this issue Dec 13, 2021 · 0 comments

Comments

@Abhi0725
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant