НУ ЧТО ЗА БРЕТТА {'errors': ['Укажите корректный Telegram Auth Key'] я купил акк на маркете, там дали мне сессию и AUTH_KEY, я взял эту сессию закинул в свой софт, получил ТАКОЙ же auth key, но при попытке залить этот акк на маркет выдает ошибку. response = await market.publishing.fast( price=1333, category_id=24, origin="*******", currency="rub", title="Telegram test", description="Public description", information="Private information", login="5", password=str(auth_key_hex), extra={"checkSpam": True}, allow_ask_discount=False, proxy_id=1 [CODE=python] auth_key = client.session.auth_key auth_key_hex = auth_key.key.hex() Python response = await market.publishing.fast( price=1333, category_id=24, origin="*******", currency="rub", title="Telegram test", description="Public description", information="Private information", login="5", password=str(auth_key_hex), extra={"checkSpam": True}, allow_ask_discount=False, proxy_id=1 [CODE=python] auth_key = client.session.auth_key auth_key_hex = auth_key.key.hex() allow_ask_discount=False, proxy_id=1 )[/CODE] что чат гпт сказал по поводу идентичности двух auth key
EsliHochesh, auth key я получаю вот так auth_key = client.session.auth_key auth_key_hex = auth_key.key.hex()
1xday, response = market.publishing.add( price=100, category_id=24, origin="autoreg", currency="rub", title="Telegram account", description="Public description", information="Private information" ) print(response.json()) через эту команду что ли