julien michot
julien michot
Ok I looked a little bit in the code : - I now why I get the exception, there is a raise during decoding csv/lib/csv/decoding/preprocessing/codepoints.ex:31 - and I found the...
Hello ! I think you can retrieve your access_token this way : curl 'https://developer.nike.com/services/login' --data-urlencode username='[email protected]' --data-urlencode password='your_password'
For the ones on heroku's redis the solution of @daneb is the one I ended up with. Sometimes Heroku change the REDIS_URL, so if you break up the URI into...