eventOneHQ / apkup

🚀 Publish APKs to Google Play directly from the terminal
https://oss.eventone.page/apkup
MIT License
36 stars 12 forks source link

ERROR: Internal error encountered. #34

Closed code-bross closed 4 years ago

code-bross commented 4 years ago

It seems that an error occurred while editing in the console. 'google.play.publishingapi.v3.EditsService.Commit' failed. How about change the'--release-notes' argument optional?

nprail commented 4 years ago

Can't tell much from that 🙂

Try again but first run:

export DEBUG=apkup:*

Then paste the full output here. Make sure you redact any sensitive info, though.

Also, what Node version are you on?

code-bross commented 4 years ago

edit content

nprail commented 4 years ago

I really can't tell much from the info you've provided. Please provide the full output with DEBUG enabled.

Out of curiosity, why do you think that making release-notes optional would help? Unfortunately, I don't think I can do that because I think it is required by Google's API. But I'd have to double-check on that.

nprail commented 4 years ago

@code-bross Are you still experiencing this issue?