google-code-export / turpial

Automatically exported from code.google.com/p/turpial
0 stars 0 forks source link

DM - API over limit #253

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Turpial 1.5
OS: Ubuntu 10.04

Hello everybody.

When I try change in the select box, "my tweets" to "directs", appear this 
message: "Hey! you are over limit API calls".

BUT, if I choose any other option, Turpial load correct.

Whats the problem?

Original issue reported on code.google.com by patrickm...@gmail.com on 15 Jul 2011 at 5:44

Attachments:

GoogleCodeExporter commented 9 years ago
Got the same overhere with 2 of my accouhnts.

Original comment by bachhims...@gmail.com on 5 Aug 2011 at 10:01

GoogleCodeExporter commented 9 years ago
I experience the same problem on Ubuntu 11.04 and Turpial 1.5.0

Original comment by kevinren...@gmail.com on 15 Sep 2011 at 12:27

GoogleCodeExporter commented 9 years ago
Just having the same problem, on Canaima 3.0 + Turpial 1.5.0+b2canaima4

Original comment by francisc...@gmail.com on 30 Sep 2011 at 1:36

Attachments:

GoogleCodeExporter commented 9 years ago
I also got same message.(Ubuntu 11.10 and Turpial 1.5.0)
When I start up Turpial in CUI(on command "turpial &"), follow massages were 
appeard.

-----------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/turpial/api/protocols/twitter/http.py", line 70, in request
    rtn = self.do_request(uri, args)
  File "/usr/lib/python2.7/dist-packages/turpial/api/interfaces/http.py", line 156, in do_request
    response = self.__send(authreq)
  File "/usr/lib/python2.7/dist-packages/turpial/api/interfaces/http.py", line 128, in __send
    handle = urllib2.urlopen(req)
  File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen
    return _opener.open(url, data, timeout)
  File "/usr/lib/python2.7/urllib2.py", line 400, in open
    response = meth(req, response)
  File "/usr/lib/python2.7/urllib2.py", line 513, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib/python2.7/urllib2.py", line 438, in error
    return self._call_chain(*args)
  File "/usr/lib/python2.7/urllib2.py", line 372, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.7/urllib2.py", line 521, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 403: Forbidden
Error 403: {"errors":[{"code":93,"message":"This application is not allowed to 
access or delete your direct messages"}]}
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/turpial/api/protocols/twitter/http.py", line 70, in request
    rtn = self.do_request(uri, args)
  File "/usr/lib/python2.7/dist-packages/turpial/api/interfaces/http.py", line 156, in do_request
    response = self.__send(authreq)
  File "/usr/lib/python2.7/dist-packages/turpial/api/interfaces/http.py", line 128, in __send
    handle = urllib2.urlopen(req)
  File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen
    return _opener.open(url, data, timeout)
  File "/usr/lib/python2.7/urllib2.py", line 400, in open
    response = meth(req, response)
  File "/usr/lib/python2.7/urllib2.py", line 513, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib/python2.7/urllib2.py", line 438, in error
    return self._call_chain(*args)
  File "/usr/lib/python2.7/urllib2.py", line 372, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.7/urllib2.py", line 521, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 403: Forbidden
Error 403: {"errors":[{"code":93,"message":"This application is not allowed to 
access or delete your direct messages"}]}
-----------------------------------
Isn't Turpial allowed to access the direct messages?

Original comment by recogniz...@gmail.com on 25 Nov 2011 at 12:07

GoogleCodeExporter commented 9 years ago
By installing Turpial 1.6.6 stable via PPA, the message was disappeard!

http://www.ubuntubuzz.com/2011/11/turpial-166-stable-released.html

Original comment by recogniz...@gmail.com on 25 Nov 2011 at 12:29