When I try to run the ClaudKvs example, with my own ,
I get the message :
Logger connected to: asus ASUS_X008D
--------- beginning of main
Creating new database!
--------- beginning of system
** Service (starter) Start **
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
*** Service (httputils2service) Create ***
** Service (httputils2service) Start **
ResponseError. Reason: Not Found, Response: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /web/wm/action was not found on this server.</p>
</body></html>
Error sending task: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /web/wm/action was not found on this server.</p>
</body></html>
ResponseError. Reason: Not Found, Response: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
Do I have to place something in my url adress?
Thank you in advance for the reply...
B4X:
Public const ServerUrl As String = "http://digibob.online/XXX/YYY......." Adress
Logger connected to: asus ASUS_X008D
--------- beginning of main
Creating new database!
--------- beginning of system
** Service (starter) Start **
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
*** Service (httputils2service) Create ***
** Service (httputils2service) Start **
ResponseError. Reason: Not Found, Response: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /web/wm/action was not found on this server.</p>
</body></html>
Error sending task: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /web/wm/action was not found on this server.</p>
</body></html>
ResponseError. Reason: Not Found, Response: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
Do I have to place something in my url adress?
Thank you in advance for the reply...
Last edited: