-
Notifications
You must be signed in to change notification settings - Fork 40
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
asyncio.exceptions.TimeoutError #72
Comments
This issue occured both on the latest build and when running server.py after cloning the main branch |
This part of the stack trace:
tells that it timed out while connecting to the printer. I can’t tell of your printer model is supported yet. Such thermal printers differs a lot, though all under similar colorful shell. For Cat-Printer, the way telling if a device is supported is not well designed from today’s view: It should inspect the device’s parameters instead (BLE services, and/or characteristics), rather than looking at device name (typically 2 letters following 2 digits). The error is kinda like this one, not sure if its relative, but just suspect the bluetooth adapter or operating system could also go wrong. (Maybe some Bluetooth adapters don’t support BLE well; Windows needs much more time for Bluetooth scanning & connection, compared to GNU/Linux or Android) |
You may visit this new Web app (with Chrome/Chromium/Edge etc.) and see if it will discover your printer: https://print.unseen-site.fun/ If yes, try to print with it; if not, then most likely your printer isn’t “cat printer” compatible. |
Windows 11 23H2 25915
Python 3.8.5
Unsure if this first part is a part of the issue or my
catpanda printer not being supported, but first off it can't find my device automatically, and when selecting it manually it spits this out after a second, and prints do not work:The text was updated successfully, but these errors were encountered: