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

audio stops working when idle #57

Open
jhurlbut opened this issue Mar 7, 2024 · 1 comment
Open

audio stops working when idle #57

jhurlbut opened this issue Mar 7, 2024 · 1 comment

Comments

@jhurlbut
Copy link

jhurlbut commented Mar 7, 2024

If I leave the platform idle for an amount of time (20 min?) All of the audio playback is broken until I restart the server

@jhurlbut
Copy link
Author

Also if I leave the server on overnight I get this error the next day when trying to run tasks:

18:18:47 [Job Music_Generation_N1QBVaa8_0]: exception raised while executing (handler.nendo_actions_handler.dockerized_func)
nendo-server | Traceback (most recent call last):
nendo-server | File "/home/nendo/.local/lib/python3.8/site-packages/rq/worker.py", line 1431, in perform_job
nendo-server | rv = job.perform()
nendo-server | File "/home/nendo/.local/lib/python3.8/site-packages/rq/job.py", line 1280, in perform
nendo-server | self._result = self._execute()
nendo-server | File "/home/nendo/.local/lib/python3.8/site-packages/rq/job.py", line 1317, in _execute
nendo-server | result = self.func(*self.args, **self.kwargs)
nendo-server | File "/home/nendo/nendo-server/nendo_server/./handler/nendo_actions_handler.py", line 203, in dockerized_func
nendo-server | raise Exception(err_log)
nendo-server | Exception: [' return _open_file(name_or_buffer, mode)', ' File "/home/nendo/.local/lib/python3.8/site-packages/torch/serialization.py", line 416, in init', ' super().init(open(name, mode))', "FileNotFoundError: [Errno 2] No such file or directory: '/home/nendo/.cache/nendo/models/musicgen/085df796-cb6b-4251-9d17-758c720114e5/StrictlyTraining/ShinyKnightsSingShiny/state_dict.bin'", '']

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

No branches or pull requests

1 participant