fbarresi / BeckhoffHttpClient

Unofficial TwinCAT function for HTTP-Client and Json conversion
MIT License
63 stars 9 forks source link

Cannot run: ErrorId 1799 #9

Open dotKokott opened 3 years ago

dotKokott commented 3 years ago

Hello!

First of all thank you for writing an open source alternative HttpClient.

I have a problem running it. When I try to do a GET to a local server I get a: 1799 -> DeviceNotReady error id.

image

Any idea what I am doing wrong?

fbarresi commented 3 years ago

Hi!

You error Id isn't an ADS error code, but a Win32 Code and means: ERROR_INVALID_SEPARATOR_FILE - "The specified separator file is invalid"

Did you already installed the Twincat (unofficial) function on your target system? You can check it under the path C:\TwinCAT\Functions\Unofficial\BeckhoffHttpClient\.

I'm wondering what can cause this error in your setup... 🤨 Are you able get the example on the README (https://dog.ceo/api/breeds/image/random) up and running?

Best regards,

FB

dotKokott commented 3 years ago

Yes the function is installed & I can see it under this path. I do have the rest of TwinCAT installed under E:\TwinCAT (not sure if that would make a difference)

The example from the README shows the same error.

fbarresi commented 3 years ago

🤔 I suppose it could be the problem, but I cannot reproduce it... I would advise you to try a couple things:

fbarresi commented 3 years ago

Hi! Did you get all up and running? If yes, would your share your solution in this issue?

dotKokott commented 3 years ago

Hey! I had to move on for now and use the original Beckhoff httpClient. I hope I'll get around to it towards the end of this project. Should I get this running I will share my solution!