-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
How can i track the current bitly link?
I get the following error when i use clicks
Failed secondary: {'errorCode': 500, 'errorMessage': 'ALREADY_A_BITLY_LINK', 'results': None, 'statusCode': ''}
I created a field called shorurl on modes.py
on the View i added
self.object.shorturl = Bittle.objects.bitlify(self.object.upload.url).shortUrl
on the html template i did {{ document.shorturl |clicks }}
but this gives me the error ALREADY_A_BITLY_LINK
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels