Open Dunes opened 5 years ago
Same problem for me.
Same problem for me.
Hi @diannamcallister,
Could you post the diff of the fix that we found worked? Adding the exception catching?
Thanks! Daniel Snider ツ
On Tue, May 28, 2019 at 3:33 PM diannamcallister notifications@github.com wrote:
Same problem for me.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/akoumjian/datefinder/issues/100?email_source=notifications&email_token=AANIGWEUSEX76QBTNO6642TPXWCIVA5CNFSM4GTYWRUKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWNGFEY#issuecomment-496657043, or mute the thread https://github.com/notifications/unsubscribe-auth/AANIGWEKE6YPSRKP2NCXTKLPXWCIVANCNFSM4GTYWRUA .
See https://stackoverflow.com/questions/54465029/overflowerror-when-trying-to-convert-generators-to-lists/54478879#54478879
Steps to reproduce:
Expected result:
It should be noted that
dateutil.parser.parse
is documented as throwing this error, and so this is something datefinder should be expected to handle.