-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
undefined method hash_md5 for nil:NilClass #367
Comments
Thanks for the report and apologies for the bug. This should be fixed with version 0.9.1. Please let me know if that's not the case. |
Thanks for the quick turn around! I will keep an eye out and reply here if the issue comes up for me again. I'm not sure why but, with no changes in our code, the error went away on subsequent builds, so I unfortunately cannot reproduce this again at the moment. I know I've had this error more than once though (I just recently started pushing builds for a few apps to Firebase app distribution, with this plugin), so I'm guessing this goes away when something like at least one build is submitted to Firebase app distribution successfully. |
From my understanding, the code-path, which contained the bug which caused the crash, is only exercised when the first AAB is uploaded for a given app. All subsequent uploads were not affected. |
Issue Description
The build is successfully uploaded to firebase app distribution before this error occurs. The error seems to occur before the build is assigned to the correct groups, however.
Configuration
Complete verbose output
Environment
The text was updated successfully, but these errors were encountered: