node-webuntis
node-webuntis copied to clipboard
No sessionId returned
I have just tried your first example and it gives me the error: "No sessionId returned"
const w = require("untis-api");
w.connect("myUsername", "myPassword", "K175055", "webuntis.schulon.org")
.then(() => {
console.log(w)
}).catch(error => {
console.log(error);
});
Are my logins incorrect or do I have to send a sessionId?
I've got the same problem, have you fixed it so far?
nope, i have also not found any alternative. so I gave up
Is there any solution to this?
I haven't had the time to develop this library further. Feel free to create a PR if you have a solution in mind, though.
+1
Maybe add the option to connect with QR-Code