telebagger icon indicating copy to clipboard operation
telebagger copied to clipboard

Missing required positional argument 'hash'

Open SuccSock opened this issue 4 years ago • 1 comments

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'

SuccSock avatar Feb 12 '21 13:02 SuccSock

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.

xcruiser avatar Sep 01 '21 09:09 xcruiser