This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author asvetlov
Recipients Cezary.Wagner, asvetlov, paul.moore, steve.dower, tim.golden, yselivanov, zach.ware
Date 2018-12-15.12:00:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544875220.17.0.788709270274.issue35268@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, the bug tracker is for working on Python bugs, not on bugs of your programs written with Python.

The behavior of subprocesses running is tested intensively, scenarios like you described works well.

I don't know sockfish protocol but highly likely the problem is in communicating with the program.
For example, are you sure that sending `uci` without endline is enough to start processing the command?

Tools like ProcMon https://docs.microsoft.com/en-us/sysinternals/downloads/procmon or WinDbg can help with understanding what data is actually received by a process and what is sent back.
History
Date User Action Args
2018-12-15 12:00:20asvetlovsetrecipients: + asvetlov, paul.moore, tim.golden, zach.ware, yselivanov, steve.dower, Cezary.Wagner
2018-12-15 12:00:20asvetlovsetmessageid: <1544875220.17.0.788709270274.issue35268@psf.upfronthosting.co.za>
2018-12-15 12:00:20asvetlovlinkissue35268 messages
2018-12-15 12:00:19asvetlovcreate