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
Traceback (most recent call last):
File "tpb_client.py", line 29, in
init()
File "tpb_client.py", line 22, in init
t_inst = Tpb(user, password)
File "/home/endika/git/tpb/classes/tpb.py", line 31, in init
self._do_login()
File "/home/endika/git/tpb/classes/tpb.py", line 58, in _do_login
csrf = re.findall('name="csrf" value="(.*?)"', r.text)[0]
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
Apparently they're serving different content for the mobile website i.e. they've disabled it. That's bad because tpb relied on that website but now it's gone. Take a look at 20up or wait until Tuenti decides to allow users download all the photos at once.
Traceback (most recent call last):
File "tpb_client.py", line 29, in
init()
File "tpb_client.py", line 22, in init
t_inst = Tpb(user, password)
File "/home/endika/git/tpb/classes/tpb.py", line 31, in init
self._do_login()
File "/home/endika/git/tpb/classes/tpb.py", line 58, in _do_login
csrf = re.findall('name="csrf" value="(.*?)"', r.text)[0]
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: