Cosmoledo
Results
1
issues of
Cosmoledo
I have just tried your first example and it gives me the error: "No sessionId returned" ```javascript const w = require("untis-api"); w.connect("myUsername", "myPassword", "K175055", "webuntis.schulon.org") .then(() => { console.log(w) }).catch(error...