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

VueTorrent #539

Closed
timespaced opened this issue Feb 6, 2024 · 5 comments
Closed

VueTorrent #539

timespaced opened this issue Feb 6, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@timespaced
Copy link

Describe the bug
DOCKER_MODS for VueTorrent does not download vuetorrent.

Theme Install Method (Don't skip)
DOCKER_MODS

Application Info (Don't skip)
lscr.io/linuxserver/qbittorrent:latest

text  error  warn  system  array  login  

jq: error (at <stdin>:5): Cannot iterate over null (null)
curl: (2) no URL specified
curl: try 'curl --help' or 'curl --manual' for more information
unzip: can't open /tmp/vuetorrent.zip[.zip]
/etc/s6-overlay/s6-rc.d/init-mod-themepark/run: line 83: /vuetorrent/release.json: No such file or directory
grep: /vuetorrent/public/index.html: No such file or directory
sed: /vuetorrent/public/index.html: No such file or directory
sed: /vuetorrent/public/index.html: No such file or directory
Connection to localhost (127.0.0.1) 8033 port [tcp/*] succeeded!
[mod-init] Running Docker Modification Logic
[mod-init] Adding themepark-dev/theme.park:vuetorrent to container
[mod-init] Downloading themepark-dev/theme.park:vuetorrent from ghcr.io
[mod-init] Installing themepark-dev/theme.park:vuetorrent
[mod-init] themepark-dev/theme.park:vuetorrent applied to container
[migrations] started
[migrations] no migrations found
───────────────────────────────────────

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

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

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

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

User UID:    99
User GID:    100
───────────────────────────────────────

Variables set:
'TP_DOMAIN'=
'TP_COMMUNITY_THEME'=
'TP_SCHEME'=
'TP_THEME'=dracula

No domain set, defaulting to theme-park.dev
No scheme set, defaulting to https
-----------------------------------------
| qBittorrent vuetorrent theme.park Mod |
-----------------------------------------
---------------------------------------
| Downloading WebUI files from github |
---------------------------------------

Downloading qBittorrent webui to "/vuetorrent"..please wait

Download finished

---------------------------------------------------------
| Adding the stylesheet to /vuetorrent/public/index.html |
---------------------------------------------------------
Stylesheet set to dracula on public index.html
[custom-init] No custom files found, skipping...
WebUI will be started shortly after internal preparations. Please wait...

******** Information ********
To control qBittorrent, access the WebUI at: http://localhost:8033

[ls.io-init] done.

To Reproduce
Steps to reproduce the behavior:

  1. Fesh qBittorrent Docker and config directory
  2. Start qBittorent and change default password
  3. Stop qBittorent docker
  4. Add DOCKER_MODS variable with value of ghcr.io/themepark-dev/theme.park:vuetorrent

Expected behavior
Download VueTorrent and apply to qBitorrent.

Platform
Unraid

@timespaced timespaced added the bug Something isn't working label Feb 6, 2024
@timespaced
Copy link
Author

I took a look into the dock-mods folder; this line of the code has the URL and curl command CURRENT_RELEASE=$(curl -s https://api.github.com/repos/WDaan/VueTorrent/releases/latest | jq -r ".assets[]") - when I run the curl command, I get the same "cannot iterate over null" error as the first line in my logs above.

@GilbN
Copy link
Collaborator

GilbN commented Feb 7, 2024

Try the develop tag.

@timespaced
Copy link
Author

Try the develop tag.

That worked!
ghcr.io/themepark-dev/theme.park:vuetorrent-develop

@timespaced
Copy link
Author

The sidebar doesn't load the theme properly but I assume thats because its in development? Anyway, the develop tagged fixed and I'm up and running, closing this issue.

@GilbN
Copy link
Collaborator

GilbN commented Feb 7, 2024

There's a css bug after vue released anew version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants