-
I have a small app that calls yFinance to get data for some symbols sequentially, using a simple call:
This works well on MacOS, but when calling this on Debian (12.5) running on a RPi 4 - there is an insane delay before the first call returns (>60s) Has anyone experienced this or have a solution? |
Beta Was this translation helpful? Give feedback.
Answered by
guruchill
Feb 16, 2024
Replies: 1 comment
-
Managed to solve this after profiling my script. It was stalling on the first connection attempt to call yahoo - disabling IPv6 solved the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
guruchill
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Managed to solve this after profiling my script. It was stalling on the first connection attempt to call yahoo - disabling IPv6 solved the issue.