-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
I occasionally get a KeyError on INTEGRITYDIGEST in the iine 397 of EyeFiServer.py:
395: verifiedDigest = eyeFiCrypto.calculateIntegrityDigest(untrustedFile.getvalue(),
396: self.server.eyeFiConfiguration['Card']['UploadKey'])
397: unverifiedDigest = form['INTEGRITYDIGEST'][0]
I've coded a try/except block to catch the KeyError, but am wondering why this happens.
Metadata
Metadata
Assignees
Labels
No labels