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
{{ message }}
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.
I met an error that passbook module doesn't throw out error when wwdr.pem is not stored at the key directory:
Error opening certificate file /workspaces/pass_book_server/work/data/developers/E5WU58LN/keys/wwdr.pem
139861670852256:error:02001002:system library:fopen:No such file or directory:bss_file.c:169:fopen('/workspaces/pass_book_server/work/data/developers/E5WU58LN/keys/wwdr.pem','r')
139861670852256:error:2006D080:BIO routines:BIO_new_file:no such file:bss_file.c:172:
After debugging, I figure out that doneWithImages() doesn't handle the error from callback of self.signZip() properly, so I modify doneWithImages() as below to fix this bug.
I met an error that passbook module doesn't throw out error when wwdr.pem is not stored at the key directory:
After debugging, I figure out that
doneWithImages()
doesn't handle the error from callback ofself.signZip()
properly, so I modifydoneWithImages()
as below to fix this bug.I will try to fork your repository, add test, and send pull request back to you for this issue later.
The text was updated successfully, but these errors were encountered: