| Summary: | [abrt] fpaste-0.3.7.1-8.fc19: decoder.py:383:raw_decode:ValueError: No JSON object could be decoded | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Eric Blake <eblake> | ||||||
| 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, fche, lnie, metherid, purpleidea, sanjay.ankur | ||||||
| Target Milestone: | --- | Keywords: | Reopened | ||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | abrt_hash:a9f727365f840bdf43162af4ce20be98cf7a6fc8 | ||||||||
| Fixed In Version: | fpaste-0.3.7.2-1.fc19 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2014-04-20 01:25:59 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 807282 [details]
File: backtrace
Created attachment 807283 [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. Problem still seen on fpaste-0.3.7.1-11.fc19.noarch This also breaks the --pasteself option. Looking into it. fpaste-0.3.7.2-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/fpaste-0.3.7.2-1.fc19 fpaste-0.3.7.2-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/fpaste-0.3.7.2-1.fc20 fpaste-0.3.7.2-1.fc20 works Package fpaste-0.3.7.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 fpaste-0.3.7.2-1.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-5206/fpaste-0.3.7.2-1.fc20 then log in and leave karma (feedback). fpaste-0.3.7.2-1.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. fpaste-0.3.7.2-1.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: Tried to paste a large file; fpaste warned me, but then crashed anyway: # fpaste /mnt/backup/dmesg.txt WARNING: your paste size (615.4KiB) is very large and may be rejected by the server. A pastebin is NOT a file hosting service! Uploading (615.4KiB)... Traceback (most recent call last): File "/usr/bin/fpaste", line 447, in <module> main() File "/usr/bin/fpaste", line 414, in main [url, short_url] = paste(text, options) File "/usr/bin/fpaste", line 127, in paste response = json.loads(f.read()) 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 383, in raw_decode raise ValueError("No JSON object could be decoded") ValueError: No JSON object could be decoded Version-Release number of selected component: fpaste-0.3.7.1-8.fc19 Additional info: reporter: libreport-2.1.7 cmdline: python /usr/bin/fpaste /mnt/backup/dmesg.txt dso_list: python-libs-2.7.5-4.fc19.x86_64 executable: /usr/bin/fpaste kernel: 3.10.7-200.fc19.x86_64 runlevel: N 5 type: Python uid: 0 Truncated backtrace: #1 raw_decode in /usr/lib64/python2.7/json/decoder.py:383 #2 decode in /usr/lib64/python2.7/json/decoder.py:365 #3 loads in /usr/lib64/python2.7/json/__init__.py:338 #4 paste in /usr/bin/fpaste:127 #5 main in /usr/bin/fpaste:414 #6 <module> in /usr/bin/fpaste:447