Bug 1084695
| Summary: | [abrt] linkchecker: urlbase.py:673:serialized:AssertionError: <unprintable AssertionError object> | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | axel | ||||||
| Component: | linkchecker | Assignee: | Christopher Meng <i> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 20 | CC: | i, redhat | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/29682437e7f612bdf38519b518c38aa6756ab55a | ||||||||
| Whiteboard: | abrt_hash:af148f8d67208f17b4dec325df0ee237ed13994e | ||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2015-02-24 12:17:44 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 883061 [details]
File: backtrace
Created attachment 883062 [details]
File: environ
linkchecker-9.1-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/FEDORA-2014-5515/linkchecker-9.1-1.fc20 Package linkchecker-9.2-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 linkchecker-9.2-1.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-5515/linkchecker-9.2-1.fc20 then log in and leave karma (feedback). |
Description of problem: export Firefox bookmarks to html linkchecker -ohtml -r1 -t5 -v -Dall bookmarks.html |tee linkchecker.html linkckecker-gui also crashes with the same error message in pop-up window. Version-Release number of selected component: linkchecker-9.0-1.fc20 Additional info: reporter: libreport-2.2.0 cmdline: /usr/bin/python2 -u /usr/bin/linkchecker -ohtml -r1 -t5 -v -Dall bookmarks.html dso_list: python-libs-2.7.5-11.fc20.x86_64 executable: /usr/bin/linkchecker kernel: 3.13.7-200.fc20.x86_64 runlevel: N 5 type: Python uid: 1000 Truncated backtrace: urlbase.py:673:serialized:AssertionError: <unprintable AssertionError object> Traceback (most recent call last): File "/usr/bin/linkchecker", line 588, in <module> aggregate_url(aggregate, strformat.stripurl(url)) File "/usr/lib64/python2.7/site-packages/linkcheck/cmdline.py", line 71, in aggregate_url aggregate.urlqueue.put(url_data) File "/usr/lib64/python2.7/site-packages/linkcheck/cache/urlqueue.py", line 113, in put self._put(item) File "/usr/lib64/python2.7/site-packages/linkcheck/cache/urlqueue.py", line 136, in _put log.debug(LOG_CACHE, "queueing %s", url_data) File "/usr/lib64/python2.7/site-packages/linkcheck/log.py", line 84, in debug _log(log.debug, msg, args, **kwargs) File "/usr/lib64/python2.7/site-packages/linkcheck/log.py", line 69, in _log fun(msg, *args) File "/usr/lib64/python2.7/logging/__init__.py", line 1137, in debug self._log(DEBUG, msg, args, **kwargs) File "/usr/lib64/python2.7/logging/__init__.py", line 1268, in _log self.handle(record) File "/usr/lib64/python2.7/logging/__init__.py", line 1278, in handle self.callHandlers(record) File "/usr/lib64/python2.7/logging/__init__.py", line 1318, in callHandlers hdlr.handle(record) File "/usr/lib64/python2.7/logging/__init__.py", line 749, in handle self.emit(record) File "/usr/lib64/python2.7/site-packages/linkcheck/ansicolor.py", line 311, in emit msg = self.format(record) File "/usr/lib64/python2.7/logging/__init__.py", line 724, in format return fmt.format(record) File "/usr/lib64/python2.7/logging/__init__.py", line 464, in format record.message = record.getMessage() File "/usr/lib64/python2.7/logging/__init__.py", line 328, in getMessage msg = msg % self.args File "/usr/lib64/python2.7/site-packages/linkcheck/checker/urlbase.py", line 717, in __str__ s = self.serialized() File "/usr/lib64/python2.7/site-packages/linkcheck/checker/urlbase.py", line 673, in serialized assert isinstance(self.cache_key, unicode), self AssertionError: <unprintable AssertionError object> Local variables in innermost frame: