It should be: [api] url = https://asciinema.org
(no „www.”, and the „url =” is needed too) See https://asciinema.org/docs/config for config syntax. Marcin On Tue, 4 Aug 2015 10:28:47 +0000 Daniel Shahaf wrote: > gustavo panizzo wrote on Tue, Aug 04, 2015 at 00:05:46 +0800: > > being so simple to fix, wouldn't be more easy just to configure it on > > config file > > > > [api] > > https://asciinema.org > > This works for me: using asciinema 0.9.8-1 and python3-openssl 0.14-1, > and the following ~/.asciinema/config, uploads work. > > [[[ > [user] > > [api] > token = 5539660d-91c0-4a29-975c-6ecb14523fce > https://www.asciinema.org/ > ]]] > > Uploads also work if I delete the last line, but not if I prefix "url = " > to it (in that case I get the original error again). > > Thanks, > > Daniel > > > I was expecting something more difficult, I will contact my sponsor to > > get the fix out (for default configs) > > -- Marcin