For the generated file: Org-1067-groups.json - when I attempt to load it, it seems that the id member of the resource entry is not populated (although my naive code expects it).
LOADING FILE: ./groups.json...
annotating bundle:
Traceback (most recent call last):
File "./server-loader.py", line 239, in <module>
main()
File "/Users/can/Library/Python/3.7/lib/python/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "/Users/can/Library/Python/3.7/lib/python/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/Users/can/Library/Python/3.7/lib/python/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/Users/can/Library/Python/3.7/lib/python/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "./server-loader.py", line 235, in main
server.receive(filename)
File "./server-loader.py", line 202, in receive
self.annotate_bundle_entries(resource)
File "./server-loader.py", line 185, in annotate_bundle_entries
e['resource']['id']
KeyError: 'id'
For the generated file:
Org-1067-groups.json
- when I attempt to load it, it seems that theid
member of the resource entry is not populated (although my naive code expects it).From the sample file: