Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 650002 - UnicodeDecodeError when pushing to the lisp overlay
Summary: UnicodeDecodeError when pushing to the lisp overlay
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Gentoo Overlays (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Overlays Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-09 13:20 UTC by Chema Alonso Josa (RETIRED)
Modified: 2018-03-09 21:39 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chema Alonso Josa (RETIRED) gentoo-dev 2018-03-09 13:20:28 UTC
I get the following message when pushing to the lisp overlay, the stuff gets pushed so the error is not critical:

Total 6 (delta 4), reused 0 (delta 0)
remote: Traceback (most recent call last):
remote:   File "hooks/post-receive.h03-notify-webhook", line 96, in <module>
remote:     logmsg = git(['log','--reverse','--format=%an%x09%ae']).split("\n")[0]
remote:   File "hooks/post-receive.h03-notify-webhook", line 20, in git
remote:     details = details.decode("utf-8").strip()
remote: UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe1 in position 61544: invalid continuation byte
To git+ssh://git.gentoo.org/proj/lisp.git
   ba056024..01b6bb57  master -> master


Thanks in advance.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-03-09 13:29:02 UTC
Someone must've pushed invalid (non-UTF-8) author in some commit. Please fix the history, and force push.
Comment 2 Chema Alonso Josa (RETIRED) gentoo-dev 2018-03-09 21:39:46 UTC
Done. Thanks.