Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Erorr with latest version V2.5.8-ls252 after updating container - Error included in Current behavior section #144

Closed
1 task done
tweek11 opened this issue Feb 16, 2024 · 13 comments

Comments

@tweek11
Copy link

tweek11 commented Feb 16, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Heimdall updated to version V2.5.8-ls252 and upon accessing the container it produces the following error below:

@extends('layouts.app') @section('content') @include('partials.search') @if($apps->first()) @include('sortable') @else

{!! __('app.dash.no_apps', [ 'link1' => ''.__('app.dash.link1').'', 'link2' => ''.__('app.dash.link2').'' ]) !!}
@include('add')
@endif @endsection

Expected Behavior

Open the Heimdall home page without error.

Steps To Reproduce

Updated from Version V2.5.8-ls250

Environment

- OS: Ubuntu 22.04.4 
- How docker service was installed: Directly from docker repository. no SNAPD items installed on the system.

CPU architecture

x86-64

Docker creation

version: '3.9'
services:
    heimdall:
        image: linuxserver/heimdall:latest
        ports:
            - '49157:443'
            - '49156:80'
        environment:
            - PUID=1000
            - PGID=1000
            - TZ=America/New_York
        volumes:
            - '/home/myusername/docker/heimdall:/config'
        container_name: heimdall
        restart: unless-stopped

Container logs

[migrations] started

[migrations] 01-nginx-site-confs-default: skipped

[migrations] 02-default-location: skipped

[migrations] done

───────────────────────────────────────

      ██╗     ███████╗██╗ ██████╗

      ██║     ██╔════╝██║██╔═══██╗

      ██║     ███████╗██║██║   ██║

      ██║     ╚════██║██║██║   ██║

      ███████╗███████║██║╚██████╔╝

      ╚══════╝╚══════╝╚═╝ ╚═════╝

   Brought to you by linuxserver.io

───────────────────────────────────────

To support LSIO projects visit:

https://www.linuxserver.io/donate/

───────────────────────────────────────

GID/UID

───────────────────────────────────────

User UID:    1000

User GID:    1000

───────────────────────────────────────

using keys found in /config/keys

New container detected, installing Heimdall

[custom-init] No custom files found, skipping...

[ls.io-init] done.
Copy link

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@Neriderc
Copy link

See #143 that was posted just 5 mins before this.

TL:DR; It seems this release broke things, use image: linuxserver/heimdall:2.5.7 to revert to v2.5.7 which gets it working again.

@hytrek
Copy link

hytrek commented Feb 16, 2024

Same here

@tweek11
Copy link
Author

tweek11 commented Feb 16, 2024

I see the other ticket now, sorry about that. There wasn't another ticket when i was gathering the information for the ticket i submitted - other wise i would of just commented on it.

Additionally - instead of going back to older version of that i was not on 2.5.7 - i just changed latest to the prior tag of V2.5.8-ls251 and it up for the time being.

@Fallenfederation
Copy link

Same issue here

@extends('layouts.app') @section('content') @include('partials.search') @if($apps->first()) @include('sortable') @else
{!! __('app.dash.no_apps', [ 'link1' => ''.__('app.dash.link1').'', 'link2' => ''.__('app.dash.link2').'' ]) !!}

@include('add')
@endif @endsection

@MrThorx
Copy link

MrThorx commented Feb 17, 2024

I see the other ticket now, sorry about that. There wasn't another ticket when i was gathering the information for the ticket i submitted - other wise i would of just commented on it.

Additionally - instead of going back to older version of that i was not on 2.5.7 - i just changed latest to the prior tag of V2.5.8-ls251 and it up for the time being.

a stupid question, how can I go back to version V2.5.8-ls251? I use unraid.

@myozone
Copy link

myozone commented Feb 17, 2024

Same here after overnight update - how do I fix it ?? I use docker on Debian / Portainer

@extends('layouts.app') @section('content') @include('partials.search') @if($apps->first()) @include('sortable') @else
{!! __('app.dash.no_apps', [ 'link1' => ''.__('app.dash.link1').'', 'link2' => ''.__('app.dash.link2').'' ]) !!}

@include('add')
@endif @endsection

@KardinalReusen
Copy link

a stupid question, how can I go back to version V2.5.8-ls251? I use unraid.

Just change the Repository to "lscr.io/linuxserver/heimdall:2.5.7" or whatever version you like.

@myozone
Copy link

myozone commented Feb 17, 2024

V2.5.8-ls251

Worked for me

Thank You !

@unixweb
Copy link

unixweb commented Feb 17, 2024

Same issue here .

docker pull linuxserver/heimdall:amd64-V2.5.8-ls250. works no need back to 2.5.7

@evmolpos
Copy link

just returned to V2.5.8-ls251 till a fix arrives. thanks.

@jacksonjlee
Copy link

jacksonjlee commented Feb 17, 2024

Same issue here. Downgrading back to either V2.5.8-ls250 or V2.5.8-ls251 fixed the issue on my system.

For anyone confused about how to downgrade, the process is outlined on the docker hub page. In my case, my docker compose file now reads:
image: lscr.io/linuxserver/heimdall:amd64-V2.5.8-ls251

@tweek11
Copy link
Author

tweek11 commented Feb 19, 2024

Thank you for the v2.6.0-ls253 update - everything is back up and running properly using the latest tag in the docker-compose.yml file.

Marking as closed

@tweek11 tweek11 closed this as completed Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

10 participants