ValueRaider
ValueRaider
Is the backfilling still occurring?
Already has a second strategy for if first fails but never used if YF blows up. See if you can add handling for that error.
@lucas03 Copy the `if-statement` from line #353 to #377. Should fix exception but I expect data fetch will fail because cookie fetch failed. The cycling is messy because needs to...
@roscherr #1084
You're meant to read and comprehend that.
If this still happens, re-submit using new bug template.
Correct financials are now available in pre-release version 0.2.0rc4.
Correct financials are now available in pre-release version 0.2.0rc4.
Yahoo does not like many requests for `info[]`, a loop of 100 will trigger them. I don't know why they return bad data instead of just blocking you (temporarily). Try...
Two quick thoughts: - Catching exceptions seems redundant, your if-statements should stop any occurring. Maybe just remove the try-catch? - Is it worth checking that #shares isn't 0?