Ramon Moraes

Results 9 comments of Ramon Moraes

They probably have removed that from the API responses. probably.

@robertmielewczyk Getting this now: ``` File "/Volumes/gizmo/Development/Sources/tinder-bot/env/lib/python2.7/site-packages/requests/sessions.py", line 140, in resolve_redirects raise TooManyRedirects('Exceeded %s redirects.' % self.max_redirects, response=resp) requests.exceptions.TooManyRedirects: Exceeded 30 redirects. ``` Any ideas?

Guys! I think our issue is related to the User Agent string. Not sure why/how, but on my side i just switched it to Safari (most recent) and used the...

@dhrumin75 Did you tried opening up the facebook link on your browser to check if the page is loading properly?

@dhrumin75 Weird. Try render it as mobile browser.

This function is now throwing: ``` File "/Volumes/gizmo/Development/Sources/tinder-bot/env/lib/python2.7/site-packages/requests/sessions.py", line 140, in resolve_redirects raise TooManyRedirects('Exceeded %s redirects.' % self.max_redirects, response=resp) requests.exceptions.TooManyRedirects: Exceeded 30 redirects. ``` :(

Posted a solution on #171

To everyone using the @sfgasdfsafggfgg script remember to `pip install lxml`

@RobinHerbots Notice a problem when using the `.inputmask('unmaskedvalue');` with this custom mask. Do you know how to get the correct value?