maxbbraun / trump2cash

A stock trading bot powered by Trump tweets
https://trump2cash.biz
MIT License
6.25k stars 855 forks source link

tweeperror #51

Closed ceased-ebc closed 6 years ago

ceased-ebc commented 6 years ago
        except Exception as e:
          raise TweepError('Failed to send request: %s' % e)

E TweepError: Failed to send request: Only unicode objects are escapable. Got None of type <type 'NoneType'>.

Note for others i believe this will resolve this as this application is undocumented, and (our end) full or errors.

https://github.com/requests/requests-oauthlib/issues/11