Arnim
Arnim
Hi, I am working on a project that involves the WebUntis API and when I first saw this repo I just skimmed over the source code and everything looked messy...
I wont't have time to start this until 2 weeks from now, but I'll open a PR when I have some changes for you to review, unless someone else does...
@wolflu05 I was able to reproduce the error, I fixed it it by setting `"type": "module"` in your `package.json` and adding ```json "target": "ES2022", "module": "ES2022", "moduleResolution": "NodeNext" ``` to...
I asked some friends for help since I don't have any experience with CommonJS and the reason seems to be that the [type definition](https://github.com/SchoolUtils/WebUntis/blob/64f20ae37d640d6c23b9b04b2bd7f833afcfe4de/index.d.ts#L320) is wrong since it's not a...
same here. Maybe I also misconfigured something, but I can't get it to work ¯\_(ツ)_/¯
For me, adding `"app://obsidian.md"` to the `webCorsOriginList` option in the plugin settings for AnkiConnect fixed the issue. If that doesn't help, open the console or network tab in Obsidian's devtools...
Do you have any updates on this? [ureq 2.9.5 upgrading its dependencies](https://github.com/algesten/ureq/commit/9d770431cf8c9b15eb7b8e2aed7eee681774df7e) made this issue reappear.