hayamiz / twittering-mode

An Emacs major mode for Twitter
http://twmode.sourceforge.net/
545 stars 92 forks source link

twittering-update-service-configuration-sentinel: Format "nil" is not supported #148

Closed emacsomancer closed 5 years ago

emacsomancer commented 5 years ago

I'm getting no tweets appearing and the error:

error in process sentinel: twittering-update-service-configuration-sentinel: Format "nil" is not supported
error in process sentinel: Format "nil" is not supported
JunpeiAnzai commented 5 years ago

I also faced this issue after upgrading curl version 7.61.0. One of workaround is to avoid using curl like

(setq twittering-connection-type-order '(urllib-https))
cvmat commented 5 years ago

@emacsomancer I have committed fbdd433de60f0e83f55a6560685409400216a42c that will solve the problem. Please try it. You can see the detail at #149.

emacsomancer commented 5 years ago

@cvmat Thanks! I tried it out and now curl seems to work again.