bradenhurl / DeepGTAV-PreSIL

GNU General Public License v3.0
76 stars 16 forks source link

Connection Problem #12

Open emireko opened 4 years ago

emireko commented 4 years ago

Hi all,

In dataset.py I get the error below.

Trying to connect to DeepGTAV ERROR: Failed to connect to DeepGTAV Connecting to client... ERROR: Failed to send message. Reason: [WinError 10057]

Any help would be appreciated.

bradenhurl commented 4 years ago

Is GTAV started with the DeepGTAV plugin? Can you check the logs in your GTAV folder to see that the plugin has started?

42bPhD commented 3 years ago

please check to width and height your .py code

makaveli10 commented 1 year ago

@bradenhurl I am seeing the same error:

python3 dataset
Trying to connect to DeepGTAV
ERROR: Failed to connect to DeepGTAV
Connecting to client...
ERROR: Failed to send message. Reason: [Errno 32] Broken pipe
Message sent to client to begin.
Traceback (most recent call last):
  File "dataset", line 188, in <module>
    message = client.recvMessage()  
  File "/home/marcus/vineet-workspace/DeepGTAV-PreSIL/VPilot/deepgtav/client.py", line 52, in recvMessage
    frame = self._recvall()
  File "/home/marcus/vineet-workspace/DeepGTAV-PreSIL/VPilot/deepgtav/client.py", line 66, in _recvall
    packet = self.s.recv(4 - len(data))
OSError: [Errno 107] Transport endpoint is not connected
FlyingTerran commented 1 year ago

I have a problem also at line 189 but could be related.

Trying to connect to DeepGTAV Successfully connected to DeepGTAV Connecting to client... Message sent to client to begin. ERROR: Failed to receive frame Traceback (most recent call last): File "dataset", line 189, in <module> index = message['index'] TypeError: 'NoneType' object is not subscriptable

Galaxy-PC commented 1 month ago

I have a problem also at line 189 but could be related.

Trying to connect to DeepGTAV Successfully connected to DeepGTAV Connecting to client... Message sent to client to begin. ERROR: Failed to receive frame Traceback (most recent call last): File "dataset", line 189, in <module> index = message['index'] TypeError: 'NoneType' object is not subscriptable

Hello, I have the same problem as you. Have you solved it? Thank you very much!