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

Sending EOT cause Handler Error #34

Closed
rwskinner opened this issue Jun 11, 2019 · 0 comments
Closed

Sending EOT cause Handler Error #34

rwskinner opened this issue Jun 11, 2019 · 0 comments

Comments

@rwskinner
Copy link

When sending a file, If the receiver cancels the transfer sending the EOT 0x04 then I get an error like this:
No handlers can be found for logger "xmodem.XMODEM"

Turning on the logging in the debug mode I then show this:

DEBUG:xmodem.XMODEM:Begin start sequence, packet_size=128
ERROR:xmodem.XMODEM:send error: expected NAK, CRC, or CAN; got '\x04'
INFO:xmodem.XMODEM:send error: error_count reached 16, aborting.

Shouldn't the Xmodem abort immediately after receiving the EOT char?

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