apenasrr / clonechat

Clone all posts from the history of a Telegram Channel/Group to another Channel/Group.
MIT License
336 stars 85 forks source link

unexpected keyword argument 'name' #4

Closed denzardten closed 1 year ago

denzardten commented 1 year ago

useraccount = pyrogram.Client( TypeError: init() got an unexpected keyword argument 'name'

apenasrr commented 1 year ago

Você está com uma versão desatualizada do pyrogram. Execute o arquivo updatelibs.bat

denzardten commented 1 year ago

i run it... maybe i need to use the latest python version?

upolar commented 1 year ago

i run it... maybe i need to use the latest python version?

Which python version are u using?

Can u verify your pyrogram version?

pip show pyrogram

Mine is Pyrogram 2.0.35 and TgCrypto 1.2.3.

denzardten commented 1 year ago

its working now..i just updated my python to the latest version

upolar commented 1 year ago

Perfect.