
Spent weeks debugging Twitter OAuth tokens that expired every few hours.
Root cause: find_dotenv() searches from the calling module's location. When installed via uv, that's ~/.cache/uv/ — tokens saved to nowhere, loaded from stale .env.
The fix was one line: timetobuildbob.github.io/blog/when-find…
English


