dpguthrie / dpguthrie/yahooquery

Seems like some rare unexpected connectivity/lib behavior errors running in github actions w yahoo finance API with auth traffic?

Open
#307 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
920
Forks
164
PR merge metrics
No merged PRs in 30d

Description

**Describe the bug**
A clear and concise description of what the bug is.

Seeing this in my logs for script located here:
https://github.com/jeremyjpj0916/stock-market-alerts
https://github.com/jeremyjpj0916/stock-market-alerts/actions/runs/12894526809/job/35953358949

Code would be hitting right below here: https://github.com/jeremyjpj0916/stock-market-alerts/blob/main/main.py#L112
```
regular market analysis checks in progress
regular market analysis checks in progress
regular market analysis checks in progress
regular market analysis checks in progress
An unexpected error occurred: ('Connection broken: IncompleteRead(0 bytes read, 10240 more expected)', IncompleteRead(0 bytes read, 10240 more expected))
```

And it repeats every now and again rarely. Is there some kinda networking issue w the yahoo finance API lately? I used authenticated traffic to call them too and monitoring 5 tickers: ```P L X I O V A C M M B V Y N E Q U R E```

**Additional context**
Add any other context about the problem here.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.