-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Issue Description
Outcome resolver service is throwing \Invalid time value\ errors when processing game results from ESPN API.
Error Details
\
Error checking game result: Invalid time value
\\
Observed In
- CI/CD test runs
- Backend test suite: outcome-resolver.service.test.ts
- Appears to occur during date/time parsing of game data
Impact
- 2 backend tests failing intermittently
- May affect bet settlement for completed games
- Environmental/timing dependent issue
Investigation Needed
- Identify which date field is causing the parsing error
- Review date/time handling in ESPN API response processing
- Add proper date validation and error handling
- Ensure timezone handling is correct
Reproduction
Run backend tests and check outcome-resolver service logs for date parsing errors.
Priority
Medium - Environmental issue that doesn't block core functionality but should be investigated for production stability.
Related
- Identified during PR Analytics Planning & Dashboard Version Bump #11 merge
- Part of backend test suite improvements
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working