Michel de Cryptadamus

Results 7 comments of Michel de Cryptadamus

## here's the logs query i ran against my app to find these: ```sql SELECT msg_type_char(message_type, event_type) AS "T", log_timestamp, process_name, sender_process_name, process_id, thread_id, "category", subsystem, event_message FROM macos_system_logs WHERE...

When I downgrade to 3.14.0 this issue goes away so I think it can be confirmed as a regression. Here's a file that was failing in 3.16.4 but working fine...

[this is the line of code that is causing the error](https://github.com/michelcrypt4d4mus/clown_sort/blob/main/clown_sort/files/pdf_file.py#L61) and sorry i thought i had attached the file but somehow it did not attach... trying again [Binance discovery...

Like #2266 this issue seems to go away when i downgrade to PyPDF 3.14.0

as mentioned this was not an issue with PyPDF 3.14.0

should mention that `get_latest_price(USD)` works fine to get the most recent price. issue seems to be only with historical data points.