hayamiz / twittering-mode

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

Failed to retrieve a request token #121

Closed Hi-Angel closed 7 years ago

Hi-Angel commented 7 years ago

M-x twit results in messages:

Failure: /usr/bin/curl exited abnormally (exit-status=60) for POST https://api.twitter.com/oauth/request_token
twittering-oauth-get-access-token: Failed to retrieve a request token

Looks similar to this bug, except that I do have the file, mentioned in the twittering-cert-file variable.

As an additional information: I've used Ubuntu before, and migrated to Archlinux, and my ~/.emacs and ~/.emacs.d are symbolic links to the old partition with Ubuntu. I also tried to do M-x install-package twittering-mode, but that didn't fix the problem.

Hi-Angel commented 7 years ago

Fixed the problem with the steps:

  1. M-x package-delete Entertwittering-mode
  2. M-x package-list-packages
  3. M-x package-install Entertwittering-mode
  4. M-x twit
  5. It'd ask for a token, recreate it again.

Closing the issue as it's unable to reproduce anymore.

llcc commented 5 years ago

I reinstalled the package, but the problem still exist.

fpGHwd commented 4 years ago

Same problem and re-installation dose not work.

meechew commented 4 years ago

I am having this issue with a new install.

fpGHwd commented 4 years ago

I am having this issue with a new install.

trying this: (setq twittering-allow-insecure-server-cert t)

dorneanu commented 3 years ago

trying this: (setq twittering-allow-insecure-server-cert t)

That fixed the problem.