I do not see that arrives in response. by post request.
import requests url = 'https://village-odnoklassniki.crazypanda.ru/post/send_request/11155' data = ({"lang": "ru"}, {"env": "Canvas"}, {"AUTH": "%3D"}) res = requests.post(url) print ("res") So it seems everything processes without errors. But it just outputs res
recas a string and not as a variable - Twissresinstead of the string"res"? ;) - MaxUprint ("res")->print("res:", res)2) your data is not used - gil9red