Heimdall icon indicating copy to clipboard operation
Heimdall copied to clipboard

Import is not working correctly

Open styxadmin opened this issue 2 years ago • 2 comments

I have a previous install of Heimdall with 20 bookmarks. Due to issues with this VM I set up a new one and installed Heimdall.

I can successfully export a backup from the old Heimdall, and confirmed all bookmarks are contained within the backup.

When I run the import it shows that all bookmarks have been imported but when I navigate to the Home Dashboard, only a handful are presented.

Even on the application list it only shows the same few.

OS: Debian 12

Using Latest docker image from linuxserver

Heimdall Version: 2.5.8

image image

styxadmin avatar Dec 20 '23 10:12 styxadmin

@styxadmin

I did not have time to check the origin of this problem however temporarily I managed to import all my records via:

Option 1:

  • deleted all the applications in the system
  • deleted all the ones in the trash (which was cumbersome as page would go back on every delete)
  • opened the downloaded export file in VSCode
  • Did a Replace-All (Regex Search and Replace Enabled via [.*]) "appid": "[a-zA-Z0-9]+", to "appid": "null", Imported again and all worked OK.

Option 2: Set "appid": "null" for all the applications that do NOT import.

BEWARE this will lose the images as appids are gone. Looks like appid is a sha1 hash of some sort and system bugs out trying to find/merge the icon etc data. I would imagine just like me, one of your apps have either changed id or was removed from heimdall db.

Hopefully this all will be fixed soon.

burukan avatar Jan 03 '24 22:01 burukan

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

LinuxServer-CI avatar Feb 03 '24 15:02 LinuxServer-CI

This issue is locked due to inactivity

github-actions[bot] avatar May 03 '24 15:05 github-actions[bot]