hurlenko

Results 18 comments of hurlenko

So I tried removing [these two lines](https://github.com/awslabs/serverless-application-model/blob/28884c958dfaa1c547e0f0e4ae2b8129f52e34dd/samtranslator/swagger/swagger.py#L787-L788) and after that `sam validate` succeeded, however running `sam deploy` failed with this error. ``` Error: Failed to create changeset for the stack:...

@hydreg didn't know about paywall. The script has no authorization so it knows nothing about you paying for subscription. I've opened two issues (#50 and #51) but I can't give...

You can override both the `ENTRYPOINT` and `CMD` parts of a dockertfile when running a container: ``` docker run -v /mydir:/mydir --entrypoint=/mydir/start.sh hurlenko/filebrowser --root=/mydir/data --database=/mydir/config/filebrowser.db ``` I have no experience...

Fixed in #59, available in mloader v1.1.12

Hi @antontkv ! Thanks for your thorough research and awesome explanation of the issue. I remember seeing these same issues while reading the downloaded books but I never had time...

Hi! I've used a bit different approach but thanks anyway! The fix has been released in version 0.1.6

@theRedCount Can you elaborate? What kind of subscription you have (corporate, personal), give some logs. What cookies you used, how you passed them as cli args?

How i test cookie authorization - go to the website, login, open any book, look for request cookie, copy it all, run `orly` ```bash orly --cookie "$(pbpaste)" ```