Skip to content

Conversation

@CodeWithHusain
Copy link

The code assumes that the infos dictionary always contains the key total_igtv_videos. probably no IGTV videos, so that key is missing and Avoid the KeyError.

The code assumes that the infos dictionary always contains the key total_igtv_videos. probably no IGTV videos, so that key is missing and Avoid the KeyError.
@giaapillai
Copy link

@CodeWithHusain has the code worked for u now? dont we need the sessionID for the acc rather than our own? how do we do that?

@hackerzfx
Copy link

i found an issue with this core.py it was not working on termux, and i fixed it.

~/toutatis $ toutatis -u hackerzfx -s 44762232340 Informations about : hackerzfx
userID : 44762232340
Traceback (most recent call last):
File "/data/data/com.termux/files/usr/bin/toutatis", line 33, in
sys.exit(load_entry_point('toutatis==1.31', 'console_scripts', 'toutatis')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/toutatis/core.py", line 115, in main
print("Full Name : " + infos["full_name"])
~~~~~^^^^^^^^^^^^^
KeyError: 'full_name'
core.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants