I am trying to post tweets using the tweepy (python api for twitter). I have a long url using the itty bitty, to host a page of markdown. The Link can be posted via twitter website (tweet here), but not via the api. The error returned indicates the tweet is too long:
tweepy.error.TweepError: [{'code': 186, 'message': 'Tweet needs to be a bit shorter.'}]
I have ensured the tweet is below the character limit, minus the characters used by the URL limit for the t.co shortening (currently 23 per url). Unsure of what to try next?