archesproject / arches-for-science

Arches for Science
12 stars 9 forks source link

Physical things are missing parent tiles #1568

Open jacobtylerwalls opened 2 months ago

jacobtylerwalls commented 2 months ago
  1. Load afs-test-pkg
  2. Visit http://127.0.0.1:8001/resources/de2d24e8-bd7c-4026-a932-0f320510c108, notice parenttile is missing:
    2024-04-30 16:06:47     domainnode = archesproject["tile/%s/node/%s" % (str(tile.parenttile.pk), str(edge.domainnode.pk))]
    2024-04-30 16:06:47 AttributeError: 'NoneType' object has no attribute 'pk'