eklitzke / coin-ticker-mode

Emacs minor mode for showing the price of Bitcoin, Ethereum, and other cryptocurrencies.
GNU General Public License v3.0
22 stars 5 forks source link

API broken/not responsive: request--callback: peculiar error: 429 #4

Open averter opened 4 years ago

averter commented 4 years ago

I think that the API link might be broken or non-responsive for some reason: I am getting this error whenever coin-ticker starts

[error] request--callback: peculiar error: 429
[error] request-default-error-callback: https://api.coinmarketcap.com/v1/ticker/ parse-error
alexandre1985 commented 2 years ago

I get this error:

[error] request--callback: peculiar error: 503
[error] request-default-error-callback: https://api.coinmarketcap.com/v1/ticker/?convert=USD&limit=10 parse-error

How to fix it?

EDIT: I am using the latest emacs 28.1

averter commented 2 years ago

I get this error:

[error] request--callback: peculiar error: 503
[error] request-default-error-callback: https://api.coinmarketcap.com/v1/ticker/?convert=USD&limit=10 parse-error

How to fix it?

EDIT: I am using the latest emacs 28.1

🤷

alexandre1985 commented 2 years ago

The coinmarket api has changed. The api now needs an api-key. So this package needs an update. I would do it, but I am just learning lisp and I know no emacs lisp .... :cry:

@eklitzke are you still maintaining this project?

averter commented 2 years ago

The coinmarket api has changed. The api now needs an api-key. So this package needs an update. I would do it, but I am just learning lisp and I know no emacs lisp .... cry

@eklitzke are you still maintaining this project?

Use this one instead https://github.com/niedbalski/emacs-btc-ticker. It works well out of the box and with some fiddling you can display any crypto in any currency. I am not an emacs lisp expert myself but let me know if you have any questions.