Skye
Skye
Explore posts from servers
NNormal
Created by Skye on 9/9/2024 in #🤝ask-a-question
RequestingRoom
Yeah, I'm not sure why it's happening myself... I'll let you know if I figure it out.
15 replies
NNormal
Created by Skye on 9/9/2024 in #🤝ask-a-question
RequestingRoom
Thanks!
15 replies
NNormal
Created by Skye on 9/9/2024 in #🤝ask-a-question
RequestingRoom
Ah, good question! Yes, they do, all Update() calls appear to stop.
15 replies
NNormal
Created by Skye on 9/9/2024 in #🤝ask-a-question
RequestingRoom
@Max Sure! It's an issue within Recognissimo, which we use for speech: NullReferenceException: Object reference not set to an instance of an object Spacebar.SpacebarSpeechRecognizer.Update () (at Assets/Scripts/Spacebar/SpacebarSpeechRecognizer.cs:91) A bad attempt to access an unassigned 'recognizer' object within Update(). Disabling the game object stops the problem, but adding a null check that fires a Debug.LogError causes it again. Not sure at this point if the LogError causes the game to lose focus which prevents the room connection or if the room connection fails and causes the loss of focus. Things work fine if it's a null check with a simple Debug.Log.
15 replies
NNormal
Created by Skye on 9/9/2024 in #🤝ask-a-question
RequestingRoom
Ah, nevermind! Got it. Just a NullReferenceException I wasn't noticing.
15 replies
RRailway
Created by Skye on 7/26/2024 in #✋|help
Celery worker container dies while Starting Pool
Ah, ok! Good to know.
14 replies
RRailway
Created by Skye on 7/26/2024 in #✋|help
Celery worker container dies while Starting Pool
Yup! That did it, thanks very much. GPT suggested that possibility but I foolishly ignored it because I didn't realize resources were limited like that on the trial.
14 replies
RRailway
Created by Skye on 7/26/2024 in #✋|help
Celery worker container dies while Starting Pool
Ok, will do
14 replies
RRailway
Created by Skye on 7/26/2024 in #✋|help
Celery worker container dies while Starting Pool
I also added logger.info statements at the beginning of all shared tasks and none of those appear in the logs.
14 replies
RRailway
Created by Skye on 7/26/2024 in #✋|help
Celery worker container dies while Starting Pool
AFAIK, it shoudn't be executing anything at all.
14 replies
RRailway
Created by Skye on 7/26/2024 in #✋|help
Celery worker container dies while Starting Pool
Not a lot... there are only 4 defined tasks. When I run it locally I use it with Celery Beat for cron tasks.
14 replies
RRailway
Created by Skye on 7/26/2024 in #✋|help
Celery worker container dies while Starting Pool
celery -A akashi worker --loglevel=DEBUG -E
14 replies