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 trying to use the function Collections.bulkImport_json to upload a JSON structure, I continually receive
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python3.8/site-packages/pyArango/collection.py", line 777, in bulkImport_json
TypeError: string indices must be integers
Why is this? I am able to upload manually to arangodb with the same json file.
The text was updated successfully, but these errors were encountered:
When trying to use the function Collections.bulkImport_json to upload a JSON structure, I continually receive
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python3.8/site-packages/pyArango/collection.py", line 777, in bulkImport_json
TypeError: string indices must be integers
Why is this? I am able to upload manually to arangodb with the same json file.
The text was updated successfully, but these errors were encountered: