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

Connection Problem #12

Open
emireko opened this issue May 17, 2020 · 5 comments
Open

Connection Problem #12

emireko opened this issue May 17, 2020 · 5 comments

Comments

@emireko
Copy link

emireko commented May 17, 2020

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
Copy link
Owner

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

@Sudo42b
Copy link

Sudo42b commented Jun 5, 2021

please check to width and height your .py code

@makaveli10
Copy link

@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
Copy link

FlyingTerran commented Jan 17, 2023

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
Copy link

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!

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

7 participants
@bradenhurl @Sudo42b @makaveli10 @emireko @Galaxy-PC @FlyingTerran and others