Skip to content
New issue

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

unexpected argument 'date' #10

Open
shamhi opened this issue Mar 18, 2024 · 1 comment
Open

unexpected argument 'date' #10

shamhi opened this issue Mar 18, 2024 · 1 comment

Comments

@shamhi
Copy link

shamhi commented Mar 18, 2024

Code:

async def main():
    session_name = "998331062104.session"

    try:
        session = await SessionManager.from_telethon_file(file=f'sessions/tele_sessions/{session_name}')
        print(1)
        await session.to_pyrogram_file(f'sessions/pyro_sessions/{session_name}')
        print(2)
        session = await SessionManager.from_pyrogram_file(file=f'sessions/pyro_sessions/{session_name}')
        print(3)
    except Exception as er:
        print(f'Error: {er}')


if __name__ == '__main__':
    asyncio.run(main())

Error:

1
2
Error: PyroSession.__init__() got an unexpected keyword argument 'date'
@DataReset
Copy link

same issue
TypeError: PyroSession.init() got an unexpected keyword argument 'date'
is it only with pyrogram session?

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

No branches or pull requests

2 participants