You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this repo! When I tried running in my laptop, it ran perfectly fine once, but then after it is showing segmentation fault in my laptop. I tried deleting and reinstalling again and again, but everytime shows this errors:
SHUBH@LAPTOP-UQ9C3LSC MINGW64 ~/Desktop/livekit-assistant (main)
$ python assistant.py start
{"message": "starting worker", "level": "INFO", "version": "0.8.11", "timestamp": "2024-09-09T17:37:03.994199+00:00"}
Segmentation fault
SHUBH@LAPTOP-UQ9C3LSC MINGW64 ~/Desktop/livekit-assistant (main)
$ Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\SHUBH\AppData\Local\Programs\Python\Python310\lib\multiprocessing\spawn.py", line 116, in spawn_main
exitcode = _main(fd, parent_sentinel)
File "C:\Users\SHUBH\AppData\Local\Programs\Python\Python310\lib\multiprocessing\spawn.py", line 126, in _main
self = reduction.pickle.load(from_parent)
File "C:\Users\SHUBH\AppData\Local\Programs\Python\Python310\lib\multiprocessing\reduction.py", line 238, in _rebuild_socket
return ds.detach()
File "C:\Users\SHUBH\AppData\Local\Programs\Python\Python310\lib\multiprocessing\resource_sharer.py", line 38, in detach
with _resource_sharer.get_connection(self._id) as conn:
File "C:\Users\SHUBH\AppData\Local\Programs\Python\Python310\lib\multiprocessing\resource_sharer.py", line 86, in get_connection
c = Client(address, authkey=process.current_process().authkey)
File "C:\Users\SHUBH\AppData\Local\Programs\Python\Python310\lib\multiprocessing\connection.py", line 505, in Client
c = PipeClient(address)
File "C:\Users\SHUBH\AppData\Local\Programs\Python\Python310\lib\multiprocessing\connection.py", line 707, in PipeClient
_winapi.WaitNamedPipe(address, 1000)
FileNotFoundError: [WinError 2] The system cannot find the file specified
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\SHUBH\AppData\Local\Programs\Python\Python310\lib\multiprocessing\spawn.py", line 116, in spawn_main
exitcode = _main(fd, parent_sentinel)
File "C:\Users\SHUBH\AppData\Local\Programs\Python\Python310\lib\multiprocessing\spawn.py", line 126, in _main
self = reduction.pickle.load(from_parent)
File "C:\Users\SHUBH\AppData\Local\Programs\Python\Python310\lib\multiprocessing\reduction.py", line 238, in _rebuild_socket
return ds.detach()
File "C:\Users\SHUBH\AppData\Local\Programs\Python\Python310\lib\multiprocessing\resource_sharer.py", line 38, in detach
with _resource_sharer.get_connection(self._id) as conn:
File "C:\Users\SHUBH\AppData\Local\Programs\Python\Python310\lib\multiprocessing\resource_sharer.py", line 86, in get_connection
c = Client(address, authkey=process.current_process().authkey)
File "C:\Users\SHUBH\AppData\Local\Programs\Python\Python310\lib\multiprocessing\connection.py", line 505, in Client
c = PipeClient(address)
File "C:\Users\SHUBH\AppData\Local\Programs\Python\Python310\lib\multiprocessing\connection.py", line 707, in PipeClient
_winapi.WaitNamedPipe(address, 1000)
FileNotFoundError: [WinError 2] The system cannot find the file specified
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\SHUBH\AppData\Local\Programs\Python\Python310\lib\multiprocessing\spawn.py", line 116, in spawn_main
exitcode = _main(fd, parent_sentinel)
File "C:\Users\SHUBH\AppData\Local\Programs\Python\Python310\lib\multiprocessing\spawn.py", line 126, in _main
self = reduction.pickle.load(from_parent)
File "C:\Users\SHUBH\AppData\Local\Programs\Python\Python310\lib\multiprocessing\reduction.py", line 238, in _rebuild_socket
return ds.detach()
File "C:\Users\SHUBH\AppData\Local\Programs\Python\Python310\lib\multiprocessing\resource_sharer.py", line 38, in detach
with _resource_sharer.get_connection(self._id) as conn:
File "C:\Users\SHUBH\AppData\Local\Programs\Python\Python310\lib\multiprocessing\resource_sharer.py", line 86, in get_connection
c = Client(address, authkey=process.current_process().authkey)
File "C:\Users\SHUBH\AppData\Local\Programs\Python\Python310\lib\multiprocessing\connection.py", line 505, in Client
c = PipeClient(address)
File "C:\Users\SHUBH\AppData\Local\Programs\Python\Python310\lib\multiprocessing\connection.py", line 707, in PipeClient
_winapi.WaitNamedPipe(address, 1000)
FileNotFoundError: [WinError 2] The system cannot find the file specified
Even I tried cloning freshly your repo ion my friend's laptop, but still it was showing the same error Segmentation fault. Then I tried running on Gitpod and it ran well.
So what could be the issue? What is the probable solution for this?
Thank you.
The text was updated successfully, but these errors were encountered:
Thanks for this repo! When I tried running in my laptop, it ran perfectly fine once, but then after it is showing segmentation fault in my laptop. I tried deleting and reinstalling again and again, but everytime shows this errors:
Even I tried cloning freshly your repo ion my friend's laptop, but still it was showing the same error Segmentation fault. Then I tried running on Gitpod and it ran well.
So what could be the issue? What is the probable solution for this?
Thank you.
The text was updated successfully, but these errors were encountered: