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
The migrate script appears to be having an issue handling media without a section.
When attempting to migrate I hit this error, and then was able to bypass it by moving all the project media into sections:
14 memberships will be created (1 already exist).
1 sections will be created (0 already exist).
3 versions will be created (1 already exist).
1 media types will be created (0 already exist).
3 localization types will be created (0 already exist).
2 state types will be created (0 already exist).
0 leaf types will be created (0 already exist).
Traceback (most recent call last):
File "examples/migrate.py", line 657, in <module>
media, media_mapping = find_media(args, src_api, dest_api, dest_project)
File "examples/migrate.py", line 345, in find_media
key = (m.name, src_section_names[get_tator_user_sections(m)])
KeyError: ''
The text was updated successfully, but these errors were encountered:
The migrate script appears to be having an issue handling media without a section.
When attempting to migrate I hit this error, and then was able to bypass it by moving all the project media into sections:
The text was updated successfully, but these errors were encountered: