Block a user
agentson
pushed to feature/issue-49-valueerror-empty-string at jihoson/The-Ouroboros
2026-02-05 00:44:12 +09:00
fix: properly close telegram client session to prevent resource leak (issue #52)
agentson
pushed to feature/issue-52-aiohttp-cleanup at jihoson/The-Ouroboros
2026-02-05 00:40:35 +09:00
agentson
created branch feature/issue-52-aiohttp-cleanup in jihoson/The-Ouroboros
2026-02-05 00:40:35 +09:00
fix: add token refresh cooldown to prevent EGW00133 cascading failures (issue #54)
agentson
created branch feature/issue-54-token-refresh-cooldown in jihoson/The-Ouroboros
2026-02-05 00:37:26 +09:00
agentson
pushed to feature/issue-54-token-refresh-cooldown at jihoson/The-Ouroboros
2026-02-05 00:37:26 +09:00
fix: token refresh rate limit (EGW00133) causing cascading failures
feat: add rate limiting for overseas market scanning (issue #51)
agentson
pushed to feature/issue-51-api-rate-limiting at jihoson/The-Ouroboros
2026-02-05 00:34:49 +09:00
agentson
created branch feature/issue-51-api-rate-limiting in jihoson/The-Ouroboros
2026-02-05 00:34:49 +09:00
fix: unclosed aiohttp client session causing resource leak
feat: improve API rate limiting for overseas market scanning
fix: handle empty strings in price data parsing (issue #49)
agentson
created branch feature/issue-49-valueerror-empty-string in jihoson/The-Ouroboros
2026-02-05 00:31:12 +09:00
agentson
pushed to feature/issue-49-valueerror-empty-string at jihoson/The-Ouroboros
2026-02-05 00:31:12 +09:00
fix: ValueError when price data returns empty string
fix: add safe_float() to handle empty string conversions (issue #44)