• Joined on 2025-12-29
jihoson pushed to main at jihoson/The-Ouroboros 2026-02-05 00:46:08 +09:00
10b6e34d44 Merge pull request 'fix: add token refresh cooldown to prevent EGW00133 cascading failures (issue #54)' (#55) from feature/issue-54-token-refresh-cooldown into main
a56adcd342 fix: add token refresh cooldown to prevent EGW00133 cascading failures (issue #54)
Compare 2 commits »
jihoson closed issue jihoson/The-Ouroboros#54 2026-02-05 00:46:06 +09:00
fix: token refresh rate limit (EGW00133) causing cascading failures
jihoson merged pull request jihoson/The-Ouroboros#55 2026-02-05 00:46:06 +09:00
fix: add token refresh cooldown to prevent EGW00133 cascading failures (issue #54)
jihoson pushed to main at jihoson/The-Ouroboros 2026-02-05 00:45:41 +09:00
58f1106dbd Merge pull request 'feat: add rate limiting for overseas market scanning (issue #51)' (#53) from feature/issue-51-api-rate-limiting into main
eaf509a895 feat: add rate limiting for overseas market scanning (issue #51)
Compare 2 commits »
jihoson closed issue jihoson/The-Ouroboros#51 2026-02-05 00:45:39 +09:00
feat: improve API rate limiting for overseas market scanning
jihoson merged pull request jihoson/The-Ouroboros#53 2026-02-05 00:45:39 +09:00
feat: add rate limiting for overseas market scanning (issue #51)
jihoson pushed to main at jihoson/The-Ouroboros 2026-02-05 00:45:08 +09:00
cf5072cced Merge pull request 'fix: handle empty strings in price data parsing (issue #49)' (#50) from feature/issue-49-valueerror-empty-string into main
702653e52e Merge main into feature/issue-49-valueerror-empty-string
854931bed2 fix: handle empty strings in price data parsing (issue #49)
Compare 3 commits »
jihoson closed issue jihoson/The-Ouroboros#49 2026-02-05 00:45:06 +09:00
fix: ValueError when price data returns empty string
jihoson merged pull request jihoson/The-Ouroboros#50 2026-02-05 00:45:06 +09:00
fix: handle empty strings in price data parsing (issue #49)
jihoson pushed to main at jihoson/The-Ouroboros 2026-02-05 00:18:25 +09:00
33b5ff5e54 Merge pull request 'fix: add safe_float() to handle empty string conversions (issue #44)' (#48) from feature/issue-44-safe-float into main
c57ccc4bca fix: add safe_float() to handle empty string conversions (issue #44)
Compare 2 commits »
jihoson closed issue jihoson/The-Ouroboros#44 2026-02-05 00:18:23 +09:00
fix: Handle empty string in float conversions
jihoson merged pull request jihoson/The-Ouroboros#48 2026-02-05 00:18:22 +09:00
fix: add safe_float() to handle empty string conversions (issue #44)
jihoson pushed to main at jihoson/The-Ouroboros 2026-02-05 00:17:17 +09:00
3923d03650 Merge pull request 'fix: reduce rate limit from 10 to 5 RPS to avoid API errors (issue #43)' (#47) from feature/issue-43-reduce-rate-limit into main
cb2e3fae57 fix: reduce rate limit from 10 to 5 RPS to avoid API errors (issue #43)
Compare 2 commits »
jihoson closed issue jihoson/The-Ouroboros#43 2026-02-05 00:17:16 +09:00
fix: Reduce rate limit to avoid EGW00201 API errors
jihoson merged pull request jihoson/The-Ouroboros#47 2026-02-05 00:17:16 +09:00
fix: reduce rate limit from 10 to 5 RPS to avoid API errors (issue #43)
jihoson pushed to main at jihoson/The-Ouroboros 2026-02-05 00:11:05 +09:00
5e4c68c9d8 Merge pull request 'fix: add token refresh lock to prevent concurrent API calls (issue #42)' (#46) from feature/issue-42-token-refresh-lock into main
95f540e5df fix: add token refresh lock to prevent concurrent API calls (issue #42)
Compare 2 commits »
jihoson closed issue jihoson/The-Ouroboros#42 2026-02-05 00:11:04 +09:00
fix: Token refresh race condition causing EGW00133 error
jihoson merged pull request jihoson/The-Ouroboros#46 2026-02-05 00:11:04 +09:00
fix: add token refresh lock to prevent concurrent API calls (issue #42)
jihoson pushed to main at jihoson/The-Ouroboros 2026-02-05 00:06:27 +09:00
0087a6b20a Merge pull request 'fix: handle dict and list formats in overseas balance output2 (issue #41)' (#45) from feature/issue-41-keyerror-balance into main
3dfd7c0935 fix: handle dict and list formats in overseas balance output2 (issue #41)
Compare 2 commits »
jihoson merged pull request jihoson/The-Ouroboros#45 2026-02-05 00:06:26 +09:00
fix: handle dict and list formats in overseas balance output2 (issue #41)