Git Product home page Git Product logo

Comments (7)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 25, 2024
[deleted comment]

from python-twitter.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 25, 2024
In the bug report, by python-twitter, I mean the tweet program included with 
it. 
Sorry for the confusion.

Original comment by ay1244 on 22 Nov 2008 at 3:53

from python-twitter.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 25, 2024
I could go either way here.  We could either wrap the HTTPError exceptions with 
a
TwitterError, or we could pass them through.  I feel like it is probably more
informative to the caller to get the HTTPError, but I don't feel strongly 
either way.

Original comment by dclinton on 21 Feb 2009 at 5:33

  • Changed state: Accepted
  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

from python-twitter.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 25, 2024
fwiw I would rather have the httperror

Original comment by errr.errr on 21 Feb 2009 at 6:29

from python-twitter.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 25, 2024
The same issue happens with 403 errors. Twitter is returning error messages 
when you
get these 401 and 403 errors. It should be handled gracefully. Otherwise you are
expecting the consumer of the library to know that 401 and 403 should be caught 
and
also that the contents of the returned page have informative error messages.

Now, if the twitter error message is NOT included in the 401 and 403, then 
throw the
HTTPError instead of the TwitterError

Original comment by djensen47 on 23 Mar 2009 at 12:45

from python-twitter.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 25, 2024
I could pretty easily write the code to catch and wrap the 401 & 403 errors, 
but I'm
waiting on three other patches to be committed at the moment, so I'll hold off 
until
those are dealt with.  I don't want the backlog to grow too big.

Original comment by cydeweys on 23 Mar 2009 at 1:38

from python-twitter.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 25, 2024
The httperror is fine now that oauth authentication is used. Anyway, as a 
newbie, it would have been nice if the documentation told me how to trap it.
try:
    api.GetSomething()
except twitter.TwitterError as err:
    print('%s: %s' % (a,err))

Original comment by [email protected] on 17 Oct 2010 at 9:45

from python-twitter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.