Bug 1104181
| Summary: | [abrt] git-cola: pyinotify.py:1907:add_watch:UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 11: ordinal not in range(128) | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Matej <m> | ||||||
| Component: | git-cola | Assignee: | Kevin Kofler <kevin> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 19 | CC: | davvid, i, kevin | ||||||
| Target Milestone: | --- | Keywords: | Reopened | ||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/78a00e57809839d2a2f8f7bb4cb341b81abc0018 | ||||||||
| Whiteboard: | abrt_hash:cd00b504e10e9808c360c7cb257d9fcf3f4ea62c | ||||||||
| Fixed In Version: | git-cola-2.0.4-1.fc20 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2014-07-05 14:51:34 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
Created attachment 901780 [details]
File: backtrace
Created attachment 901781 [details]
File: environ
I just a pushed a fix to git-cola's master branch on github that may fix this. Is there any way to get the original submitter to test it? I'll test the fix a bit myself as well. I tested the github version and the error is fixed. Thanks! git-cola-2.0.4-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/git-cola-2.0.4-1.fc20 Package git-cola-2.0.4-1.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing git-cola-2.0.4-1.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-7802/git-cola-2.0.4-1.fc20 then log in and leave karma (feedback). git-cola-2.0.4-1.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. git-cola-2.0.5-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/git-cola-2.0.5-1.fc19 git-cola-2.0.5-1.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |
Version-Release number of selected component: git-cola-2.0.1-1.fc19 Additional info: reporter: libreport-2.2.1 cmdline: /usr/bin/python /usr/bin/git-dag --prompt dso_list: python-inotify-0.9.4-2.fc19.noarch executable: /usr/bin/git-dag kernel: 3.14.4-100.fc19.x86_64 runlevel: N 5 type: Python uid: 1000 Truncated backtrace: pyinotify.py:1907:add_watch:UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 11: ordinal not in range(128) Traceback (most recent call last): File "/usr/share/git-cola/lib/cola/inotify.py", line 203, in run self._watch_directory(self._path) File "/usr/share/git-cola/lib/cola/inotify.py", line 174, in _watch_directory self._wmgr.add_watch(directory, self._mask) File "/usr/lib/python2.7/site-packages/pyinotify.py", line 1907, in add_watch self._inotify_wrapper.str_errno())) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 11: ordinal not in range(128) Local variables in innermost frame: wd: -1 npath: u'/home/matej/prace/sport_tracking/git' rec: False rpath: u'/home/matej/prace/sport_tracking/git' mask: 654 quiet: True self: <pyinotify.WatchManager object at 0x25bda10> auto_add: False proc_fun: None do_glob: False apath: u'/home/matej/prace/sport_tracking/git' path: u'/home/matej/prace/sport_tracking/git' ret_: {u'/home/matej/prace/sport_tracking/git': -1} exclude_filter: <function <lambda> at 0x1d28578>