We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GetActivity
Hey,
I'm getting the error when I try to fetch activities for the list: activities, err := list.GetActivity(&gochimp3.BasicQueryParams{})
activities, err := list.GetActivity(&gochimp3.BasicQueryParams{})
The log of error is the following:
runtime error: invalid memory address or nil pointer dereference stack trace 2985 bytes goroutine 70 [running]: main.MW.func1.1.1.1(0xc4200aba48)
Perhaps it happens because the activity array for this list doesn't have any data.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey,
I'm getting the error when I try to fetch activities for the list:
activities, err := list.GetActivity(&gochimp3.BasicQueryParams{})
The log of error is the following:
Perhaps it happens because the activity array for this list doesn't have any data.
The text was updated successfully, but these errors were encountered: