We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have tried deleting and downloading again, checked every field on the config file, but it keeps happening
Traceback (most recent call last): File "telelooper.py", line 52, in <module> result = tclient(GetDialogsRequest( TypeError: __init__() missing 1 required positional argument: 'hash'
The text was updated successfully, but these errors were encountered:
result = tclient(GetDialogsRequest( offset_date=last_date, offset_id=0, offset_peer=InputPeerEmpty(), limit=chunk_size, hash=0 ))
Add missing parameter HASH=0 will solve this issue.
Sorry, something went wrong.
No branches or pull requests
I have tried deleting and downloading again, checked every field on the config file, but it keeps happening
The text was updated successfully, but these errors were encountered: