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
Hi, I've checked all previous issues related to this; I've tested the below steps from ai2thor works fine, and have set the multiprocessing to False. But I still cannot connect to Unity. I've also tried to turn on and off my VPNs. Could you tell me how to debug this? I'm using Mac Somona 14.4
Traceback (most recent call last):
File "/opt/anaconda3/envs/holodeck/lib/python3.10/site-packages/ai2thor/wsgi_server.py", line 48, in queue_get
res = que.get(block=True, timeout=queue_get_timeout_per_try)
File "/opt/anaconda3/envs/holodeck/lib/python3.10/queue.py", line 179, in get
raise Empty
_queue.Empty
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/Holodeck/connect_to_unity.py", line 32, in
controller = Controller(
File "/opt/anaconda3/envs/holodeck/lib/python3.10/site-packages/ai2thor/controller.py", line 547, in init
self.start(
File "/opt/anaconda3/envs/holodeck/lib/python3.10/site-packages/ai2thor/controller.py", line 1548, in start
self.last_event = self.server.receive(timeout=self.server_start_timeout)
File "/opt/anaconda3/envs/holodeck/lib/python3.10/site-packages/ai2thor/wsgi_server.py", line 281, in receive
return queue_get(
File "/opt/anaconda3/envs/holodeck/lib/python3.10/site-packages/ai2thor/wsgi_server.py", line 62, in queue_get
raise TimeoutError(
TimeoutError: Could not get a message from the queue after 600 attempts
The text was updated successfully, but these errors were encountered:
Hi, I've checked all previous issues related to this; I've tested the below steps from ai2thor works fine, and have set the multiprocessing to False. But I still cannot connect to Unity. I've also tried to turn on and off my VPNs. Could you tell me how to debug this? I'm using Mac Somona 14.4
Traceback (most recent call last):
File "/opt/anaconda3/envs/holodeck/lib/python3.10/site-packages/ai2thor/wsgi_server.py", line 48, in queue_get
res = que.get(block=True, timeout=queue_get_timeout_per_try)
File "/opt/anaconda3/envs/holodeck/lib/python3.10/queue.py", line 179, in get
raise Empty
_queue.Empty
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/Holodeck/connect_to_unity.py", line 32, in
controller = Controller(
File "/opt/anaconda3/envs/holodeck/lib/python3.10/site-packages/ai2thor/controller.py", line 547, in init
self.start(
File "/opt/anaconda3/envs/holodeck/lib/python3.10/site-packages/ai2thor/controller.py", line 1548, in start
self.last_event = self.server.receive(timeout=self.server_start_timeout)
File "/opt/anaconda3/envs/holodeck/lib/python3.10/site-packages/ai2thor/wsgi_server.py", line 281, in receive
return queue_get(
File "/opt/anaconda3/envs/holodeck/lib/python3.10/site-packages/ai2thor/wsgi_server.py", line 62, in queue_get
raise TimeoutError(
TimeoutError: Could not get a message from the queue after 600 attempts
The text was updated successfully, but these errors were encountered: