Zereah
Zereah
I have a completely working installation of Muse at the moment. It plays music perfectly fine from Youtube and everything I've tried doing with it so far has worked without...
@Codixer DEBUG [new 2.txt](https://github.com/user-attachments/files/18313805/new.2.txt) Working installation of Muse using a locally built image, based on the github codebase as of 12/24/24. Haven't swapped to using latest branch for fear of...
> > I also still have the unaltered codebase used to build the image if that would be of any use. > > Can you upload this somewhere and send...
> > > > I also still have the unaltered codebase used to build the image if that would be of any use. > > > > > > >...
> > @WojenHere Sorry for the late reply got busy with IRL and didn't have time to sit down and figure out Docker Hub. I pushed a newly built image...
> > Has a new build been pushed to DockerHub yet at all? Currently facing the playback issues and using latest image tag. > > Trying to figure out why...
> Or just: docker run -it -v "$(pwd)/data":/data -e DISCORD_TOKEN='MTE3OTkyMzI4MzE2NTA1Mjk2OQ.Gn8rZo.uxfTq4JniCx6ge3bj99SM3ayN4oDbHlXplJCus' -e SPOTIFY_CLIENT_ID='' -e SPOTIFY_CLIENT_SECRET='' -e YOUTUBE_API_KEY='AIzaSyAUooiQojkMZcWVkWj4HWr-7Ujaqg6lHQs' --entrypoint sh ghcr.io/museofficial/muse:latest -c "npm install @distube/ytdl-core@latest && node dist/scripts/migrate-and-start.js" Might wanna edit your...