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
This looks like a simple fix. BitlyURLShortener throws an IOException if the resultant link doesn't begin with http://j.mp/, this just needs to be changed to https://j.mp/.
This looks like a simple fix. BitlyURLShortener throws an IOException if the resultant link doesn't begin with
http://j.mp/, this just needs to be changed tohttps://j.mp/.