jimmyppi
jimmyppi
It works when using API key instead of username/password, see https://github.com/dimtion/Shaarlier/issues/56
@hydrargyrum Does it work saving the changes to the account when using api key instead of username/password or does it fail already there? Trying again with the failed share did...
It works when using API key instead of username/password, see https://github.com/dimtion/Shaarlier/issues/56
@Pupo1 so you still get "the given url does not seem to work" when using API key instead of username/password?
It's a bug alright, in argparse: http://stackoverflow.com/questions/16174992/cant-get-argparse-to-read-quoted-string-with-dashes-in-it A temporary workaround could be to add an extra space: ``` searchcmd docker run " -P" ```