You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "test.py", line 8, in
oa = e.get_auth_url(permissions=['email_r', 'listings_r'])
File "/Users/sundebiao/myfile/workspace/html/etsy/python-etsy/etsy/init.py", line 80, in get_auth_url
response = self.execute(endpoint, oauth=self.oauth)
AttributeError: 'Etsy' object has no attribute 'oauth'
The text was updated successfully, but these errors were encountered:
I made this library when I was applying to work for etsy about a year ago. Since etsy didn't offer me a job, I've pretty much abandoned this project. Theres another etsy python library out there that you should use instead.
Traceback (most recent call last):
File "test.py", line 8, in
oa = e.get_auth_url(permissions=['email_r', 'listings_r'])
File "/Users/sundebiao/myfile/workspace/html/etsy/python-etsy/etsy/init.py", line 80, in get_auth_url
response = self.execute(endpoint, oauth=self.oauth)
AttributeError: 'Etsy' object has no attribute 'oauth'
The text was updated successfully, but these errors were encountered: