Skip to content

Debug and Fix Issues#15

Merged
skyelaird merged 1 commit intomainfrom
claude/debug-issues-01A77unaYN6KyQzMXN2hyJbP
Nov 13, 2025
Merged

Debug and Fix Issues#15
skyelaird merged 1 commit intomainfrom
claude/debug-issues-01A77unaYN6KyQzMXN2hyJbP

Conversation

@skyelaird
Copy link
Copy Markdown
Owner

Root cause: Missing numpy dependency causing prediction generator to fail with unhelpful error messages in the dashboard.

Changes:

  • Enhanced error reporting in server.py to show both stdout and stderr
  • Added dependency check on server startup with clear installation instructions
  • Updated Dashboard README with troubleshooting section for this error
  • Server now shows detailed error messages (up to 500 chars) instead of 200

The dashboard will now:

  1. Check dependencies on startup and provide clear error messages
  2. Show complete error output when generator fails
  3. Help users quickly identify and fix missing dependencies

Fixes the "Complete! Error: Generator failed:" issue reported by user.

Root cause: Missing numpy dependency causing prediction generator to fail
with unhelpful error messages in the dashboard.

Changes:
- Enhanced error reporting in server.py to show both stdout and stderr
- Added dependency check on server startup with clear installation instructions
- Updated Dashboard README with troubleshooting section for this error
- Server now shows detailed error messages (up to 500 chars) instead of 200

The dashboard will now:
1. Check dependencies on startup and provide clear error messages
2. Show complete error output when generator fails
3. Help users quickly identify and fix missing dependencies

Fixes the "Complete! Error: Generator failed:" issue reported by user.
@skyelaird skyelaird merged commit 0fb622d into main Nov 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants