You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
██╗ ███████╗██╗ ██████╗
██║ ██╔════╝██║██╔═══██╗
██║ ███████╗██║██║ ██║
██║ ╚════██║██║██║ ██║
███████╗███████║██║╚██████╔╝
╚══════╝╚══════╝╚═╝ ╚═════╝
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
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
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
Environment
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
The text was updated successfully, but these errors were encountered: