Github user karuturi commented on the pull request: https://github.com/apache/cloudstack/pull/730#issuecomment-134899773 interesting... I do not see any such error while merging this pr It uses python to get the author info on the contents of the url https://api.github.com/repos/apache/cloudstack/pulls/730 ``` curl -s https://api.github.com/repos/apache/cloudstack/pulls/730 > ${jsonTmp} prAuthor=$(cat ${jsonTmp} | python -c " try: import sys, json print json.load(sys.stdin)['user']['login'].encode('utf-8').decode('ascii','ignore') except: print '' ") ``` Can you check if the above works manually? @remibergsma have you seen any such issue with git pr script?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---