twirc
twirc copied to clipboard
rate_limit_status command reports garbled output
Fails with an error 400, probably caused by LWP::UserAgent::POE
See here https://github.com/semifor/twirc/pull/8
Is a Net::Twitter bug, reported upstream https://github.com/semifor/Net-Twitter/issues/53
This also seems to affect favorite
I think we can safely close this now with this https://github.com/semifor/twirc/commit/f85456893e852d22efd7245ff420ebd7f8de7400
Well, it no longer fails, outright, but it doesn't parse the v1.1 response and display a useful message. So, I think I'll leave it open until I've addressed that.