Skip to content
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.

Is this package supported anymore? #43

Closed
chavenor opened this issue Apr 25, 2017 · 1 comment
Closed

Is this package supported anymore? #43

chavenor opened this issue Apr 25, 2017 · 1 comment

Comments

@chavenor
Copy link

I had a couple of older accounts and found that I'm getting all kinds of results.

Worked.

import bitly_api
c = bitly_api.Connection('chavneor1','R_xxxx')
# or to use oauth2 endpoints
c.shorten('http://www.google.com/')

Now dosn't work.

import bitly_api
c = bitly_api.Connection('chavneor1','R_xxxx')
# or to use oauth2 endpoints
c.shorten('http://www.google.com/')

 File "C:\Users\Casey\Envs\campuslists-website\lib\site-packages\bitly_api\bitly_api.py", line 87, in shorten
   data = self._call(self.host, 'v3/shorten', params, self.secret)
 File "C:\Users\Casey\Envs\campuslists-website\lib\site-packages\bitly_api\bitly_api.py", line 789, in _call
    data.get('status_txt', 'UNKNOWN_ERROR'))
BitlyError: INVALID_LOGIN

Nothing seemed to change. Also trying to assign the user or key via a variable throws unknown errors.

Ideas?

@chavenor
Copy link
Author

I just built my own connector.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant