node-webuntis icon indicating copy to clipboard operation
node-webuntis copied to clipboard

No sessionId returned

Open Cosmoledo opened this issue 7 years ago • 6 comments

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?

Cosmoledo avatar Mar 19 '18 14:03 Cosmoledo

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

michelhn avatar May 05 '19 01:05 michelhn

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

Cosmoledo avatar May 05 '19 17:05 Cosmoledo

Is there any solution to this?

aqwzs avatar Aug 29 '21 11:08 aqwzs

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.

tuesd4y avatar Sep 02 '21 08:09 tuesd4y

+1

FreshImmuc avatar Sep 11 '24 21:09 FreshImmuc

Maybe add the option to connect with QR-Code

FreshImmuc avatar Sep 11 '24 21:09 FreshImmuc