You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code is running well, but most of the time when I check the status of the 'fetcher.py' I find that the connection is interrupted with the following response. Do anyone have the same issue? if yes, did you try to overcome it?
Response:{u'ms': [{u'type': u'buddylist_overlay', u'realtime_viewer_fbid': 100002051235984L, u'overlay': {u'701918867': {u'a': 2, u'ol': 0, u'vc': 8}}}], u'u': 100002051235984L, u't': u'msg', u'seq': 1330}
Traceback (most recent call last):
File "fetcher.py", line 179, in
f.start_request()
File "fetcher.py", line 121, in start_request
self._log_lat(uid, str(item["overlay"][uid]["la"]))
KeyError: 'la'
The text was updated successfully, but these errors were encountered:
Hello Guys,
The code is running well, but most of the time when I check the status of the 'fetcher.py' I find that the connection is interrupted with the following response. Do anyone have the same issue? if yes, did you try to overcome it?
Response:{u'ms': [{u'type': u'buddylist_overlay', u'realtime_viewer_fbid': 100002051235984L, u'overlay': {u'701918867': {u'a': 2, u'ol': 0, u'vc': 8}}}], u'u': 100002051235984L, u't': u'msg', u'seq': 1330}
Traceback (most recent call last):
File "fetcher.py", line 179, in
f.start_request()
File "fetcher.py", line 121, in start_request
self._log_lat(uid, str(item["overlay"][uid]["la"]))
KeyError: 'la'
The text was updated successfully, but these errors were encountered: