mathpaquette / IQFeed.CSharpApiClient

IQFeed.CSharpApiClient is fastest and the most well-designed C# DTN IQFeed socket API connector available
MIT License
120 stars 43 forks source link

"The system cannot find the file specified" #153

Closed openSourceBugs closed 1 year ago

openSourceBugs commented 1 year ago

IQFeedLauncher.Start("", "", "") {Win32Exception}Win32Exception('The system cannot find the file specified')

What makes this issue show up? this happens after importing the IQFeed.CharpApiClient successfully using the Python .net importer. What file is it looking for? This error is pretty much impossible to debug from the python client.

openSourceBugs commented 1 year ago

Is this just an authentication error? If so, it should throw one instead of "file not found" error. I'm still not sure if this is the issue or if it's something else.

openSourceBugs commented 1 year ago

looks like this is a duplicate issue. The other issue does not seem to be resolved either. #142 DTN release notes state that the iqlauncher should not be used. If they removed it, that would explain the "file not found" error. This would mean that the python binding is entirely broken at this point.

mathpaquette commented 1 year ago

@openSourceBugs how can I reproduce the issue ?

mathpaquette commented 1 year ago

duplicated switching to #142