linuxserver / docker-heimdall

GNU General Public License v3.0
330 stars 49 forks source link

[BUG] Import does not complete #116

Closed slfhstr closed 1 year ago

slfhstr commented 1 year ago

Is there an existing issue for this?

Current Behavior

The import functionality does not complete. Works to select file and read it Displays name of each link being imported (checked against the export json file from an instance I am retiring) Then just stops No completion No message Tried refreshing page and pressing cancel (the only button available) No links imported

Expected Behavior

A message to say completed and links to be imported and show in the system

Steps To Reproduce

Latest docker release running on ubuntu

Environment

- OS: Ubuntu 20.04
- How docker service was installed: normal docker and docker-compose installation
15 other containers running fine

CPU architecture

x86-64

Docker creation

docker-compose up -d

---
version: "2.1"
services:
  heimdall:
    image: lscr.io/linuxserver/heimdall:latest
    container_name: heimdall
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/London
    volumes:
      - /root/heimdall/config:/config
    ports:
      - 801:80
      - 441:443
    restart: unless-stopped

### Container logs

```bash
New container detected, installing Heimdall
Creating app key. This may take a while on slower systems
Application key set successfully.
cont-init: info: /etc/cont-init.d/50-config exited 0
cont-init: info: running /etc/cont-init.d/85-version-checks
cont-init: info: /etc/cont-init.d/85-version-checks exited 0
cont-init: info: running /etc/cont-init.d/99-custom-files
[custom-init] No custom files found, skipping...
cont-init: info: /etc/cont-init.d/99-custom-files exited 0
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service init-mods: starting
s6-rc: info: service init-mods successfully started
s6-rc: info: service init-mods-package-install: starting
s6-rc: info: service init-mods-package-install successfully started
s6-rc: info: service init-mods-end: starting
s6-rc: info: service init-mods-end successfully started
s6-rc: info: service init-services: starting
s6-rc: info: service init-services successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun cron (no readiness notification)
services-up: info: copying legacy longrun nginx (no readiness notification)
services-up: info: copying legacy longrun php-fpm (no readiness notification)
services-up: info: copying legacy longrun queue (no readiness notification)
s6-rc: info: service legacy-services successfully started
s6-rc: info: service 99-ci-service-check: starting
[ls.io-init] done.
s6-rc: info: service 99-ci-service-check successfully started
github-actions[bot] commented 1 year ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

github-actions[bot] commented 1 year ago

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