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
When debug is enabled I see the created_at and last_updated_at fields don't appear to be the correct type. I'm not sure how to fix this in the resources.go, but it appears to be an issue.
debug: 2022/10/04 19:55:20
debug: setting state: created_at: '' expected type 'string', got unconvertible type 'strfmt.DateTime', value: '2022-09-06T12:00:00.123Z'
debug: setting state: last_updated_at: '' expected type 'string', got unconvertible type 'strfmt.DateTime', value: '2022-08-27T20:00:00.123Z'
This is from a call to catalog.GetItem().
The text was updated successfully, but these errors were encountered:
@ringods any suggestions for how to resolve this issue? I've been searching for examples and I'm not finding anything. I've also not been able to track down where this debug message originates, either.
When debug is enabled I see the
created_at
andlast_updated_at
fields don't appear to be the correct type. I'm not sure how to fix this in the resources.go, but it appears to be an issue.This is from a call to
catalog.GetItem()
.The text was updated successfully, but these errors were encountered: