linuxserver / docker-webgrabplus

GNU General Public License v3.0
23 stars 22 forks source link

It was not possible to find any compatible framework version #58

Closed Reinschki closed 2 years ago

Reinschki commented 2 years ago

linuxserver.io


Current Behavior

After updating from Release 4.2.4-ls160 to 5.0.1-ls160 I get the command: sudo docker exec -it webgrabplus /bin/bash /defaults/update.sh

this output:

It was not possible to find any compatible framework version
The framework 'Microsoft.NETCore.App', version '6.0.0' was not found.
  - The following frameworks were found:
      5.0.17 at [/app/dotnet/shared/Microsoft.NETCore.App]

You can resolve the problem by installing the specified framework and/or SDK.

The specified framework can be found at:
  - https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=6.0.0&arch=x64&rid=linux-x64

what's wrong?

Steps to Reproduce

  1. sudo docker exec -it webgrabplus /bin/bash /defaults/update.sh

Environment

OS: Ubuntu 20.04.5 LTS / Docker 20.10.8 CPU architecture: x86_64 How docker service was installed: Docker 20.10.8

aahmyu commented 2 years ago

Yeah, broken for me as well with the same error.

cilgor commented 2 years ago

To manually install .NET 6.0 runtime, terminal in to your container and run the following commands:

wget https://dot.net/v1/dotnet-install.sh
bash dotnet-install.sh -c 6.0 --install-dir /app/dotnet --runtime dotnet
Reinschki commented 2 years ago

Do I understand correctly that this measure is only a fix to be able to use the release. The container should bring all that with it. Right?

cilgor commented 2 years ago

Yes, this is just a temporary measure to get your current container "working" until properly addressed in a future release.

aptalca commented 2 years ago

Can you guys test this image and let us know if it works? lspipepr/webgrabplus:5.0.1-pkg-c8de2cd3-pr-59

It's a rebase to alpine 3.16, and update to s6v3 and dotnet 6

cilgor commented 2 years ago

@aptalca I tested lspipepr/webgrabplus:5.0.1-pkg-c8de2cd3-pr-59 and it's working as expected.

Attaching my test log WebGrab++.log.txt