Jump to content

[Support] b42n1 Repo


Recommended Posts

On 5/23/2023 at 9:35 PM, Bait Fish said:

I issued the commands in an unraid command terminal first. Then install the container.

 

Figured it out... If you accept the default directory of /mnt/cache/appdata/swing-music this will not work. If you followed the terminal commands, your create the folder swing-music... but the terminal command you created swingmusic.... Take out the dash "-" in the default folder and you are good.

Link to comment
  • 3 months later...
  • 2 weeks later...

I'm trying to install Swingmusic -

The git clone command works fine.

But when I cd into the swingmusic directory and issue the "docker build . -t swingmusic"

I get this error:

Sending build context to Docker daemon  1.615MB

Step 1/8 : FROM ubuntu:latest

 ---> e4c58958181a

Step 2/8 : WORKDIR /

 ---> Using cache

 ---> 24c53c2f5562

Step 3/8 : COPY ./dist/swingmusic /swingmusic

COPY failed: file not found in build context or excluded by .dockerignore: stat dist/swingmusic: file does not exist

 

Any help is appreciated. Thank you.

 

Link to comment
  • 4 months later...

This is probably a no brainer for some, maybe not others. This app has been blacklisted in CA with no apparent updates, while the project page shows continuing update progress.

 

I changed the container settings below and appear to have the latest version now.

 

Repository:
ghcr.io/swing-opensource/swingmusic:latest

Registry URL:
https://ghcr.io/swing-opensource/swingmusic:latest

 

Link to comment
On 3/17/2024 at 12:06 PM, Bait Fish said:

This app has been blacklisted in CA with no apparent updates

 "swingmusic": {
    "Blacklist": true,
    "ModeratorComment": "Repository does not exist on docker hub

 

Link to comment
  • 2 months later...

At SerpBear i got that errors

 

Sequelize CLI [Node: 20.11.1, CLI: 6.6.2, ORM: 6.37.1]

Loaded configuration file "database/config.js".
Using environment "production".


[1] node:internal/process/promises:289
[1]             triggerUncaughtException(err, true /* fromPromise */);
[1]             ^
[1] 
[1] [Error: EACCES: permission denied, open '/app/data/settings.json'] {
[1]   errno: -13,
[1]   code: 'EACCES',
[1]   syscall: 'open',
[1]   path: '/app/data/settings.json'
[1] }
[1] 
[1] Node.js v20.11.1
[1] node cron.js exited with code 1
[0] Listening on port 3000
[0] GET /api/dbmigrate
[0] ConnectionError [SequelizeConnectionError]: SQLITE_CANTOPEN: unable to open database file
[0]     at Database.<anonymous> (/app/node_modules/sequelize/lib/dialects/sqlite/connection-manager.js:52:25) {
[0]   parent: [Error: SQLITE_CANTOPEN: unable to open database file] {
[0]     errno: 14,
[0]     code: 'SQLITE_CANTOPEN'
[0]   },
[0]   original: [Error: SQLITE_CANTOPEN: unable to open database file] {
[0]     errno: 14,
[0]     code: 'SQLITE_CANTOPEN'
[0]   }
[0] }

 

can someone help me?

  • Upvote 1
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...