Ticket #224 (closed defect: duplicate)

Opened 17 months ago

Last modified 12 months ago

list buffers not spawning / updating correctly

Reported by: miahtech Owned by: hllf
Priority: major Milestone:
Component: Twitter Session Version: Mercurial Tip
Keywords: lists, buffers Cc:

Description

Summary pretty well covers it. Have a couple tracebacks:

Friday 03 September 2010 09:18:57 ERROR sessions.twitter.main twitter1: Error making call to twitter API function list_timeline
Traceback (most recent call last):

File "C:\qwitter source\qwitter\src\session\twitter\main.py", line 323, in api_call

val = getattr(self.TwitterApi?, call_name)(*args, kwargs)

File "c:\python26\lib\site-packages\tweepy\binder.py", line 179, in _call

return method.execute()

File "c:\python26\lib\site-packages\tweepy\binder.py", line 165, in execute

result = self.api.parser.parse(self, resp.read())

File "c:\python26\lib\site-packages\tweepy\parsers.py", line 40, in parse

raise TweepError?('Failed to parse JSON payload: %s' % e)

TweepError?: Failed to parse JSON payload: Expecting object: line 1 column 160419 (char 160419)
Friday 03 September 2010 09:18:57 ERROR core.buffers.updating twitter1: Error during update process in buffer buffer List timeline for Deals
Traceback (most recent call last):

File "C:\qwitter source\qwitter\src\session\buffers\buffers\updating.py", line 69, in do_update

incoming = self.retrieve_update()

File "C:\qwitter source\qwitter\src\session\twitter\buffers\list_timeline.py", line 36, in retrieve_update

return self.paged_update(update_function_name='list_timeline', owner=self.owner, slug=self.listslug?, since_id=self.get_max_twitter_id() or 1, count_arg='per_page')

File "C:\qwitter source\qwitter\src\session\twitter\buffers\api_count.py", line 31, in paged_update

new_data = self.session.api_call(update_function_name, report_success=False, report_failure=False, *args, kwargs)

File "C:\qwitter source\qwitter\src\session\twitter\main.py", line 328, in api_call

raise e

TweepError?: Failed to parse JSON payload: Expecting object: line 1 column 160419 (char 160419)

Change History

comment:1 Changed 17 months ago by hllf

  • Status changed from new to closed
  • Resolution set to duplicate

Duplicate ticket; please see ticket 223.

comment:2 Changed 12 months ago by Q

  • Milestone 4.1 deleted

Milestone 4.1 deleted

Note: See TracTickets for help on using tickets.