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
> client.entries({"content_type"=>"<our content type>", :limit=>1000})
TypeError: no implicit conversion of nil into String
The Content Type in question has a non-required "birthdate" Date/Time field. When this field is empty on just one of the Entries of this Content Type (or perhaps was populated, then deleted -- not sure), it causes the entire lookup to fail with the error message shown above. When we populate this field with data, the error does not happen.
The text was updated successfully, but these errors were encountered:
The Content Type in question has a non-required "birthdate" Date/Time field. When this field is empty on just one of the Entries of this Content Type (or perhaps was populated, then deleted -- not sure), it causes the entire lookup to fail with the error message shown above. When we populate this field with data, the error does not happen.
The text was updated successfully, but these errors were encountered: