mispy-archive/twitter_ebooks

ebooks start failure: EADDRNOTAVAIL: Can't assign requested address - connect(2)

Closed this issue · 4 comments

I kept getting this error when I tried to run ebooks start. I traced it to a TCP connection issue with version 5.15.0 of the twitter gem: sferik/twitter-ruby#709

My workaround was to uninstall v. 5.15.0 of the twitter gem, and install 5.14.0, which fixes it. I understand this isn't an issue with your repo specifically, but wanted to make it easier for other people to find a workaround.

twitter_ebooks 3.1.1 now explicitly requires twitter ~> 5.15, thanks :)

wait, I misread that, sorry. hmmmm

twitter_ebooks 3.1.2 now explicitly requires twitter 5.14, until such time as there's a 5.16 >_>

👍