Python Requests | Error Handling

preview_player
Показать описание
Responses from http requests are not always successful. Learn how to handle different http response codes using methods from the Requests API. In addition, the usage of a timeout value will be set for each http request to prevent a hanging program.
Рекомендации по теме
Комментарии
Автор

okay the error was found, where's the handling?

vahidkasaeian
Автор

I cant get the get thing like when i do it and run it it just says "'function' object has no attribute 'get'" Any help?

PyroManiaxax