schubergphilis / awsapilib

A python library exposing services that are not covered by the official boto3 library but are driven by undocumented APIs.
MIT License
60 stars 8 forks source link

fix: Solving captcha after first request doesn't require captcha #36

Closed rzamana closed 2 years ago

rzamana commented 2 years ago

After making the resolveAccountType request optional for captcha, the authenticateRoot sometimes require a captcha solving.

rzamana commented 2 years ago

This is related to #35 issue! If the resolveAccountType does not require captcha, sometimes the authenticateRoot will require! @costastf and @matherp-ppb

rzamana commented 2 years ago

@costastf Done!

costastf commented 2 years ago

You are rocking it!