| Summary: | [abrt] identicurse-0.6.3-1.fc14: statusnet.py:59:__makerequest:StatusNetError: Error 400: Only accept AtomPub for Atom feeds. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Johan Vervloet <bulk> | ||||
| Component: | identicurse | Assignee: | Steve Milner <smilner> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 14 | CC: | smilner | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i686 | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | abrt_hash:62fccec3 | ||||||
| Fixed In Version: | identicurse-0.7.2-1.fc14 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2011-04-15 21:35:27 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 477778 [details]
File: backtrace
identicurse-0.7.1-1.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/identicurse-0.7.1-1.fc15 identicurse-0.7.1-1.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/identicurse-0.7.1-1.fc14 Package identicurse-0.7.1-1.fc15: * should fix your issue, * was pushed to the Fedora 15 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing identicurse-0.7.1-1.fc15' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/identicurse-0.7.1-1.fc15 then log in and leave karma (feedback). identicurse-0.7.1-1.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. identicurse-0.7.2-1.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/identicurse-0.7.2-1.fc15 identicurse-0.7.2-1.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/identicurse-0.7.2-1.fc14 identicurse-0.7.2-1.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. identicurse-0.7.2-1.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. |
abrt version: 1.1.14 architecture: i686 component: identicurse executable: /usr/bin/identicurse kernel: 2.6.35.10-74.fc14.i686 package: identicurse-0.6.3-1.fc14 reason: statusnet.py:59:__makerequest:StatusNetError: Error 400: Only accept AtomPub for Atom feeds. release: Fedora release 14 (Laughlin) time: 1297245155 uid: 501 backtrace ----- statusnet.py:59:__makerequest:StatusNetError: Error 400: Only accept AtomPub for Atom feeds. Traceback (most recent call last): File "/usr/bin/identicurse", line 9, in <module> load_entry_point('identicurse==0.6', 'console_scripts', 'identicurse')() File "/usr/lib/python2.7/site-packages/identicurse/__init__.py", line 89, in main IdentiCurse(additional_config) File "/usr/lib/python2.7/site-packages/identicurse/identicurse.py", line 244, in __init__ curses.wrapper(self.initialise) File "/usr/lib/python2.7/curses/wrapper.py", line 44, in wrapper return func(stdscr, *args, **kwds) File "/usr/lib/python2.7/site-packages/identicurse/identicurse.py", line 378, in initialise self.loop() File "/usr/lib/python2.7/site-packages/identicurse/identicurse.py", line 485, in loop self.parse_input(self.text_entry.edit()) File "/usr/lib/python2.7/site-packages/identicurse/identicurse.py", line 1056, in parse_input self.tabs[self.current_tab].update() File "/usr/lib/python2.7/site-packages/identicurse/tabbage.py", line 244, in update raw_timeline = self.conn.statuses_user_timeline(user_id=self.type_params['user_id'], screen_name=self.type_params['screen_name'], count=get_count, page=self.page) File "/usr/lib/python2.7/site-packages/identicurse/statusnet.py", line 145, in statuses_user_timeline return self.__makerequest("statuses/user_timeline", params) File "/usr/lib/python2.7/site-packages/identicurse/statusnet.py", line 59, in __makerequest raise StatusNetError(e.code, err_details) StatusNetError: Error 400: Only accept AtomPub for Atom feeds. Local variables in innermost frame: raw_params: {'count': 25, 'user_id': 14968, 'screen_name': 'johanv', 'page': 1} e: HTTPError() err_details: 'Only accept AtomPub for Atom feeds.' self: <identicurse.statusnet.StatusNet object at 0xb73522ec> request: <urllib2.Request instance at 0xb60484cc> resource_path: 'statuses/user_timeline' params: 'count=25&user_id=14968&screen_name=johanv&page=1' How to reproduce ----- 1. Pressed 'i' 2. Typed '/u johanv', hoping I would see the messages I posted myself 3. crash