braintree / braintree_python

Braintree Python library
https://developer.paypal.com/braintree/docs/start/overview
MIT License
242 stars 115 forks source link

Getting TypeError: data must be a byte string #83

Closed ydaniels closed 7 years ago

ydaniels commented 7 years ago

Am getting this error when trying to create sale transaction on test server but works on local and yes i have downgraded to requests==2.60. Whats the exact way to solve this problem

ydaniels commented 7 years ago

ok the problem is not requests i upgraded requests but running pip install --upgrade ndg-httpsclient fixed it