GithubHelp home page GithubHelp logo

Better handling of sessions about pyrogram HOT 8 CLOSED

pyrogram avatar pyrogram commented on May 8, 2024
Better handling of sessions

from pyrogram.

Comments (8)

delivrance avatar delivrance commented on May 8, 2024 1

What raises the FLOOD_WAIT_X error is ExportAuthorization.
The problem is that Pyrogram creates new keys for every file downloaded, and the server is limiting us in doing so. We should instead create one, cache it and re-use it when needed.

from pyrogram.

delivrance avatar delivrance commented on May 8, 2024

@surkum Can I ask you how many files have you tried to download? More or less. Just to get an idea of when such situation would occur.

from pyrogram.

surkum avatar surkum commented on May 8, 2024

@delivrance I was trying to backup a long conversation (14K messages), and all it's media files(~2000), it started to fail around 400

from pyrogram.

delivrance avatar delivrance commented on May 8, 2024

@surkum Hi. I've pushed some changes to a new branch. Use pip3 install -U git+https://github.com/pyrogram/pyrogram@cache-sessions to test this out and tell me how it goes.

from pyrogram.

surkum avatar surkum commented on May 8, 2024

@delivrance I can confirm that the issue is solved with this patch, I've been able to download +3K media elements from a stream without problems. thx.

from pyrogram.

delivrance avatar delivrance commented on May 8, 2024

Let's keep this open as a reminder until is merged.

from pyrogram.

iamnalinor avatar iamnalinor commented on May 8, 2024

I had this issue again recently. After research, I found that the part with media_sessions caching was removed in following commit: 8441ce2f

@delivrance Can you tell why you removed this code? Is there any issues coming from Telegram servers or you just forgot to add this functionality while refactoring get_file() code? I found no comments about it.

from pyrogram.

enterFaisal avatar enterFaisal commented on May 8, 2024

I also got the same error

File "/opt/python/pyrogram/client.py", line 870, in get_file
    exported_auth = await self.invoke(
  File "/opt/python/pyrogram/methods/advanced/invoke.py", line 79, in invoke
    r = await self.session.invoke(
  File "/opt/python/pyrogram/session/session.py", line 389, in invoke
    return await self.send(query, timeout=timeout)
  File "/opt/python/pyrogram/session/session.py", line 357, in send
    RPCError.raise_it(result, type(data))
  File "/opt/python/pyrogram/errors/rpc_error.py", line 91, in raise_it
    raise getattr(
pyrogram.errors.exceptions.flood_420.FloodWait: Telegram says: [420 FLOOD_WAIT_X] - A wait of 833 seconds is required (caused by "auth.ExportAuthorization")

from pyrogram.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.