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] Webgrabplus cannot run. Asks for dotnet version 8.0.0 but only 7.0.18 is available. #70

Closed
1 task done
ValFaure opened this issue Apr 22, 2024 · 1 comment · Fixed by #71
Closed
1 task done

Comments

@ValFaure
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

When trying to run an update inside the container with the command docker exec -it webgrabplus /bin/bash /app/update.sh I get the following error :

`You must install or update .NET to run this application.

App: /app/wg++/bin.net/WebGrab+Plus.dll
Architecture: arm64
Framework: 'Microsoft.NETCore.App', version '8.0.0' (arm64)
.NET location: /app/dotnet/

The following frameworks were found:
7.0.18 at [/app/dotnet/shared/Microsoft.NETCore.App]

Learn about framework resolution:
https://aka.ms/dotnet/app-launch-failed

To install missing framework, download:
https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=8.0.0&arch=arm64&rid=alpine.3.19-arm64`

Expected Behavior

Running the /app/update.sh script should grab epg data and update the guide.xml file.

Steps To Reproduce

  1. Run a manual update inside the container using the udpate.sh script located in /app

Environment

- OS: Raspbian (Linux DietPi 6.1.21-v8+)
- How docker service was installed: distro's packagemanager

CPU architecture

arm64

Docker creation

via docker-compose.yml file :
 
webgrabplus:
    image: lscr.io/linuxserver/webgrabplus
    container_name: webgrabplus
    environment:
      - TZ=Europe/Paris
      - PUID=1000
      - PGID=33
    volumes:
      - /home/dietpi/webgrabplus/config:/config
      - /home/dietpi/tvheadend_data:/data
    restart: unless-stopped

Container logs

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

   Brought to you by linuxserver.io
───────────────────────────────────────

To support LSIO projects visit:
https://www.linuxserver.io/donate/

───────────────────────────────────────
GID/UID
───────────────────────────────────────

User UID:    1000
User GID:    33
───────────────────────────────────────

[custom-init] No custom files found, skipping...
[ls.io-init] done.
You must install or update .NET to run this application.

App: /app/wg++/bin.net/WebGrab+Plus.dll
Architecture: arm64
Framework: 'Microsoft.NETCore.App', version '8.0.0' (arm64)
.NET location: /app/dotnet/

The following frameworks were found:
  7.0.18 at [/app/dotnet/shared/Microsoft.NETCore.App]

Learn about framework resolution:
https://aka.ms/dotnet/app-launch-failed

To install missing framework, download:
https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=8.0.0&arch=arm64&rid=alpine.3.19-arm64
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.

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

Successfully merging a pull request may close this issue.

1 participant