You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ go run .
Err: Settings | Data | json: cannot unmarshal string into Go value of type []string
Info: <nil>
I couldn't exactly track down which specific field causes the error.
Edit: I used the filter_path incorrectly and removed the part. The main issue is that the json response cannot be unmarshalled into the info.Response struct anyways.