Bernhard Wagner

Results 3 comments of Bernhard Wagner

Behind a proxy here. Environment Variables `http_proxy `and `https_proxy `configured. Running `python -m pip install --upgrade pip` works (to demonstrate proxy settings are picked up by python). Trying `gcalcli --client-id=xxx.apps.googleusercontent.com...

In the meantime, the url has changed to: http://api.exchangeratesapi.io/v1/latest?access_key=YOURACCESSKEY So as mentioned by @arlidge, line 19 of cash.js needs to be adapted to: const API = 'http://api.exchangeratesapi.io/v1/latest?access_key=YOURACCESSKEY';