Skip to content

Add Comprehensive Error Handling to Data Collection Scripts #29

@Suyog241005

Description

@Suyog241005

Problem

The initial-data collection scripts currently lack proper error handling making them vulnerable to:

  • Silent failures during API calls
  • File system errors during CSV operations
  • Unclear error messages when processes fail

Proposed Solution

Add comprehensive error handling to:

GitHub API calls (fetchRepoCreationDate, fetchRepoTopics, etc.)
File operations (DataRecorder class methods)
Main execution flow (runMain function)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions