| Summary: | [abrt] fpaste-0.3.7.1-8.fc19: decoder.py:381:raw_decode:ValueError: Expecting property name: line 1 column 6 (char 5) | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Maxim Polyakov <polyakov> | ||||||
| Component: | fpaste | Assignee: | Ankur Sinha (FranciscoD) <sanjay.ankur> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 19 | CC: | athmanem, metherid, sanjay.ankur | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | abrt_hash:fc5e4de24205f2850fe35a6a255c2b35efa489cd | ||||||||
| Fixed In Version: | fpaste-0.3.7.1-11.fc20 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2014-01-25 02:23:14 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Attachments: |
|
||||||||
Created attachment 791638 [details]
File: backtrace
Created attachment 791639 [details]
File: environ
fpaste-0.3.7.1-10.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/fpaste-0.3.7.1-10.fc20 fpaste-0.3.7.1-10.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/fpaste-0.3.7.1-10.fc19 Package fpaste-0.3.7.1-11.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing fpaste-0.3.7.1-11.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-1440/fpaste-0.3.7.1-11.fc19 then log in and leave karma (feedback). fpaste-0.3.7.1-11.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. fpaste-0.3.7.1-11.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: yum install gcc | fpaste Version-Release number of selected component: fpaste-0.3.7.1-8.fc19 Additional info: reporter: libreport-2.1.6 cmdline: python /bin/fpaste /tmp/fp dso_list: python-libs-2.7.5-4.fc19.x86_64 executable: /bin/fpaste kernel: 3.9.0-rc1+ runlevel: N 5 type: Python uid: 0 Truncated backtrace: decoder.py:381:raw_decode:ValueError: Expecting property name: line 1 column 6 (char 5) Traceback (most recent call last): File "/bin/fpaste", line 447, in <module> main() File "/bin/fpaste", line 414, in main [url, short_url] = paste(text, options) File "/bin/fpaste", line 137, in paste short_url = get_shortened_url(url) File "/bin/fpaste", line 77, in get_shortened_url return json.loads('{' + line +'}')['short_url'] File "/usr/lib64/python2.7/json/__init__.py", line 338, in loads return _default_decoder.decode(s) File "/usr/lib64/python2.7/json/decoder.py", line 365, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib64/python2.7/json/decoder.py", line 381, in raw_decode obj, end = self.scan_once(s, idx) ValueError: Expecting property name: line 1 column 6 (char 5) Local variables in innermost frame: s: '{ [url, short_url] = paste(text, options)\n}' self: <json.decoder.JSONDecoder object at 0x2115650> idx: 0