knock icon indicating copy to clipboard operation
knock copied to clipboard

Provide optional authentication flag

Open filippo opened this issue 2 years ago • 0 comments

The latest version of knock tries to download .epub files anonymously.

This however fails for me with the error:

$ ./knock-1.3.1-x86_64-linux urllink.acsm                                     
anonymously signing in...
downloading the file from Adobe...
error:
Exception code : 0x1003
Message        : E_LIC_ALREADY_FULFILLED_BY_ANOTHER_USER http://acs4.kobo.com/fulfillment/Fulfill 7c334c84-c348-49fc-ac1a-636fef330df8 urn:uuid:b2dd3d51-ad1d-445d-accf-f8a4dea1ad80

I downloaded version 1.1.0-alpha and this one asks for my Adobe email and password and then it succeed in downloading the .epub file. It would be nice to have a --username flag or something like that to trigger authentication.

filippo avatar Sep 14 '22 07:09 filippo