Aiohttp update #9871
Unanswered
FlutterGenerator
asked this question in
Q&A
Aiohttp update
#9871
Replies: 1 comment 9 replies
-
What's the aiohttp version and the rest of the context? I can only guess this is running the pure-python variant under Android but that's about it... |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "/data/data/com.termux/files/home/friendly-telegram/friendly-telegram/main.py", line 33, in from . import main File "/data/data/com.termux/files/home/friendly-telegram/friendly-telegram/main.py", line 32, in
from telethon import TelegramClient, events File "/data/data/com.termux/files/home/.local/lib/python3.12/site-packages/telethon/init.py", line 1, in
from .client.telegramclient import TelegramClient
File "/data/data/com.termux/files/home/.local/lib/python3.12/site-packages/telethon/client/init.py", line 21, in from .downloads import DownloadMethods
File "/data/data/com.termux/files/home/.local/lib/python3.12/site-packages/telethon/client/downloads.py", line 16, in
import aiohttp File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/aiohttp/init.py", line 6, in
from .client import (
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/aiohttp/client.py", line 39, in
from . import hdrs, http, payload
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/aiohttp/http.py", line 7, in
from .http_parser import (
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/aiohttp/http_parser.py", line 49, in
from .http_writer import HttpVersion, HttpVersion10
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/aiohttp/http_writer.py", line 230, in
_c_serialize_headers = _http_writer._serialize_headers
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'aiohttp._http_writer' has no attribute '_serialize_headers'
Beta Was this translation helpful? Give feedback.
All reactions