You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 21, 2019. It is now read-only.
Hi,
I'm trying to register a service and getting the following error
"Missing required service info."
my cordova version is 6.1.1 and here is my js code:
var ZC = cambiocreative.CDVZeroConfig;
var name = "Alex";
var port = 8080;
var text = "sample text";
ZC.register("_http._tcp.local", name, port, text);
thanks..
The text was updated successfully, but these errors were encountered:
getting the same error...
I'm getting it at zeroconf.js file, line 41
fail: function (o) {
console.error("Error " + JSON.stringify(o));
}
however it solved the problem with the "list" function, (ie it shows the registered services on the network which i do from a different way on linux)
thanks..
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I'm trying to register a service and getting the following error
"Missing required service info."
my cordova version is 6.1.1 and here is my js code:
thanks..
The text was updated successfully, but these errors were encountered: