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
Here's the traceback when trying to fetch the document in question:
Traceback (most recent call last):
File "test.py", line 49, in <module>
response = form.submit()
File "/usr/local/lib/python3.7/site-packages/prismic/api.py", line 272, in submit
request_handler=self.request_handler
File "/usr/local/lib/python3.7/site-packages/prismic/api.py", line 350, in __init__
self.documents = [Document(d) for d in data.get("results")]
File "/usr/local/lib/python3.7/site-packages/prismic/api.py", line 350, in <listcomp>
self.documents = [Document(d) for d in data.get("results")]
File "/usr/local/lib/python3.7/site-packages/prismic/api.py", line 394, in __init__
self.fragments[f_key] = Fragment.from_json(fragment_value)
File "/usr/local/lib/python3.7/site-packages/prismic/fragments.py", line 52, in from_json
return f_type(data.get("value"))
File "/usr/local/lib/python3.7/site-packages/prismic/fragments.py", line 289, in __init__
self.name = self.image.get("name")
AttributeError: 'NoneType' object has no attribute 'get'
Here's the traceback when trying to fetch the document in question:
Here's what the data in the field looks like:
The text was updated successfully, but these errors were encountered: