Skip to content

Program gets stuck and cannot read data after running for a few days #29

@duanjunxiao

Description

@duanjunxiao

I've been using the VirusTotal API with Go and I'm encountering an issue where my program gets stuck and cannot read any more data from the feed after running for a few days. The code I'm using is:

for obj := range feed.C {
    fmt.Println(obj.ID())
}

I'm not sure what's causing the issue, but it seems like the loop is unable to read all the objects in the feed. I've tried adding some error handling code, but it doesn't seem to help.

Has anyone else encountered a similar issue? Any suggestions for how I can troubleshoot this problem?

Thank you for your help!

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