mcfunley / etsy-python

Python access to the Etsy API
http://developer.etsy.com
GNU General Public License v3.0
65 stars 46 forks source link

EtsyV2 object has no attribut etsy_oauth_client #3

Open gimlithepirate opened 13 years ago

gimlithepirate commented 13 years ago

Etsy recently updated their API and now there is an attribute error "'EtsyV2' object has no attribute 'etsy_oauth_client'. I went through and fixed all the base references for the URL's to the current version, but it appears there are still problems. This was when running api = Etsy(yourapikey) from the ReadMe. Not sure what is going on here, especially as I am new to the Etsy API, but any thoughts/help would be appreciated.

alekstorm commented 12 years ago

Fixed by #5.

djhedges commented 9 years ago

This is still an issue, or perhaps a new one.

/tmp/etsy-python-master/etsy/_v2.pyc in _get_url(self, url, http_method, content_type, body) 23 24 def _get_url(self, url, http_method, content_type, body): ---> 25 return self.etsy_oauth_client.do_oauth_request(url, http_method, content_type, body) 26

AttributeError: 'EtsyV2' object has no attribute 'etsy_oauth_client'