HealthCareUSA
HealthCareUSA
SIASapphire - Imagine a framework
Created by HealthCareUSA on 5/10/2024 in #sapphire-support
BulkOverwrite has stopped functioning
that's what I figured. thank you, found a nice site to convert from docker run to docker compose so I am switching over rn and probably going to adopt your script
65 replies
SIASapphire - Imagine a framework
Created by HealthCareUSA on 5/10/2024 in #sapphire-support
BulkOverwrite has stopped functioning
got a very, very noob question for you: do I push my docker-compose.yml to my git repo and let it be built in to the image, or do i only put it on my production server? I'm not exactly 100% sure how compose works
65 replies
SIASapphire - Imagine a framework
Created by HealthCareUSA on 5/10/2024 in #sapphire-support
BulkOverwrite has stopped functioning
Problem In Chair, Not In Computer
65 replies
SIASapphire - Imagine a framework
Created by HealthCareUSA on 5/10/2024 in #sapphire-support
BulkOverwrite has stopped functioning
now this is nice
65 replies
SIASapphire - Imagine a framework
Created by HealthCareUSA on 5/10/2024 in #sapphire-support
BulkOverwrite has stopped functioning
root cause analysis: PICNIC
65 replies
SIASapphire - Imagine a framework
Created by HealthCareUSA on 5/10/2024 in #sapphire-support
BulkOverwrite has stopped functioning
I have fixed the command temporarily and it now functions properly
65 replies
SIASapphire - Imagine a framework
Created by HealthCareUSA on 5/10/2024 in #sapphire-support
BulkOverwrite has stopped functioning
it appears that was the only issue though
65 replies
SIASapphire - Imagine a framework
Created by HealthCareUSA on 5/10/2024 in #sapphire-support
BulkOverwrite has stopped functioning
yes, that is what caused me to think it was my deployment method, because when i forcefully updated the container, it started showing that error
65 replies
SIASapphire - Imagine a framework
Created by HealthCareUSA on 5/10/2024 in #sapphire-support
BulkOverwrite has stopped functioning
is it perchance a dropin replacement?
65 replies
SIASapphire - Imagine a framework
Created by HealthCareUSA on 5/10/2024 in #sapphire-support
BulkOverwrite has stopped functioning
:whatge:
65 replies
SIASapphire - Imagine a framework
Created by HealthCareUSA on 5/10/2024 in #sapphire-support
BulkOverwrite has stopped functioning
echo "Stopping container..." &&\
docker stop Lyra &&\
echo "Deleting container..." &&\
docker rm Lyra &&\
echo "Creating container..." &&\
docker run\
-d\
--name='Lyra'\
--net='bridge'\
-e TZ="America/Chicago"\
-e HOST_OS="Unraid"\
-e HOST_HOSTNAME="Moonlink"\
-e HOST_CONTAINERNAME="Lyra"\
-e 'DISCORD_TOKEN'='token'\
-l net.unraid.docker.managed=dockerman\
-l net.unraid.docker.icon='.cx/s/kYF27nN29wBnMoD/preview' 'ghcr.io/masonbesmer/lyra-sapphire:latest' &&\
echo "Removing dangling images..." &&\
docker image prune -f &&\
echo "Finished" &&\
exit 0
echo "Stopping container..." &&\
docker stop Lyra &&\
echo "Deleting container..." &&\
docker rm Lyra &&\
echo "Creating container..." &&\
docker run\
-d\
--name='Lyra'\
--net='bridge'\
-e TZ="America/Chicago"\
-e HOST_OS="Unraid"\
-e HOST_HOSTNAME="Moonlink"\
-e HOST_CONTAINERNAME="Lyra"\
-e 'DISCORD_TOKEN'='token'\
-l net.unraid.docker.managed=dockerman\
-l net.unraid.docker.icon='.cx/s/kYF27nN29wBnMoD/preview' 'ghcr.io/masonbesmer/lyra-sapphire:latest' &&\
echo "Removing dangling images..." &&\
docker image prune -f &&\
echo "Finished" &&\
exit 0
65 replies
SIASapphire - Imagine a framework
Created by HealthCareUSA on 5/10/2024 in #sapphire-support
BulkOverwrite has stopped functioning
I think I might be deleting/creating my container incorrectly, is this not enough to update a running container?
65 replies
SIASapphire - Imagine a framework
Created by HealthCareUSA on 5/10/2024 in #sapphire-support
BulkOverwrite has stopped functioning
I think I may have just figured it out, but im veryifying rq
65 replies
SIASapphire - Imagine a framework
Created by HealthCareUSA on 5/10/2024 in #sapphire-support
BulkOverwrite has stopped functioning
CreateChannel
65 replies
SIASapphire - Imagine a framework
Created by HealthCareUSA on 5/10/2024 in #sapphire-support
BulkOverwrite has stopped functioning
has to be something wrong with my code 🙄 still not appeared overnight
65 replies
SIASapphire - Imagine a framework
Created by HealthCareUSA on 5/10/2024 in #sapphire-support
BulkOverwrite has stopped functioning
Good to know though
65 replies
SIASapphire - Imagine a framework
Created by HealthCareUSA on 5/10/2024 in #sapphire-support
BulkOverwrite has stopped functioning
oh. I’ll try it again and see if it randomly works this time
65 replies
SIASapphire - Imagine a framework
Created by HealthCareUSA on 5/10/2024 in #sapphire-support
BulkOverwrite has stopped functioning
I can try it again though and leave it for a few hours
65 replies
SIASapphire - Imagine a framework
Created by HealthCareUSA on 5/10/2024 in #sapphire-support
BulkOverwrite has stopped functioning
I think I tried that already but I only gave it 10 or so minutes to update and it hadn’t: https://github.com/masonbesmer/lyra-sapphire/commit/6ef2e6dea65c38f883cfdc09de0110cadcf219cf
65 replies
SIASapphire - Imagine a framework
Created by HealthCareUSA on 5/10/2024 in #sapphire-support
BulkOverwrite has stopped functioning
Any other ideas @Favna ? It still hasn’t shown up which is making me think it’s my code.. https://github.com/masonbesmer/lyra-sapphire/blob/main/src/commands/CreateChannel.ts
65 replies