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

🚫 ope: Output format webm is not available #1135

Closed
1 of 3 tasks
QuantumRage100 opened this issue Nov 2, 2024 · 9 comments
Closed
1 of 3 tasks

🚫 ope: Output format webm is not available #1135

QuantumRage100 opened this issue Nov 2, 2024 · 9 comments
Labels

Comments

@QuantumRage100
Copy link

What's happening?
after not using the bot for a while, it was broken so i updated "everything" now it's kind of working but i have 1 of 2 issues, either the song is found, no error is displayed but no sound is played "or" i get an error saying ope: Output format webm is not available

Logs

> [email protected] start
> npm run env:set-database-url -- tsx src/scripts/migrate-and-start.ts


> [email protected] env:set-database-url
> tsx src/scripts/run-with-database-url.ts tsx src/scripts/migrate-and-start.ts

(node:24108) ExperimentalWarning: `--experimental-loader` may be removed in the future; instead use `register()`:
--import 'data:text/javascript,import { register } from "node:module"; import { pathToFileURL } from "node:url"; register("file%3A///C%3A/Users/Quantum/Desktop/Itunes/muse/node_modules/tsx/dist/loader.js", pathToFileURL("./"));'
(Use `node --trace-warnings ...` to show where the warning was created)
(node:9624) ExperimentalWarning: `--experimental-loader` may be removed in the future; instead use `register()`:
--import 'data:text/javascript,import { register } from "node:module"; import { pathToFileURL } from "node:url"; register("file%3A///C%3A/Users/Quantum/Desktop/Itunes/muse/node_modules/tsx/dist/loader.js", pathToFileURL("./"));'
(Use `node --trace-warnings ...` to show where the warning was created)
  prisma:tryLoadEnv  Environment variables loaded from C:\Users\Quantum\Desktop\Itunes\muse\.env +0ms
  prisma:client  checkPlatformCaching:postinstall true +0ms
  prisma:client  checkPlatformCaching:ciName undefined +0ms
  prisma:tryLoadEnv  Environment variables loaded from C:\Users\Quantum\Desktop\Itunes\muse\.env +456ms
  prisma:client  dirname C:\Users\Quantum\Desktop\Itunes\muse\node_modules\.prisma\client +0ms
  prisma:client  relativePath ../../.. +0ms
  prisma:client  cwd C:\Users\Quantum\Desktop\Itunes\muse +0ms
  prisma:client  protocol graphql +1ms
  prisma:client  clientVersion 4.16.0 +0ms
  prisma:client  clientEngineType library +0ms
  prisma:client:libraryEngine  internalSetup +0ms
  prisma:client  checkPlatformCaching:postinstall true +450ms
  prisma:client  checkPlatformCaching:ciName undefined +6ms
  prisma:tryLoadEnv  Environment variables loaded from C:\Users\Quantum\Desktop\Itunes\muse\.env +455ms
  prisma:client  dirname C:\Users\Quantum\Desktop\Itunes\muse\node_modules\.prisma\client +454ms
  prisma:client  relativePath ../../.. +0ms
  prisma:client  cwd C:\Users\Quantum\Desktop\Itunes\muse +0ms
  prisma:client  protocol graphql +0ms
  prisma:client  clientVersion 4.16.0 +0ms
  prisma:client  clientEngineType library +1ms
  prisma:client:libraryEngine  internalSetup +469ms
========================================
========================================
================= muse =================
========================================
=========== Made with 🎶 by ============
==== https://github.com/codetheweb =====
========================================
========================================

Running version 2.9.5 built on unknown date (commit unknown)

🔧 Need help? https://github.com/codetheweb/muse/discussions/new
🐛 Bug? https://github.com/codetheweb/muse/issues/new
✨ New feature? https://github.com/codetheweb/muse/issues/new
☕ Discussion? https://github.com/codetheweb/muse/discussions/new
💰 Help me? https://www.paypal.me/codetheweb https://github.com/sponsors/codetheweb


- Applying database migrations...  prisma:client:engines:resolveEnginePath  enginePath C:\Users\Quantum\Desktop\Itunes\muse\node_modules\.prisma\client\query_engine-windows.dll.node +0ms
  prisma:client:engines:resolveEnginePath  enginePath C:\Users\Quantum\Desktop\Itunes\muse\node_modules\.prisma\client\query_engine-windows.dll.node +11ms
(node:9624) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
  prisma:client:libraryEngine  library starting +64ms
  prisma:client:libraryEngine  library started +5ms
  prisma:client  prisma.$queryRaw(SELECT COUNT(id) FROM _prisma_migrations, []) +0ms
  prisma:client  Prisma Client call: +92ms
  prisma:client  prisma.$queryRaw({
  query: 'SELECT COUNT(id) FROM _prisma_migrations',
  parameters: {
    values: '[]',
    __prismaRawParameters__: true
  }
}) +1ms
  prisma:client  Generated request: +0ms
  prisma:client  mutation {
  queryRaw(
    query: "SELECT COUNT(id) FROM _prisma_migrations"
    parameters: "[]"
  )
}
 +1ms
  prisma:client:libraryEngine  sending request, this.libraryStarted: true +10ms
√ Database migrations applied.
  prisma:client:libraryEngine  library starting +501ms
  prisma:client:libraryEngine  library started +0ms
  prisma:client  Prisma Client call: +505ms
  prisma:client  prisma.fileCache.findMany({
  where: undefined,
  orderBy: {
    createdAt: 'asc'
  },
  take: 50
}) +0ms
  prisma:client  Generated request: +1ms
  prisma:client  query {
  findManyFileCache(
    orderBy: [
      {
        createdAt: asc
      }
    ]
    take: 50
  ) {
    hash
    bytes
    accessedAt
    createdAt
    updatedAt
  }
}
 +1ms
  prisma:client:libraryEngine  sending request, this.libraryStarted: true +6ms
  muse Evicting oldest files... +0ms
  prisma:client  Prisma Client call: +2ms
  prisma:client  prisma.fileCache.aggregate({
  select: {
    _sum: {
      select: {
        bytes: true
      }
    }
  }
}) +1ms
  prisma:client  Generated request: +0ms
  prisma:client  query {
  aggregateFileCache {
    _sum {
      bytes
    }
  }
}
 +1ms
  prisma:client:libraryEngine  sending request, this.libraryStarted: true +4ms
  superagent POST https://accounts.spotify.com/api/token +0ms
  superagent POST https://accounts.spotify.com/api/token +3ms
- 📡 connecting to Discord...  muse Provided token: (**_i hid the token not sure if that's important or not, looks important to hide_**).*************************** +22ms
  muse Preparing to connect to the gateway... +0ms
  muse No files needed to be evicted. Total size of the cache is currently 0 bytes, and the cache limit is 2000000000 bytes. +8ms
\ 📡 connecting to Discord...  superagent POST https://accounts.spotify.com/api/token -> 200 +265ms
  superagent POST https://accounts.spotify.com/api/token -> 200 +15ms
| 📡 connecting to Discord...  muse [WS => Manager] Fetched Gateway Information
  muse     URL: wss://gateway.discord.gg
  muse     Recommended Shards: 1 +413ms
  muse [WS => Manager] Session Limit Information
  muse     Total: 1000
  muse     Remaining: 986 +0ms
  muse [WS => Shard 0] Connecting to wss://gateway.discord.gg?v=10&encoding=json +2ms
  muse [WS => Shard 0] Waiting for event hello for 60000ms +2ms
\ 📡 connecting to Discord...  muse [WS => Shard 0] Preparing first heartbeat of the connection with a jitter of 0.5267387985994811; waiting 21727ms +342ms
  muse [WS => Shard 0] Waiting for identify throttle +1ms
  muse [WS => Shard 0] Identifying
  muse  shard id: 0
  muse  shard count: 1
  muse  intents: 1153
  muse  compression: none +0ms
  muse [WS => Shard 0] Waiting for event ready for 15000ms +1ms
/ 📡 connecting to Discord...  muse [WS => Shard 0] Shard received all its guilds. Marking as fully ready. +328ms
  muse --------------------------------------------------
  muse Core Dependencies
  muse - @discordjs/voice: 0.17.0
  muse - prism-media: 1.3.5
  muse
  muse Opus Libraries
  muse - @discordjs/opus: 0.8.0
  muse - opusscript: not found
  muse
  muse Encryption Libraries
  muse - sodium-native: not found
  muse - sodium: not found
  muse - libsodium-wrappers: 0.7.10
  muse - tweetnacl: not found
  muse
  muse FFmpeg
  muse - version: 2024-10-31-git-87068b9600-full_build-www.gyan.dev
  muse - libopus: yes
  muse -------------------------------------------------- +37ms
√ Ready! Invite the bot with https://discordapp.com/oauth2/authorize?client_id=959992953667977296&scope=bot%20applications.commands&permissions=36700160
  prisma:client  Prisma Client call: +18s
  prisma:client  prisma.keyValueCache.findUnique({
  where: {
    key: 'autocomplete:b'
  }
}) +1ms
  prisma:client  Generated request: +0ms
  prisma:client  query {
  findUniqueKeyValueCache(where: {
    key: "autocomplete:b"
  }) {
    key
    value
    expiresAt
    createdAt
    updatedAt
  }
}
 +0ms
  prisma:client:libraryEngine  sending request, this.libraryStarted: true +18s
  muse Cache hit: autocomplete:b +17s
  prisma:client  Prisma Client call: +838ms
  prisma:client  prisma.keyValueCache.findUnique({
  where: {
    key: 'autocomplete:bad'
  }
}) +0ms
  prisma:client  Generated request: +1ms
  prisma:client  query {
  findUniqueKeyValueCache(where: {
    key: "autocomplete:bad"
  }) {
    key
    value
    expiresAt
    createdAt
    updatedAt
  }
}
 +2ms
  prisma:client:libraryEngine  sending request, this.libraryStarted: true +840ms
  muse Cache miss: autocomplete:bad +840ms
  superagent GET https://api.spotify.com/v1/search/?type=track%2Calbum&q=bad&limit=5 +19s
  prisma:client  Prisma Client call: +16ms
  prisma:client  prisma.keyValueCache.findUnique({
  where: {
    key: 'autocomplete:bad'
  }
}) +0ms
  prisma:client  Generated request: +1ms
  prisma:client  query {
  findUniqueKeyValueCache(where: {
    key: "autocomplete:bad"
  }) {
    key
    value
    expiresAt
    createdAt
    updatedAt
  }
}
 +0ms
  prisma:client:libraryEngine  sending request, this.libraryStarted: true +18ms
  muse Cache miss: autocomplete:bad +17ms
  superagent GET https://api.spotify.com/v1/search/?type=track%2Calbum&q=bad&limit=5 +15ms
  superagent GET https://api.spotify.com/v1/search/?type=track%2Calbum&q=bad&limit=5 -> 200 +415ms
  prisma:client  Prisma Client call: +421ms
  prisma:client  prisma.keyValueCache.upsert({
  where: {
    key: 'autocomplete:bad'
  },
  update: {
    value: '[{"name":"YouTube: bad parenting","value":"bad parenting"},{"name":"YouTube: bad blood","value":"bad blood"},{"name":"YouTube: bad friends","value":"bad friends"},{"name":"YouTube: bado badi","value":"bado badi"},{"name":"YouTube: badal pe paon hai","value":"badal pe paon hai"},{"name":"Spotify: 💿 Un Verano Sin Ti - Bad Bunny","value":"spotify:album:3RQQmkQEvNCY4prGKE6oc5"},{"name":"Spotify: 💿 Bad Dream - Paul Simon","value":"spotify:album:3puu1SblA8eit2stycJHG0"},{"name":"Spotify: 🎵 Bad Romance - Lady Gaga","value":"spotify:track:0SiywuOBRcynK0uKGWdCnn"},{"name":"Spotify: 🎵 Bad Habit - Steve Lacy","value":"spotify:track:4k6Uh1HXdhtusDW5y8Gbvy"},{"name":"Spotify: 🎵 Bad Moon Rising - Creedence Clearwater Revival","value":"spotify:track:20OFwXhEXf12DzwXmaV7fj"}]',
    expiresAt: new Date('2024-11-02T12:09:34.624Z')
  },
  create: {
    key: 'autocomplete:bad',
    value: '[{"name":"YouTube: bad parenting","value":"bad parenting"},{"name":"YouTube: bad blood","value":"bad blood"},{"name":"YouTube: bad friends","value":"bad friends"},{"name":"YouTube: bado badi","value":"bado badi"},{"name":"YouTube: badal pe paon hai","value":"badal pe paon hai"},{"name":"Spotify: 💿 Un Verano Sin Ti - Bad Bunny","value":"spotify:album:3RQQmkQEvNCY4prGKE6oc5"},{"name":"Spotify: 💿 Bad Dream - Paul Simon","value":"spotify:album:3puu1SblA8eit2stycJHG0"},{"name":"Spotify: 🎵 Bad Romance - Lady Gaga","value":"spotify:track:0SiywuOBRcynK0uKGWdCnn"},{"name":"Spotify: 🎵 Bad Habit - Steve Lacy","value":"spotify:track:4k6Uh1HXdhtusDW5y8Gbvy"},{"name":"Spotify: 🎵 Bad Moon Rising - Creedence Clearwater Revival","value":"spotify:track:20OFwXhEXf12DzwXmaV7fj"}]',
    expiresAt: new Date('2024-11-02T12:09:34.624Z')
  }
}) +0ms
  prisma:client  Generated request: +1ms
  prisma:client  mutation {
  upsertOneKeyValueCache(
    where: {
      key: "autocomplete:bad"
    }
    update: {
      value: "[{\"name\":\"YouTube: bad parenting\",\"value\":\"bad parenting\"},{\"name\":\"YouTube: bad blood\",\"value\":\"bad blood\"},{\"name\":\"YouTube: bad friends\",\"value\":\"bad friends\"},{\"name\":\"YouTube: bado badi\",\"value\":\"bado badi\"},{\"name\":\"YouTube: badal pe paon hai\",\"value\":\"badal pe paon hai\"},{\"name\":\"Spotify: 💿 Un Verano Sin Ti - Bad Bunny\",\"value\":\"spotify:album:3RQQmkQEvNCY4prGKE6oc5\"},{\"name\":\"Spotify: 💿 Bad Dream - Paul Simon\",\"value\":\"spotify:album:3puu1SblA8eit2stycJHG0\"},{\"name\":\"Spotify: 🎵 Bad Romance - Lady Gaga\",\"value\":\"spotify:track:0SiywuOBRcynK0uKGWdCnn\"},{\"name\":\"Spotify: 🎵 Bad Habit - Steve Lacy\",\"value\":\"spotify:track:4k6Uh1HXdhtusDW5y8Gbvy\"},{\"name\":\"Spotify: 🎵 Bad Moon Rising - Creedence Clearwater Revival\",\"value\":\"spotify:track:20OFwXhEXf12DzwXmaV7fj\"}]"
      expiresAt: "2024-11-02T12:09:34.624Z"
    }
    create: {
      key: "autocomplete:bad"
      value: "[{\"name\":\"YouTube: bad parenting\",\"value\":\"bad parenting\"},{\"name\":\"YouTube: bad blood\",\"value\":\"bad blood\"},{\"name\":\"YouTube: bad friends\",\"value\":\"bad friends\"},{\"name\":\"YouTube: bado badi\",\"value\":\"bado badi\"},{\"name\":\"YouTube: badal pe paon hai\",\"value\":\"badal pe paon hai\"},{\"name\":\"Spotify: 💿 Un Verano Sin Ti - Bad Bunny\",\"value\":\"spotify:album:3RQQmkQEvNCY4prGKE6oc5\"},{\"name\":\"Spotify: 💿 Bad Dream - Paul Simon\",\"value\":\"spotify:album:3puu1SblA8eit2stycJHG0\"},{\"name\":\"Spotify: 🎵 Bad Romance - Lady Gaga\",\"value\":\"spotify:track:0SiywuOBRcynK0uKGWdCnn\"},{\"name\":\"Spotify: 🎵 Bad Habit - Steve Lacy\",\"value\":\"spotify:track:4k6Uh1HXdhtusDW5y8Gbvy\"},{\"name\":\"Spotify: 🎵 Bad Moon Rising - Creedence Clearwater Revival\",\"value\":\"spotify:track:20OFwXhEXf12DzwXmaV7fj\"}]"
      expiresAt: "2024-11-02T12:09:34.624Z"
    }
  ) {
    key
    value
    expiresAt
    createdAt
    updatedAt
  }
}
 +0ms
  prisma:client:libraryEngine  sending request, this.libraryStarted: true +422ms
  superagent GET https://api.spotify.com/v1/search/?type=track%2Calbum&q=bad&limit=5 -> 200 +49ms
  prisma:client  Prisma Client call: +46ms
  prisma:client  prisma.keyValueCache.upsert({
  where: {
    key: 'autocomplete:bad'
  },
  update: {
    value: '[{"name":"YouTube: bad parenting","value":"bad parenting"},{"name":"YouTube: bad blood","value":"bad blood"},{"name":"YouTube: bad friends","value":"bad friends"},{"name":"YouTube: bado badi","value":"bado badi"},{"name":"YouTube: badal pe paon hai","value":"badal pe paon hai"},{"name":"Spotify: 💿 Un Verano Sin Ti - Bad Bunny","value":"spotify:album:3RQQmkQEvNCY4prGKE6oc5"},{"name":"Spotify: 💿 Bad Dream - Paul Simon","value":"spotify:album:3puu1SblA8eit2stycJHG0"},{"name":"Spotify: 🎵 Bad Romance - Lady Gaga","value":"spotify:track:0SiywuOBRcynK0uKGWdCnn"},{"name":"Spotify: 🎵 Bad Habit - Steve Lacy","value":"spotify:track:4k6Uh1HXdhtusDW5y8Gbvy"},{"name":"Spotify: 🎵 Bad Moon Rising - Creedence Clearwater Revival","value":"spotify:track:20OFwXhEXf12DzwXmaV7fj"}]',
    expiresAt: new Date('2024-11-02T12:09:34.672Z')
  },
  create: {
    key: 'autocomplete:bad',
    value: '[{"name":"YouTube: bad parenting","value":"bad parenting"},{"name":"YouTube: bad blood","value":"bad blood"},{"name":"YouTube: bad friends","value":"bad friends"},{"name":"YouTube: bado badi","value":"bado badi"},{"name":"YouTube: badal pe paon hai","value":"badal pe paon hai"},{"name":"Spotify: 💿 Un Verano Sin Ti - Bad Bunny","value":"spotify:album:3RQQmkQEvNCY4prGKE6oc5"},{"name":"Spotify: 💿 Bad Dream - Paul Simon","value":"spotify:album:3puu1SblA8eit2stycJHG0"},{"name":"Spotify: 🎵 Bad Romance - Lady Gaga","value":"spotify:track:0SiywuOBRcynK0uKGWdCnn"},{"name":"Spotify: 🎵 Bad Habit - Steve Lacy","value":"spotify:track:4k6Uh1HXdhtusDW5y8Gbvy"},{"name":"Spotify: 🎵 Bad Moon Rising - Creedence Clearwater Revival","value":"spotify:track:20OFwXhEXf12DzwXmaV7fj"}]',
    expiresAt: new Date('2024-11-02T12:09:34.672Z')
  }
}) +0ms
  prisma:client  Generated request: +1ms
  prisma:client  mutation {
  upsertOneKeyValueCache(
    where: {
      key: "autocomplete:bad"
    }
    update: {
      value: "[{\"name\":\"YouTube: bad parenting\",\"value\":\"bad parenting\"},{\"name\":\"YouTube: bad blood\",\"value\":\"bad blood\"},{\"name\":\"YouTube: bad friends\",\"value\":\"bad friends\"},{\"name\":\"YouTube: bado badi\",\"value\":\"bado badi\"},{\"name\":\"YouTube: badal pe paon hai\",\"value\":\"badal pe paon hai\"},{\"name\":\"Spotify: 💿 Un Verano Sin Ti - Bad Bunny\",\"value\":\"spotify:album:3RQQmkQEvNCY4prGKE6oc5\"},{\"name\":\"Spotify: 💿 Bad Dream - Paul Simon\",\"value\":\"spotify:album:3puu1SblA8eit2stycJHG0\"},{\"name\":\"Spotify: 🎵 Bad Romance - Lady Gaga\",\"value\":\"spotify:track:0SiywuOBRcynK0uKGWdCnn\"},{\"name\":\"Spotify: 🎵 Bad Habit - Steve Lacy\",\"value\":\"spotify:track:4k6Uh1HXdhtusDW5y8Gbvy\"},{\"name\":\"Spotify: 🎵 Bad Moon Rising - Creedence Clearwater Revival\",\"value\":\"spotify:track:20OFwXhEXf12DzwXmaV7fj\"}]"
      expiresAt: "2024-11-02T12:09:34.672Z"
    }
    create: {
      key: "autocomplete:bad"
      value: "[{\"name\":\"YouTube: bad parenting\",\"value\":\"bad parenting\"},{\"name\":\"YouTube: bad blood\",\"value\":\"bad blood\"},{\"name\":\"YouTube: bad friends\",\"value\":\"bad friends\"},{\"name\":\"YouTube: bado badi\",\"value\":\"bado badi\"},{\"name\":\"YouTube: badal pe paon hai\",\"value\":\"badal pe paon hai\"},{\"name\":\"Spotify: 💿 Un Verano Sin Ti - Bad Bunny\",\"value\":\"spotify:album:3RQQmkQEvNCY4prGKE6oc5\"},{\"name\":\"Spotify: 💿 Bad Dream - Paul Simon\",\"value\":\"spotify:album:3puu1SblA8eit2stycJHG0\"},{\"name\":\"Spotify: 🎵 Bad Romance - Lady Gaga\",\"value\":\"spotify:track:0SiywuOBRcynK0uKGWdCnn\"},{\"name\":\"Spotify: 🎵 Bad Habit - Steve Lacy\",\"value\":\"spotify:track:4k6Uh1HXdhtusDW5y8Gbvy\"},{\"name\":\"Spotify: 🎵 Bad Moon Rising - Creedence Clearwater Revival\",\"value\":\"spotify:track:20OFwXhEXf12DzwXmaV7fj\"}]"
      expiresAt: "2024-11-02T12:09:34.672Z"
    }
  ) {
    key
    value
    expiresAt
    createdAt
    updatedAt
  }
}
 +1ms
  prisma:client:libraryEngine  sending request, this.libraryStarted: true +47ms
  prisma:client  Prisma Client call: +506ms
  prisma:client  prisma.keyValueCache.findUnique({
  where: {
    key: 'autocomplete:bad guy'
  }
}) +1ms
  prisma:client  Generated request: +1ms
  prisma:client  query {
  findUniqueKeyValueCache(where: {
    key: "autocomplete:bad guy"
  }) {
    key
    value
    expiresAt
    createdAt
    updatedAt
  }
}
 +2ms
  prisma:client:libraryEngine  sending request, this.libraryStarted: true +510ms
  muse Cache hit: autocomplete:bad guy +980ms
  muse [WS => Shard 0] First heartbeat sent, starting to beat every 41250ms +2s
  muse [WS => Shard 0] Heartbeat acknowledged, latency of 245ms. +245ms
  prisma:client  Prisma Client call: +7s
  prisma:client  prisma.setting.findUnique({
  where: {
    guildId: '909023646603943976'
  }
}) +1ms
  prisma:client  Generated request: +1ms
  prisma:client  query {
  findUniqueSetting(where: {
    guildId: "909023646603943976"
  }) {
    guildId
    playlistLimit
    secondsToWaitAfterQueueEmpties
    leaveIfNoListeners
    queueAddResponseEphemeral
    autoAnnounceNextSong
    defaultVolume
    defaultQueuePageSize
    createdAt
    updatedAt
  }
}
 +0ms
  prisma:client:libraryEngine  sending request, this.libraryStarted: true +7s
  prisma:client  Prisma Client call: +477ms
  prisma:client  prisma.keyValueCache.findUnique({
  where: {
    key: '["bad guy",{"limit":10}]'
  }
}) +1ms
  prisma:client  Generated request: +1ms
  prisma:client  query {
  findUniqueKeyValueCache(where: {
    key: "[\"bad guy\",{\"limit\":10}]"
  }) {
    key
    value
    expiresAt
    createdAt
    updatedAt
  }
}
 +0ms
  prisma:client:libraryEngine  sending request, this.libraryStarted: true +479ms
  muse Cache hit: ["bad guy",{"limit":10}] +5s
  prisma:client  Prisma Client call: +3ms
  prisma:client  prisma.keyValueCache.findUnique({
  where: {
    key: '[{"searchParams":{"part":"id, snippet, contentDetails","id":"DyDfgMOUjCI"}}]'
  }
}) +0ms
  prisma:client  Generated request: +0ms
  prisma:client  query {
  findUniqueKeyValueCache(where: {
    key: "[{\"searchParams\":{\"part\":\"id, snippet, contentDetails\",\"id\":\"DyDfgMOUjCI\"}}]"
  }) {
    key
    value
    expiresAt
    createdAt
    updatedAt
  }
}
 +1ms
  prisma:client:libraryEngine  sending request, this.libraryStarted: true +3ms
  muse Cache hit: [{"searchParams":{"part":"id, snippet, contentDetails","id":"DyDfgMOUjCI"}}] +3ms
  prisma:client  Prisma Client call: +2ms
  prisma:client  prisma.setting.findUnique({
  where: {
    guildId: '909023646603943976'
  }
}) +0ms
  prisma:client  Generated request: +0ms
  prisma:client  query {
  findUniqueSetting(where: {
    guildId: "909023646603943976"
  }) {
    guildId
    playlistLimit
    secondsToWaitAfterQueueEmpties
    leaveIfNoListeners
    queueAddResponseEphemeral
    autoAnnounceNextSong
    defaultVolume
    defaultQueuePageSize
    createdAt
    updatedAt
  }
}
 +1ms
  prisma:client:libraryEngine  sending request, this.libraryStarted: true +3ms
  prisma:client  Prisma Client call: +2ms
  prisma:client  prisma.fileCache.findUnique({
  where: {
    hash: 'bd5e28505767a4066e1be6e22f1a2f0a0a3c5ed6227cff7f97a4f989c6766fa65d8bfd5627e3f7da35d9808bf8ff35a1d999655c268c9ceb5d899ed7ad67559b'
  }
}) +0ms
  prisma:client  Generated request: +1ms
  prisma:client  query {
  findUniqueFileCache(where: {
    hash: "bd5e28505767a4066e1be6e22f1a2f0a0a3c5ed6227cff7f97a4f989c6766fa65d8bfd5627e3f7da35d9808bf8ff35a1d999655c268c9ceb5d899ed7ad67559b"
  }) {
    hash
    bytes
    accessedAt
    createdAt
    updatedAt
  }
}
 +1ms
  prisma:client:libraryEngine  sending request, this.libraryStarted: true +4ms
  muse [VOICE] received voice state update: {"member":{"user":{"username":"iTunes","public_flags":0,"id":"959992953667977296","global_name":null,"display_name":null,"discriminator":"8943","clan":null,"bot":true,"avatar_decoration_data":null,"avatar":"758f66eb0465d752ce7ec7e9c398b89c"},"roles":["909260945753243668","1004314768083005493"],"premium_since":null,"pending":false,"nick":null,"mute":false,"joined_at":"2022-08-03T09:08:20.017000+00:00","flags":0,"deaf":false,"communication_disabled_until":null,"banner":null,"avatar":null},"user_id":"959992953667977296","suppress":false,"session_id":"bacef46286fa4c54ff48708f376792e4","self_video":false,"self_mute":false,"self_deaf":true,"request_to_speak_timestamp":null,"mute":false,"guild_id":"909023646603943976","deaf":false,"channel_id":"1302157239737516052"} +244ms
  prisma:client  Prisma Client call: +239ms
  prisma:client  prisma.setting.findUnique({
  where: {
    guildId: '909023646603943976'
  }
}) +1ms
  prisma:client  Generated request: +0ms
  prisma:client  query {
  findUniqueSetting(where: {
    guildId: "909023646603943976"
  }) {
    guildId
    playlistLimit
    secondsToWaitAfterQueueEmpties
    leaveIfNoListeners
    queueAddResponseEphemeral
    autoAnnounceNextSong
    defaultVolume
    defaultQueuePageSize
    createdAt
    updatedAt
  }
}
 +1ms
  prisma:client:libraryEngine  sending request, this.libraryStarted: true +241ms
  muse [VOICE] received voice server: {"t":"VOICE_SERVER_UPDATE","s":11,"op":0,"d":{"token":"f9f0addbc0cda989","guild_id":"909023646603943976","endpoint":"sydney11073.discord.media:443"}} +810ms
  muse Using format {
  mimeType: 'audio/webm; codecs="opus"',
  qualityLabel: null,
  bitrate: 170623,
  audioBitrate: 160,
  itag: 251,
  url: 'https://rr2---sn-ntq7yner.googlevideo.com/videoplayback?expire=1730567384&ei=eAgmZ4-5Lq2r9fwPva7OoAs&ip=206.83.113.19&id=o-ACcIPzZFrDd0WUWc2LOenMJnAqjakY6i-6E-g4bRyFzO&itag=251&source=youtube&requiressl=yes&xpc=EgVo2aDSNQ%3D%3D&met=1730545784%2C&mh=M2&mm=31%2C26&mn=sn-ntq7yner%2Csn-npoeene6&ms=au%2Conr&mv=m&mvi=2&pl=21&rms=au%2Cau&gcr=au&initcwndbps=1413750&vprv=1&svpuc=1&mime=audio%2Fwebm&rqh=1&gir=yes&clen=3717552&dur=205.941&lmt=1632888712532806&mt=1730545263&fvip=1&keepalive=yes&fexp=51312688%2C51326932&c=IOS&txp=5532434&sparams=expire%2Cei%2Cip%2Cid%2Citag%2Csource%2Crequiressl%2Cxpc%2Cgcr%2Cvprv%2Csvpuc%2Cmime%2Crqh%2Cgir%2Cclen%2Cdur%2Clmt&sig=AJfQdSswRgIhAIBVqj8mpkDNACQD0uudKFxjKrZagTAEUjLor-YMGMXUAiEArrxvYuEYZJ2GRENdaYfFVT7aATmrI-PcLnj7GOXbtbE%3D&lsparams=met%2Cmh%2Cmm%2Cmn%2Cms%2Cmv%2Cmvi%2Cpl%2Crms%2Cinitcwndbps&lsig=ACJ0pHgwRAIge1VPuApJwixwn80IDs8zzY7F5J98ugpiUwFTV5zEvaUCIGgHrGLcV_bjt0o2BVwn22XRo_dIReEvgwYMBHnMM5MG',
  initRange: { start: '0', end: '265' },
  indexRange: { start: '266', end: '619' },
  lastModified: '1632888712532806',
  contentLength: '3717552',
  quality: 'tiny',
  projectionType: 'RECTANGULAR',
  averageBitrate: 144412,
  audioQuality: 'AUDIO_QUALITY_MEDIUM',
  approxDurationMs: '205941',
  audioSampleRate: '48000',
  audioChannels: 2,
  loudnessDb: 0.10999966,
  hasVideo: false,
  hasAudio: true,
  container: 'webm',
  codecs: 'opus',
  videoCodec: null,
  audioCodec: 'opus',
  isLive: false,
  isHLS: false,
  isDashMPD: false
} +2s
  muse Caching video +2ms
  muse [VOICE] received voice state update: {"member":{"user":{"username":"iTunes","public_flags":0,"id":"959992953667977296","global_name":null,"display_name":null,"discriminator":"8943","clan":null,"bot":true,"avatar_decoration_data":null,"avatar":"758f66eb0465d752ce7ec7e9c398b89c"},"roles":["909260945753243668","1004314768083005493"],"premium_since":null,"pending":false,"nick":null,"mute":false,"joined_at":"2022-08-03T09:08:20.017000+00:00","flags":0,"deaf":false,"communication_disabled_until":null,"banner":null,"avatar":null},"user_id":"959992953667977296","suppress":false,"session_id":"bacef46286fa4c54ff48708f376792e4","self_video":false,"self_mute":false,"self_deaf":true,"request_to_speak_timestamp":null,"mute":false,"guild_id":"909023646603943976","deaf":false,"channel_id":null} +28s
  muse [WS => Shard 0] Heartbeat acknowledged, latency of 236ms. +5s
  prisma:client  Prisma Client call: +50s
  prisma:client  prisma.keyValueCache.findUnique({
  where: {
    key: 'autocomplete:b'
  }
}) +0ms
  prisma:client  Generated request: +1ms
  prisma:client  query {
  findUniqueKeyValueCache(where: {
    key: "autocomplete:b"
  }) {
    key
    value
    expiresAt
    createdAt
    updatedAt
  }
}
 +2ms
  prisma:client:libraryEngine  sending request, this.libraryStarted: true +50s
  muse Cache hit: autocomplete:b +15s
  prisma:client  Prisma Client call: +839ms
  prisma:client  prisma.keyValueCache.findUnique({
  where: {
    key: 'autocomplete:bad'
  }
}) +0ms
  prisma:client  Generated request: +2ms
  prisma:client  query {
  findUniqueKeyValueCache(where: {
    key: "autocomplete:bad"
  }) {
    key
    value
    expiresAt
    createdAt
    updatedAt
  }
}
 +1ms
  prisma:client:libraryEngine  sending request, this.libraryStarted: true +842ms
  muse Cache hit: autocomplete:bad +842ms
  prisma:client  Prisma Client call: +928ms
  prisma:client  prisma.keyValueCache.findUnique({
  where: {
    key: 'autocomplete:bad'
  }
}) +1ms
  prisma:client  Generated request: +1ms
  prisma:client  query {
  findUniqueKeyValueCache(where: {
    key: "autocomplete:bad"
  }) {
    key
    value
    expiresAt
    createdAt
    updatedAt
  }
}
 +0ms
  prisma:client:libraryEngine  sending request, this.libraryStarted: true +930ms
  muse Cache hit: autocomplete:bad +930ms
  prisma:client  Prisma Client call: +902ms
  prisma:client  prisma.keyValueCache.findUnique({
  where: {
    key: 'autocomplete:bad guy'
  }
}) +0ms
  prisma:client  Generated request: +3ms
  prisma:client  query {
  findUniqueKeyValueCache(where: {
    key: "autocomplete:bad guy"
  }) {
    key
    value
    expiresAt
    createdAt
    updatedAt
  }
}
 +0ms
  prisma:client:libraryEngine  sending request, this.libraryStarted: true +905ms
  muse Cache hit: autocomplete:bad guy +905ms
  prisma:client  Prisma Client call: +3s
  prisma:client  prisma.setting.findUnique({
  where: {
    guildId: '909023646603943976'
  }
}) +0ms
  prisma:client  Generated request: +1ms
  prisma:client  query {
  findUniqueSetting(where: {
    guildId: "909023646603943976"
  }) {
    guildId
    playlistLimit
    secondsToWaitAfterQueueEmpties
    leaveIfNoListeners
    queueAddResponseEphemeral
    autoAnnounceNextSong
    defaultVolume
    defaultQueuePageSize
    createdAt
    updatedAt
  }
}
 +1ms
  prisma:client:libraryEngine  sending request, this.libraryStarted: true +3s
  superagent GET https://api.spotify.com/v1/tracks/2Fxmhks0bxGSBdJ92vM42m +1m
  superagent GET https://api.spotify.com/v1/tracks/2Fxmhks0bxGSBdJ92vM42m -> 200 +277ms
  prisma:client  Prisma Client call: +656ms
  prisma:client  prisma.keyValueCache.findUnique({
  where: {
    key: '["\"bad guy\" \"Billie Eilish\"",{"limit":10}]'
  }
}) +0ms
  prisma:client  Generated request: +1ms
  prisma:client  query {
  findUniqueKeyValueCache(where: {
    key: "[\"\\\"bad guy\\\" \\\"Billie Eilish\\\"\",{\"limit\":10}]"
  }) {
    key
    value
    expiresAt
    createdAt
    updatedAt
  }
}
 +0ms
  prisma:client:libraryEngine  sending request, this.libraryStarted: true +658ms
  muse Cache hit: ["\"bad guy\" \"Billie Eilish\"",{"limit":10}] +3s
  prisma:client  Prisma Client call: +2ms
  prisma:client  prisma.keyValueCache.findUnique({
  where: {
    key: '[{"searchParams":{"part":"id, snippet, contentDetails","id":"DyDfgMOUjCI"}}]'
  }
}) +0ms
  prisma:client  Generated request: +1ms
  prisma:client  query {
  findUniqueKeyValueCache(where: {
    key: "[{\"searchParams\":{\"part\":\"id, snippet, contentDetails\",\"id\":\"DyDfgMOUjCI\"}}]"
  }) {
    key
    value
    expiresAt
    createdAt
    updatedAt
  }
}
 +0ms
  prisma:client:libraryEngine  sending request, this.libraryStarted: true +3ms
  muse Cache hit: [{"searchParams":{"part":"id, snippet, contentDetails","id":"DyDfgMOUjCI"}}] +3ms
  prisma:client  Prisma Client call: +3ms
  prisma:client  prisma.setting.findUnique({
  where: {
    guildId: '909023646603943976'
  }
}) +0ms
  prisma:client  Generated request: +0ms
  prisma:client  query {
  findUniqueSetting(where: {
    guildId: "909023646603943976"
  }) {
    guildId
    playlistLimit
    secondsToWaitAfterQueueEmpties
    leaveIfNoListeners
    queueAddResponseEphemeral
    autoAnnounceNextSong
    defaultVolume
    defaultQueuePageSize
    createdAt
    updatedAt
  }
}
 +1ms
  prisma:client:libraryEngine  sending request, this.libraryStarted: true +3ms
  prisma:client  Prisma Client call: +2ms
  prisma:client  prisma.fileCache.findUnique({
  where: {
    hash: 'bd5e28505767a4066e1be6e22f1a2f0a0a3c5ed6227cff7f97a4f989c6766fa65d8bfd5627e3f7da35d9808bf8ff35a1d999655c268c9ceb5d899ed7ad67559b'
  }
}) +0ms
  prisma:client  Generated request: +0ms
  prisma:client  query {
  findUniqueFileCache(where: {
    hash: "bd5e28505767a4066e1be6e22f1a2f0a0a3c5ed6227cff7f97a4f989c6766fa65d8bfd5627e3f7da35d9808bf8ff35a1d999655c268c9ceb5d899ed7ad67559b"
  }) {
    hash
    bytes
    accessedAt
    createdAt
    updatedAt
  }
}
 +1ms
  prisma:client:libraryEngine  sending request, this.libraryStarted: true +3ms
  muse [VOICE] received voice state update: {"member":{"user":{"username":"iTunes","public_flags":0,"id":"959992953667977296","global_name":null,"display_name":null,"discriminator":"8943","clan":null,"bot":true,"avatar_decoration_data":null,"avatar":"758f66eb0465d752ce7ec7e9c398b89c"},"roles":["909260945753243668","1004314768083005493"],"premium_since":null,"pending":false,"nick":null,"mute":false,"joined_at":"2022-08-03T09:08:20.017000+00:00","flags":0,"deaf":false,"communication_disabled_until":null,"banner":null,"avatar":null},"user_id":"959992953667977296","suppress":false,"session_id":"bacef46286fa4c54ff48708f376792e4","self_video":false,"self_mute":false,"self_deaf":true,"request_to_speak_timestamp":null,"mute":false,"guild_id":"909023646603943976","deaf":false,"channel_id":"1302157239737516052"} +259ms
  prisma:client  Prisma Client call: +255ms
  prisma:client  prisma.setting.findUnique({
  where: {
    guildId: '909023646603943976'
  }
}) +2ms
  prisma:client  Generated request: +0ms
  prisma:client  query {
  findUniqueSetting(where: {
    guildId: "909023646603943976"
  }) {
    guildId
    playlistLimit
    secondsToWaitAfterQueueEmpties
    leaveIfNoListeners
    queueAddResponseEphemeral
    autoAnnounceNextSong
    defaultVolume
    defaultQueuePageSize
    createdAt
    updatedAt
  }
}
 +1ms
  prisma:client:libraryEngine  sending request, this.libraryStarted: true +258ms
  muse [VOICE] received voice server: {"t":"VOICE_SERVER_UPDATE","s":21,"op":0,"d":{"token":"84d7359a7522cde0","guild_id":"909023646603943976","endpoint":"sydney11073.discord.media:443"}} +204ms
  muse Using format {
  mimeType: 'audio/webm; codecs="opus"',
  qualityLabel: null,
  bitrate: 170623,
  audioBitrate: 160,
  itag: 251,
  url: 'https://rr2---sn-ntq7yner.googlevideo.com/videoplayback?expire=1730567441&ei=sQgmZ9vhIrPl9fwP9srNeQ&ip=206.83.113.19&id=o-AFtLGs_pxrEXSv9Yp63T2wRPHdBZtyTE0gDo5AGYXrb9&itag=251&source=youtube&requiressl=yes&xpc=EgVo2aDSNQ%3D%3D&met=1730545841%2C&mh=M2&mm=31%2C26&mn=sn-ntq7yner%2Csn-npoeene6&ms=au%2Conr&mv=m&mvi=2&pl=21&rms=au%2Cau&gcr=au&initcwndbps=1447500&vprv=1&svpuc=1&mime=audio%2Fwebm&rqh=1&gir=yes&clen=3717552&dur=205.941&lmt=1632888712532806&mt=1730545503&fvip=1&keepalive=yes&fexp=51312688%2C51326932&c=IOS&txp=5532434&sparams=expire%2Cei%2Cip%2Cid%2Citag%2Csource%2Crequiressl%2Cxpc%2Cgcr%2Cvprv%2Csvpuc%2Cmime%2Crqh%2Cgir%2Cclen%2Cdur%2Clmt&sig=AJfQdSswRQIgFSCCoCpcVjCsP9Eba6CsiOxHaYsvdQ3JYgdwsG3bUKACIQD7mu3jv2pMhVXmCo4hxfj5ph0XMZm76clt9MJ2YDOD9A%3D%3D&lsparams=met%2Cmh%2Cmm%2Cmn%2Cms%2Cmv%2Cmvi%2Cpl%2Crms%2Cinitcwndbps&lsig=ACJ0pHgwRQIhALGBnWMvh_CkgCNAHP0Gfb9_GPfsMNbHZzQf-lMX7Ks-AiBhDysG8yfT5_jBwlf01r1QbEO_vhA6YhSm1zrVcFPVeQ%3D%3D',
  initRange: { start: '0', end: '265' },
  indexRange: { start: '266', end: '619' },
  lastModified: '1632888712532806',
  contentLength: '3717552',
  quality: 'tiny',
  projectionType: 'RECTANGULAR',
  averageBitrate: 144412,
  audioQuality: 'AUDIO_QUALITY_MEDIUM',
  approxDurationMs: '205941',
  audioSampleRate: '48000',
  audioChannels: 2,
  loudnessDb: 0.10999966,
  hasVideo: false,
  hasAudio: true,
  container: 'webm',
  codecs: 'opus',
  videoCodec: null,
  audioCodec: 'opus',
  isLive: false,
  isHLS: false,
  isDashMPD: false
} +3s
  muse Not caching video +1ms
  muse Error: Output format webm is not available
  muse     at C:\Users\Quantum\Desktop\Itunes\muse\node_modules\fluent-ffmpeg\lib\capabilities.js:589:21
  muse     at nextTask (C:\Users\Quantum\Desktop\Itunes\muse\node_modules\async\dist\async.js:5787:13)
  muse     at next (C:\Users\Quantum\Desktop\Itunes\muse\node_modules\async\dist\async.js:5795:13)
  muse     at C:\Users\Quantum\Desktop\Itunes\muse\node_modules\async\dist\async.js:327:20
  muse     at proto.availableFormats.proto.getAvailableFormats (C:\Users\Quantum\Desktop\Itunes\muse\node_modules\fluent-ffmpeg\lib\capabilities.js:513:14)
  muse     at C:\Users\Quantum\Desktop\Itunes\muse\node_modules\fluent-ffmpeg\lib\capabilities.js:568:14
  muse     at nextTask (C:\Users\Quantum\Desktop\Itunes\muse\node_modules\async\dist\async.js:5787:13)
  muse     at Object.waterfall (C:\Users\Quantum\Desktop\Itunes\muse\node_modules\async\dist\async.js:5798:9)
  muse     at Object.awaitable [as waterfall] (C:\Users\Quantum\Desktop\Itunes\muse\node_modules\async\dist\async.js:211:32)
  muse     at proto._checkCapabilities (C:\Users\Quantum\Desktop\Itunes\muse\node_modules\fluent-ffmpeg\lib\capabilities.js:565:11) +4ms
  muse [WS => Shard 0] Heartbeat acknowledged, latency of 233ms. +17s

Screenshots
image

Additional context
Add any other context about the problem here.

Runtime
I'm running Muse:

  • Directly from the cloned repository
  • Inside a Docker container
  • Something else (please elaborate)

Versions

  • Muse: 2.9.5
  • Docker (if applicable):
  • OS: Windows 10
  • Node.js: v22.11.0
  • ffmpeg: 7.1
@QuantumRage100
Copy link
Author

may be a duplicate of #1069

@QuantumRage100
Copy link
Author

QuantumRage100 commented Nov 3, 2024

noticed the missing core dependencies, added thins junk to my startup file

call npm i @distube/ytdl-core@latest
call npm i @discordjs/voice
call npm i prism-media
call npm i @discordjs/opus
call npm i opusscript
call npm i sodium-native
call npm i sodium
call npm i libsodium-wrappers
call npm i tweetnacl

that seems to have fixed most of the non found packaged i don't remember needing to do this last time i set up this bot,
this has fixed everything apart for sodium which was complaining about c++ 2015 redistributables or something like that
npm config set msvs_version 2015 is not working says msvs_versoin is not a valid optoin

i reinstalled node with chocolatey this time but nothing it did has seemed to fix the problem with missing packages, and the bot is still showing the same errors/ not playing any audio

@QuantumRage100
Copy link
Author

still getting allot of errors when installing sodium, tried manually setting msvs_version to 2015 2019 and 2022 in the .npmrc file (npm config edit) and it kind of just gives me different error messages each time

2022

npm error code 1
npm error path C:\Users\Quantum\Desktop\Itunes\muse\node_modules\sodium
npm error command failed
npm error command C:\WINDOWS\system32\cmd.exe /d /s /c node install.js --preinstall
npm error MS Version: 2022
npm error C:\Users\Quantum\Desktop\Itunes\muse\node_modules\sodium\install.js:312
npm error     console.log('Invalid msvs_version ' + msvsVersion + '\n');
npm error                                           ^
npm error
npm error ReferenceError: msvsVersion is not defined
npm error     at errorInvalidMSVSVersion (C:\Users\Quantum\Desktop\Itunes\muse\node_modules\sodium\install.js:312:43)
npm error     at checkMSVSVersion (C:\Users\Quantum\Desktop\Itunes\muse\node_modules\sodium\install.js:329:9)
npm error     at Object.<anonymous> (C:\Users\Quantum\Desktop\Itunes\muse\node_modules\sodium\install.js:353:5)
npm error     at Module._compile (node:internal/modules/cjs/loader:1546:14)
npm error     at Object..js (node:internal/modules/cjs/loader:1689:10)
npm error     at Module.load (node:internal/modules/cjs/loader:1318:32)
npm error     at Function._load (node:internal/modules/cjs/loader:1128:12)
npm error     at TracingChannel.traceSync (node:diagnostics_channel:315:14)
npm error     at wrapModuleLoad (node:internal/modules/cjs/loader:218:24)
npm error     at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:170:5)
npm error
npm error Node.js v22.11.0
npm error A complete log of this run can be found in: C:\Users\Quantum\AppData\Local\npm-cache\_logs\2024-11-03T03_58_00_067Z-debug-0.log

2019

npm error code 1
npm error path C:\Users\Quantum\Desktop\Itunes\muse\node_modules\sodium
npm error command failed
npm error command C:\WINDOWS\system32\cmd.exe /d /s /c node install.js --preinstall
npm error MS Version: 2019
npm error C:\Users\Quantum\Desktop\Itunes\muse\node_modules\sodium\install.js:312
npm error     console.log('Invalid msvs_version ' + msvsVersion + '\n');
npm error                                           ^
npm error
npm error ReferenceError: msvsVersion is not defined
npm error     at errorInvalidMSVSVersion (C:\Users\Quantum\Desktop\Itunes\muse\node_modules\sodium\install.js:312:43)
npm error     at checkMSVSVersion (C:\Users\Quantum\Desktop\Itunes\muse\node_modules\sodium\install.js:329:9)
npm error     at Object.<anonymous> (C:\Users\Quantum\Desktop\Itunes\muse\node_modules\sodium\install.js:353:5)
npm error     at Module._compile (node:internal/modules/cjs/loader:1546:14)
npm error     at Object..js (node:internal/modules/cjs/loader:1689:10)
npm error     at Module.load (node:internal/modules/cjs/loader:1318:32)
npm error     at Function._load (node:internal/modules/cjs/loader:1128:12)
npm error     at TracingChannel.traceSync (node:diagnostics_channel:315:14)
npm error     at wrapModuleLoad (node:internal/modules/cjs/loader:218:24)
npm error     at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:170:5)
npm error
npm error Node.js v22.11.0
npm error A complete log of this run can be found in: C:\Users\Quantum\AppData\Local\npm-cache\_logs\2024-11-03T04_01_28_445Z-debug-0.log

2015

npm error code 1
npm error path C:\Users\Quantum\Desktop\Itunes\muse\node_modules\sodium
npm error command failed
npm error command C:\WINDOWS\system32\cmd.exe /d /s /c node install.js --install
npm error MS Version: 2015
npm error Install Mode
npm error gyp info it worked if it ends with ok
npm error gyp info using [email protected]
npm error gyp info using [email protected] | win32 | x64
npm error gyp info find Python using Python version 3.13.0 found at "C:\Users\Quantum\AppData\Local\Programs\Python\Python313\python.exe"
npm error
npm error gyp ERR! find VS
npm error gyp ERR! find VS msvs_version was set from command line or npm config
npm error gyp ERR! find VS - looking for Visual Studio version 2015
npm error gyp ERR! find VS VCINSTALLDIR not set, not running in VS Command Prompt
npm error gyp ERR! find VS could not use PowerShell to find Visual Studio 2017 or newer, try re-running with '--loglevel silly' for more details.
npm error gyp ERR! find VS
npm error gyp ERR! find VS Failure details: undefined
npm error gyp ERR! find VS checking VS2022 (17.11.35327.3) found at:
npm error gyp ERR! find VS "C:\Program Files\Microsoft Visual Studio\2022\Community"
npm error gyp ERR! find VS - found "Visual Studio C++ core features"
npm error gyp ERR! find VS - found VC++ toolset: v143
npm error gyp ERR! find VS - found Windows SDK: 10.0.22621.0
npm error gyp ERR! find VS - msvs_version does not match this version
npm error gyp ERR! find VS checking VS2022 (17.11.35327.3) found at:
npm error gyp ERR! find VS "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools"
npm error gyp ERR! find VS - found "Visual Studio C++ core features"
npm error gyp ERR! find VS - found VC++ toolset: v143
npm error gyp ERR! find VS - found Windows SDK: 10.0.22621.0
npm error gyp ERR! find VS - msvs_version does not match this version
npm error gyp ERR! find VS checking VS2019 (16.11.35325.158) found at:
npm error gyp ERR! find VS "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools"
npm error gyp ERR! find VS - found "Visual Studio C++ core features"
npm error gyp ERR! find VS - found VC++ toolset: v142
npm error gyp ERR! find VS - found Windows SDK: 10.0.19041.0
npm error gyp ERR! find VS - msvs_version does not match this version
npm error gyp ERR! find VS could not find a version of Visual Studio 2017 or newer to use
npm error gyp ERR! find VS not looking for VS2017 as it is only supported up to Node.js 21
npm error gyp ERR! find VS not looking for VS2017 as it is only supported up to Node.js 21
npm error gyp ERR! find VS not looking for VS2017 as it is only supported up to Node.js 21
npm error gyp ERR! find VS not looking for VS2015 as it is only supported up to Node.js 18
npm error gyp ERR! find VS not looking for VS2013 as it is only supported up to Node.js 8
npm error gyp ERR! find VS
npm error gyp ERR! find VS valid versions for msvs_version:
npm error gyp ERR! find VS - "2022"
npm error gyp ERR! find VS - "C:\Program Files\Microsoft Visual Studio\2022\Community"
npm error gyp ERR! find VS - "2022"
npm error gyp ERR! find VS - "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools"
npm error gyp ERR! find VS - "2019"
npm error gyp ERR! find VS - "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools"
npm error gyp ERR! find VS
npm error gyp ERR! find VS **************************************************************
npm error gyp ERR! find VS You need to install the latest version of Visual Studio
npm error gyp ERR! find VS including the "Desktop development with C++" workload.
npm error gyp ERR! find VS For more information consult the documentation at:
npm error gyp ERR! find VS https://github.com/nodejs/node-gyp#on-windows
npm error gyp ERR! find VS **************************************************************
npm error gyp ERR! find VS
npm error gyp ERR! configure error
npm error gyp ERR! stack Error: Could not find any Visual Studio installation to use
npm error gyp ERR! stack at VisualStudioFinder.fail (C:\Users\Quantum\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\find-visualstudio.js:118:11)
npm error gyp ERR! stack at VisualStudioFinder.findVisualStudio (C:\Users\Quantum\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\find-visualstudio.js:74:17)
npm error gyp ERR! stack at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
npm error gyp ERR! stack at async createBuildDir (C:\Users\Quantum\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\configure.js:112:18)
npm error gyp ERR! stack at async run (C:\Users\Quantum\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js:81:18)
npm error gyp ERR! System Windows_NT 10.0.19045
npm error gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\Quantum\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
npm error gyp ERR! cwd C:\Users\Quantum\Desktop\Itunes\muse\node_modules\sodium
npm error gyp ERR! node -v v22.11.0
npm error gyp ERR! node-gyp -v v10.2.0
npm error gyp ERR! not ok
npm error C:\Users\Quantum\Desktop\Itunes\muse\node_modules\sodium\install.js:293
npm error             throw new Error(cmdLine + ' exited with code ' + code);
npm error             ^
npm error
npm error Error: node-gyp rebuild exited with code 1
npm error     at ChildProcess.<anonymous> (C:\Users\Quantum\Desktop\Itunes\muse\node_modules\sodium\install.js:293:19)
npm error     at ChildProcess.emit (node:events:518:28)
npm error     at ChildProcess._handle.onexit (node:internal/child_process:293:12)
npm error
npm error Node.js v22.11.0
npm error A complete log of this run can be found in: C:\Users\Quantum\AppData\Local\npm-cache\_logs\2024-11-03T04_02_47_723Z-debug-0.log

@QuantumRage100
Copy link
Author

tried installing node version 18.20.4 with similar issues appearing
i don't know what version of what i need and that's kind of a problem, every time i try something the command prompt is all ways telling me to install a different version or this isn't supported that isn't supported, i think i just need a list of recommended versions for everything and i will be good? but it's going to take me ages to test every single version of everything just to find a combination of all this junk that works together

@QuantumRage100
Copy link
Author

alright ignore all that BS the problem with no audio / ope output format webm is not available is caused by using the latest version of ffmpeg, i rolled back to ffmpeg 4.1 and it worked imminently, still using node version 18 but defiantly grab an earlier version of ffmpeg ignore the fact that is says "this version or later" during the installation guide,

@QuantumRage100
Copy link
Author

QuantumRage100 commented Nov 3, 2024

nope it worked for like 1 song, (which i think was cached from ages ago?) but i am a little further, no longer getting the ope:output format message
now muse is lighting up green, indicating it is trying to make sounds but, no sound is played, then muse just randomly disconnects from VC

@QuantumRage100 QuantumRage100 reopened this Nov 3, 2024
@QuantumRage100
Copy link
Author

a fresh install of muse is working, i must of broken a bunch of stuff when i was trying to fix stuff i wasen't supposed to be trying to fix

@xxtensazenxx
Copy link

Its not working for me, none of these fixes worked.

@PatPeter
Copy link

Don't use dated builds of ffmpeg, get a version number and stick with it. The most recent versions are not compatible with muse. Try version 5.

https://github.com/GyanD/codexffmpeg/releases?page=2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants