seidnerj

Results 89 comments of seidnerj

I'll check it out, thank you!

@tecdude, try changing the tests to run on "windows-2019" instead of "windows-latest", this helped me fix the timeouts in the windows builds.

You can change this by editing the file ".github/workflows/test.yml" and changing the YML file so that everywhere where it says "- os: windows-latest" it would now say "- os: windows-2019".

This is awesome work! Great job! Where did you get the original Java implementation from? I am looking at some other Amazon constructs and am looking for some hints. Was...

Specifically there's a cookie called CES that I suspect has something to do with captcha authentication. If it is not present/incorrect, even if the captcha is entered correctly you get...

Sorry, I meant it is a field in the login form, not a cookie. It is in the Amazon shopping app/mobile web and only appears during a captcha challenge. It...

It is worth noting that I noticed that sometimes, in the actual html file (not the posted value), the metadata1 field value appears in the form of `ape:RUNkSVRlQ3M6` and only...

I looked it up, maybe - either way I haven't been able to make progress there for time being 🤷‍♂️

Yes, thanks a lot! You'd need to get it to issue you with a captcha challenge though, otherwise this field isn't going to be present. I think an easier way...