LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

can't connect to the server using HTTP method (Fail GET : 404)

i just made a programs of monitoring feature for waterhammer phenomenon using Labview and IoT with HTTP method (web server) and my problem is my labview can't get data from my esp32, from serial monitor in arduino ide it tells me about fail GET : 404, how do i fix this?

0 Kudos
Message 1 of 8
(234 Views)

Start with showing what you are doing. Attach your VI and the communication protocol.

0 Kudos
Message 2 of 8
(210 Views)

HTTP error 404 means resource not found, which means you reached an HTTP server but there is nothing at that URL.

0 Kudos
Message 3 of 8
(201 Views)

@cordm wrote:

HTTP error 404 means resource not found, which means you reached an HTTP server but there is nothing at that URL.


Just to expand a little bit, this error comes from the server.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 4 of 8
(177 Views)

have


@billko wrote:

@cordm wrote:

HTTP error 404 means resource not found, which means you reached an HTTP server but there is nothing at that URL.


Just to expand a little bit, this error comes from the server.



any ideas to fix this? 

0 Kudos
Message 5 of 8
(169 Views)

@Angh_9989 wrote:

have


@billko wrote:

@cordm wrote:

HTTP error 404 means resource not found, which means you reached an HTTP server but there is nothing at that URL.


Just to expand a little bit, this error comes from the server.



any ideas to fix this? 


Sure.  Give it the right URL.  If you're sure it's the right URL then fix the server.  I don't mean to be mean, but are you sure you are the right person to be doing this?

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 7 of 8
(151 Views)

So you are trying to POST data from Arduino to a LabVIEW web service? Using the word get is confusing, because in an HTTP context it would imply that LabVIEW initiates the connection to a server.

Here are the available endpoints of the server:

cordm_0-1750751748118.png

 

Do you have a typo on the arduino side perhaps? selenoid <> solenoid?

0 Kudos
Message 8 of 8
(125 Views)