#6243 UnicodeDecodeError from post-receive-alternativearch when pushing to an F26 branch
Closed: Duplicate 6 years ago Opened 6 years ago by tibbs.

Was just updating one of my packages and had merged master into the F26 branch. Got this when pushing:

ἐπιθυμία:~/work/my-packages/cyrus-imapd/❯ git push
Total 0 (delta 0), reused 0 (delta 0)
remote: Emitting a message to the fedmsg bus.
remote: * Publishing information for 10 commits
remote: * Notifying alternative-arch people
remote: Traceback (most recent call last):
remote:   File "./hooks/post-receive-chained.d/post-receive-alternativearch", line 206, in <module>
remote:     run_as_post_receive_hook()
remote:   File "./hooks/post-receive-chained.d/post-receive-alternativearch", line 198, in run_as_post_receive_hook
remote:     full_change=full_change
remote: UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 3583: ordinal not in range(128)
To ssh://pkgs.fedoraproject.org/rpms/cyrus-imapd
   cbf887e..dd44fee  f26 -> f26

The only guess I have about this is that there's some unicode in the changelog.


Metadata Update from @ralph:
- Issue tagged with: src.fp.o

6 years ago

This is in fact not related to pagure on dist-git and is a duplicate of https://pagure.io/fedora-infrastructure/issue/6040 (which still needs fixing).

Thanks for the report though!

Metadata Update from @pingou:
- Issue untagged with: src.fp.o
- Issue close_status updated to: Duplicate
- Issue status updated to: Closed (was: Open)

6 years ago

Login to comment on this ticket.

Metadata