-
Notifications
You must be signed in to change notification settings - Fork 2
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
StarIO10InUseException when printer restarted or internet fluctuates #28
Comments
@zaibniazinnowi StarIO10InUseException occurs when the printer has already connected a device. Please check if there is another device that connects to the printer on the network. |
@Tatsuki-Yamamoto2731 It was a one-on-one communication. The printer can recover if it enters an error state when it's not actively printing. However, if an error occurs during printing, it initially throws a StarIO10UnprintableException, and then gets stuck in a StarIO10InUseException state until the printer is restarted. |
@zaibniazinnowi Does the problem occur with our sample program? |
|
Thank you for the information. The SDK does not provide a means to solve this problem Configuration steps.
|
@KHosozawa |
Sorry, but there is no way to change the settings of multiple printers at the same time. |
@KHosozawa |
@zaibniazinnowi
If you change the password and forget it, please follow the procedure below to initialize the network settings.
|
@KHosozawa Now when I hit the IP address of other printers, and it keeps on asking for username and password as username and password is correct. |
@zaibniazinnowi My understanding:
If the above situation is true, the user name or password of PrinterB may have been changed.
*push switch: a small button located near the LAN port on the printer. |
@KHosozawa com.starmicronics.stario10.StarPrinter.a (SourceFile:11) After restarting printer, it starts connecting and printing. |
Description
The printer throws a StarIO10UnprintableException when it loses its internet connection during printing, and after retrying, the exception changes to StarIO10InUseException. The printer will not resume printing until it is restarted. The connection loss could be due to internet fluctuations, or the printer being unplugged.
When printer throws StarIO10UnprintableException or StarIO10InUseException. we always disconnect to make printer available for next iteration but failed.
Your device where the bug occurs
POS(ELO), Samsung
Version 14 and 9
Your printer
SP742 (STR-001)
(com.starmicronics:stario10:1.6.0)
Ethernet/LAN
Is it possible to expose method to release or reset printer instance from SDK so that we do not need to restart printer every time?
The text was updated successfully, but these errors were encountered: