Domande taggate «http-status-code-429»

5
Come evitare l'errore HTTP 429 (Too Many Requests) python
Sto cercando di utilizzare Python per accedere a un sito Web e raccogliere informazioni da diverse pagine Web e ottengo il seguente errore: Traceback (most recent call last): File "extract_test.py", line 43, in <module> response=br.open(v) File "/usr/local/lib/python2.7/dist-packages/mechanize/_mechanize.py", line 203, in open return self._mech_open(url, data, timeout=timeout) File "/usr/local/lib/python2.7/dist-packages/mechanize/_mechanize.py", line 255, in …
Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.