ClarkuCSCI / pydiode

Transfer data through a unidirectional network (i.e., a data diode)
MIT License
2 stars 0 forks source link

Summarize Tar Error #14

Closed peterstory closed 1 month ago

peterstory commented 2 months ago

Users will see a messy error message if they send a test packet to a receiver that is expecting file data. To trigger the issue:

  1. On the receiver, in the Receive tab, start receiving files
  2. On the sender, in the Settings tab, click "Test Sending"

The receiver will see a stack trace and a message containing:

...
tarfile.ReadError: truncated header
...