You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears there are situations where a transfer can fail in put_file, but no exception is raised. It would be nice if when this scenario happens , an exception is raised like f9dce5f, so this particular request can be retried. An excerpt of the error is below:
DDM Inserting 85 byte(s)
DDM MSG: 'TRANS99 Host program error code 00 \x00\x00\x00\x003276: file transfer canceled$ '
DDM Data Ack send
DDM closed (got MSG)
clearing __indsfile
put_file: TRANS99 Host program error code 00 3276: file transfer canceled$
The text was updated successfully, but these errors were encountered:
It appears there are situations where a transfer can fail in put_file, but no exception is raised. It would be nice if when this scenario happens , an exception is raised like f9dce5f, so this particular request can be retried. An excerpt of the error is below:
The text was updated successfully, but these errors were encountered: