Похожие чаты

Is there a way to use iter_download() with a timeout

(something similar to a sock read timeout) ? I've read the docs but I could not find anything
I'm having 0 bytes per sec speeds with certain telegram files
it takes for ever for the client to get a single chunk

10 ответов

17 просмотров

Can you show some of your current code structure

カルロサグ-[ GOT 'EM ] Автор вопроса
⎞ .·. ⎝ ⎝
Can you show some of your current code structure

it's pretty much the same as the documentation lemme do a paste pls wait

カルロサグ-[ GOT 'EM ] Автор вопроса

if I'm getting the issue correctly, so you can just cancel the nex iter if took too too long with wait_for, roughly: async with aiofiles.open(...) as f: req = iter_download(...) while True: try: try: chunk = await asyncio.wait_for(anext(req), timeout=x) # Seconds if user_process_ifcancel(user_id): break await f.write(chunk) except asyncio.TimeoutError: # Chunk took long except StopAsyncIteration: break # Finish

カルロサグ-[ GOT 'EM ] Автор вопроса
⎞ .·. ⎝ ⎝
if I'm getting the issue correctly, so you can jus...

the built-in anext() function is not available in version 3.9 So I ended up trying out other methods available https://pastebin.com/wsSXQGTD they did not work

カルロサグ [ GOT 'EM ]
the built-in anext() function is not available in ...

what's wrong with the first one? the bound anext is same thing

カルロサグ [ GOT 'EM ]
you mean anext() ?

yeah, StopAsyncIteration means you reached the end

カルロサグ-[ GOT 'EM ] Автор вопроса
⎞ .·. ⎝ ⎝
yeah, StopAsyncIteration means you reached the end

yes, I finally understand how it works thanks for the help

Похожие вопросы

Обсуждают сегодня

Господа, а что сейчас вообще с рынком труда на делфи происходит? Какова ситуация?
Rꙮman Yankꙮvsky
29
А вообще, что может смущать в самой Julia - бы сказал, что нет единого стандартного подхода по многим моментам, поэтому многое выглядит как "хаки" и произвол. Короче говоря, с...
Viktor G.
2
@Benzenoid can you tell me the easiest, and safest way to bu.y HEX now?
Živa Žena
20
This is a question from my wife who make a fortune with memes 😂😂 About the Migration and Tokens: 1. How will the old tokens be migrated to the new $LGCYX network? What is th...
🍿 °anton°
2
30500 за редактор? )
Владимир
47
а через ESC-код ?
Alexey Kulakov
29
What is the Dex situation? Agora team started with the Pnetwork for their dex which helped them both with integration. It’s completed but as you can see from the Pnetwork ann...
Ben
1
Гайс, вопрос для разносторонее развитых: читаю стрим с юарта, нада выделять с него фреймы с определенной структурой, если ли чо готовое, или долбаться с ринг буффером? нада у...
Vitaly
9
Anyone knows where there are some instructions or discort about failed bridge transactions ?
Jochem
21
@lozuk how do I get my phex copies of my ehex from a atomic wallet, to move to my rabby?
Justfrontin 👀
11
Карта сайта