tuesd4y / node-webuntis

webuntis api for node.js
19 stars 4 forks source link

No sessionId returned #8

Open Cosmoledo opened 6 years ago

Cosmoledo commented 6 years ago

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?

michelhn commented 5 years ago

I've got the same problem, have you fixed it so far?

Cosmoledo commented 5 years ago

nope, i have also not found any alternative. so I gave up

aqwzs commented 3 years ago

Is there any solution to this?

tuesd4y commented 3 years ago

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.

FreshImmuc commented 1 month ago

+1

FreshImmuc commented 1 month ago

Maybe add the option to connect with QR-Code