Git Product home page Git Product logo

Comments (45)

SighmanSays avatar SighmanSays commented on May 11, 2024 15

Same behavior running docker from Synology.

Can work around it by using tag V2.5.8-ls251

from heimdall.

victorgrund avatar victorgrund commented on May 11, 2024 10

@Callahan78, here's the top part of my docker compose file that's temporarily edited to pull a working version:

---
version: "2.1"
services:
  heimdall:
    #image: lscr.io/linuxserver/heimdall:latest
    image: lscr.io/linuxserver/heimdall:V2.5.8-ls251
    container_name: heimdall

from heimdall.

ppfeufer avatar ppfeufer commented on May 11, 2024 8

If you are affected by this issue, please just "upvote" the opening post. Posting here "Same issue" all the time is just spamming various mailboxes of people who follow this issue. I'm pretty sure the devs got the message by now.

This is also resulting in this, which is indeed not helpful:

image

If you want to get updates on this issue, you can subscribe to it.

Thank you.

from heimdall.

Callahan78 avatar Callahan78 commented on May 11, 2024 4

@Callahan78, here's the top part of my docker compose file that's temporarily edited to pull a working version:

---
version: "2.1"
services:
  heimdall:
    #image: lscr.io/linuxserver/heimdall:latest
    image: lscr.io/linuxserver/heimdall:V2.5.8-ls251
    container_name: heimdall

Ah . . . I missed the "V" in "V2.5.8-ls251" . . . . now it is working :-)
Thank you very much! 👍

from heimdall.

JFPCreations avatar JFPCreations commented on May 11, 2024 1

Thank you.

from heimdall.

riyadchowdhury avatar riyadchowdhury commented on May 11, 2024 1

Same also broken for me, I reverted to 2.5.7 which is working fine.

from heimdall.

JFPCreations avatar JFPCreations commented on May 11, 2024

I can still login and it show:

@extends('errors::minimal') @section('title', __('Not Found')) @section('code', '404') @section('message', __('Not Found'))

from heimdall.

grpfl avatar grpfl commented on May 11, 2024

Same Issue

@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

from heimdall.

moreje avatar moreje commented on May 11, 2024

same for me... 2.5.8 and dev tags get the same error

from heimdall.

victorgrund avatar victorgrund commented on May 11, 2024

Similar issues with the latest tag.

@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

from heimdall.

theyort avatar theyort commented on May 11, 2024

Same error with the latest version. I reinstalled version 2.5.8 ls251 to return to normal operation.

from heimdall.

syko9000 avatar syko9000 commented on May 11, 2024

I'll chime in... same

from heimdall.

Callahan78 avatar Callahan78 commented on May 11, 2024

same here . . .
what is the syntax to install last working version?
Tried with ":2.5.8-ls251" instead ":latest" but didn´t work.

from heimdall.

comfreak89 avatar comfreak89 commented on May 11, 2024

same here. version V2.5.8-ls251 is also working for me.

from heimdall.

JudeLC avatar JudeLC commented on May 11, 2024

Same for me

from heimdall.

alancarrillo avatar alancarrillo commented on May 11, 2024

same here. version V2.5.8-ls251 is also working for me.
Same error with the latest version. I reinstalled version 2.5.8 ls251 to return to normal operation.

from heimdall.

error420 avatar error420 commented on May 11, 2024

Same 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`

Back in business by pulling the previous version of image in portainer "lscr.io/linuxserver/heimdall:V2.5.8-ls251".

from heimdall.

TheLinx79 avatar TheLinx79 commented on May 11, 2024

Also broken for me. Reverting to the previous image as mentioned still give ipv6 related errors.

from heimdall.

OddSquirrel avatar OddSquirrel commented on May 11, 2024

Same here, also back up running with lscr.io/linuxserver/heimdall:V2.5.8-ls251.

from heimdall.

mozzi75 avatar mozzi75 commented on May 11, 2024

also not working here.

from heimdall.

ipod86 avatar ipod86 commented on May 11, 2024

Same for me

from heimdall.

KingKorg avatar KingKorg commented on May 11, 2024

Same for me

from heimdall.

gladiatormax avatar gladiatormax commented on May 11, 2024

Here also the same.

from heimdall.

itinfosec avatar itinfosec commented on May 11, 2024

Same problem here but reverting to lscr.io/linuxserver/heimdall:V2.5.8-ls251 has worked for me

from heimdall.

vlemmings avatar vlemmings commented on May 11, 2024

Same here on latest. 2.5.7 seems to be working fine.

from heimdall.

Tagiwara avatar Tagiwara commented on May 11, 2024

same hier... 2.5.7 works well... 2.5.8 returns an error as shown above

from heimdall.

Fooose avatar Fooose commented on May 11, 2024

Same for me.

from heimdall.

OrbitingOcelot avatar OrbitingOcelot commented on May 11, 2024

God and I thought it was my server upgrade that broke it spent half an hour trying to find the issue...

from heimdall.

xxcriticxx avatar xxcriticxx commented on May 11, 2024

Who broke heimdall?

from heimdall.

xabix avatar xabix commented on May 11, 2024

Same issue here!

from heimdall.

pshdomo avatar pshdomo commented on May 11, 2024

+1. Same issue

from heimdall.

mrxxxxxx avatar mrxxxxxx commented on May 11, 2024

exact same Issue. Back to V2.5.8-ls251

from heimdall.

cibercue avatar cibercue commented on May 11, 2024

Thanks, back to V2.5.8-ls251 and works.

from heimdall.

m3tc0n avatar m3tc0n commented on May 11, 2024

Same here, back to V2.5.8-ls251 and it works again.

from heimdall.

Fawlty65 avatar Fawlty65 commented on May 11, 2024

Same here. Reverted back.

from heimdall.

juhnu1 avatar juhnu1 commented on May 11, 2024

Same here, reverted. Thx guys

from heimdall.

cammelspit avatar cammelspit commented on May 11, 2024

Same issue, gonna revert now, at least it isnt just me!

from heimdall.

sunfang1cn avatar sunfang1cn commented on May 11, 2024

Same issue

from heimdall.

WildStar2022 avatar WildStar2022 commented on May 11, 2024

I run Heimdall on Kubernetes (MicroK8s on Ubuntu) in a VM and manage applications using Portainer CE.

Make sure to backup first or make a snapshot if running Heimdall in a VM!
Consult Portainer docs if using Helm, Docker, or want to use the command line.

  • Login to Portainer
  • Select the Kubernetes environment
  • From the Dashboard, select Applications
  • From the Applications list, select heimdall (or whatever you called it)
  • From the Applications details, select YAML
  • Select Copy to clipboard
  • Paste to an editor like Notepad
  • From your editor:
    - Comment out: #image: linuxserver/heimdall:latest
    - Replace with: image: linuxserver/heimdall:V2.5.8-ls251
    - Edit/Select All then Copy
  • From your browser Portainer window, go back one page
  • Select Create from manifest
  • Toggle User namespace(s) specified from manifest
  • I left Namespace to default
  • Enter heimdall (or whatever you called it) in the Name field
  • Select Web Editor and Paste the contents of your clipboard
  • Finally at the bottom under Action, select Deploy

from heimdall.

rasfincher avatar rasfincher commented on May 11, 2024

I'm using Portainer on a Synology and rolling back go V2.5.8-ls251 did not resolve the issue for me. Rolling back to V2.5.7-ls238 works for me.

from heimdall.

elax46 avatar elax46 commented on May 11, 2024

I have the same problem on my instance too

from heimdall.

underwoodblog avatar underwoodblog commented on May 11, 2024

same here via docker on debian. switched from latest to 2.5.7 to get it running again.

from heimdall.

BugFixer300 avatar BugFixer300 commented on May 11, 2024

@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

Same thing

from heimdall.

j0nnymoe avatar j0nnymoe commented on May 11, 2024

Pinned the issue and I'm just going to lock the conversation for now. We are aware of the issue, as mentioned by @ppfeufer - this is getting spammy right now. We are working on a fix, just roll back to the previous tag that's been mentioned already.

from heimdall.

KodeStar avatar KodeStar commented on May 11, 2024

This should be fixed. Additionally I'll be dropping a new release v2.6.0 tomorrow, if anyone has a chance please test it using the :development tag. The new release updates the underlying framework from Laravel 8 to Laravel 10, which increases the minimum php version to 8.1 as well as requiring the DOM PHP extension and adds in Search support on the application dropdown list.

from heimdall.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.