FlorianWilhelm / zipline-poloniex

Poloniex bundle for zipline
MIT License
65 stars 13 forks source link

Occasional HTTPError (404) after call_api() is called #6

Closed immackay closed 6 years ago

immackay commented 6 years ago

Line 43 of api.py: r.raise_for_status() occasionally causes the ingest function to crash with a 404 error. Every time this has happened, I have copied the URL it tried to raise and it returns with the expected data. This error seems to be random, not associated with a specific date or currency pair.