You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I only have one address in BigBasket, but when I initially ran the script it selected some random default address with pincode 400607.
Luckily I decided to check and realized the addr_id it was picking up was not of my location. (I fixed it by logging in --> adding something to cart --> reselecting my delivery address from BB account page)
Can there be a way to also print some details about the address corresponding to the addr_id so that we can verify its picking up the right address?
The text was updated successfully, but these errors were encountered:
If you could get the HTML file when that bug occurs #3 and post here, I'd reckon we can figure out exactly why its occuring.
Another way to get more stability in the concerned issue and print more details about addresses is to refactor that HTML scraping to relying on this API method: https://www.bigbasket.com/auth/member/get-address-slots/
I only have one address in BigBasket, but when I initially ran the script it selected some random default address with pincode
400607
.Luckily I decided to check and realized the
addr_id
it was picking up was not of my location. (I fixed it by logging in --> adding something to cart --> reselecting my delivery address from BB account page)Can there be a way to also print some details about the address corresponding to the
addr_id
so that we can verify its picking up the right address?The text was updated successfully, but these errors were encountered: