'snapcraft push' dies with traceback if credentials are invalid
Bug #1758859 reported by
Romain Janvier
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Snapcraft |
Triaged
|
Medium
|
Unassigned |
Bug Description
Hello,
We are using travis to build and upload snap package for CloudCompare (https:/
the last step fail with an UnicodeDecodeError. I don't know if it's specific to our setup or a bug in snapcraft.
here is the full raw travis log https:/
the used .travis.yml file
https:/
Changed in snapcraft: | |
importance: | Undecided → Medium |
To post a comment you must log in.
Hey Romain, thanks for the bug report!
Looking at the traceback, it looks like there's something wrong with the .snapcraft/ snapcraft. cfg that you decode that's causing the UTF-8 errors. That .travis.yml file looks a tad odd... can you explain why you're attempting to decode the same file twice, with what looks like different passwords?