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

Запрос не отправляет прикреплённое видео #487

Open
Hixac opened this issue May 8, 2023 · 0 comments

Comments

@Hixac
Copy link

Hixac commented May 8, 2023

Запрос сам работает, заходя на него видео отправляется, но через реквест или вк апи игнорируется.

Пробовал и с access_key, и через: vk_session.method('message.send', {...}), не помогает.

url = f'https://api.vk.com/method/messages.send?access_token={GROUP_TOKEN}&v=5.131&peer_id={self.peer_id}&message={thread[1]}&attachment=video{upload["owner_id"]}_{upload["video_id"]}_{upload["access_key"]}&random_id=0' requests.post(url)

изображение

Выше программно, ниже я зашёл через ссылку просто, не используя никаких методов.

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

1 participant