-
Notifications
You must be signed in to change notification settings - Fork 127
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
QL-800 red blinking light on print #43
Comments
Is there anything shown in the terminal? Did you choose the correct printer type and connection? Is the Editor Lite mode disabled? |
Hi, thank you for your response. Terminal shows: 127.0.0.1 - - [02/May/2023 08:37:41] "POST /api/print/text HTTP/1.1" 200 17 The config.json file is as follows: { Editor Lite mode is disabled by default when I turn the printer on. If I turn it on and try to print, I get this in the terminal: 127.0.0.1 - - [02/May/2023 08:36:42] "POST /api/print/text HTTP/1.1" 200 17 |
This usually indicates that your USB port has changed or the udev rule is missing. What does |
Thank you for your help. ls -l /dev/usb shows: |
Are your udev rules for the printer still intact? Id est, do you have any Brother-specific rules in Example: File
|
Hi, 69-brotherql-labelprinter.rules was not there. I created it with the code above, same issue - blinking red light. how do I check idVendor and idProduct values? Is that even the issue? |
Did you trigger a reload for the rules, for example by rebooting the Ubuntu device? |
I don't believe this file reappears after a reload. I've restarted the desktop this Ubuntu instance is on several times since the issue manifested. |
I didn't change anything in my environment, although I did a general update after I got this error. Ubuntu 20.04.6 LTS, can't work it out. Was working for a year prior to this. (Great app, thank you saves a lot of time).
The text was updated successfully, but these errors were encountered: