DerBunteBall
DerBunteBall
I scrolled through the stuff and I have a thesis why this fails. When the better-sqlite stuff get's installed it seems to be necessary to get a new version of...
I investigated a bit on this and eventually found a temporary solution. 1. The problem comes from better-sqlite. They use prebuild-install and node-gyp to bring there stuff and Node.js together....
Better SQLite just provides prebuilds for LTS versions. Check the [project](https://github.com/WiseLibs/better-sqlite3) README. So the Dockerfile should use ```node:18-alpine``` in general.
Same here. The Docker Image can't be build with the Dockerfile which is in the repo. I think the problem is related to the dependencies. The dependencies seem to need...
I have 3-6 invalid Observables when I have 15 Observables in list. I tried to read the code a bit (I'm not good in JavaScript or TypeScript). Is it possible...
Looks like a CPython regression [see this](https://github.com/python/cpython/issues/113964). Codebase of StreaMonitor isn't compatible with 3.12.x try with 3.11.5
The error "Rate Limit" means in a narrower sense that the API does not respond to the request. Originally because the API detects too many requests, for example. However, the...
I am not sure if I have understood your question correctly. I assume the following: You have created a script that changes the config.json and want StreaMonitor to recognize this...
The usability of the Web UI can depend on network settings in detail. Expose the ZeroMQ Port and use Controller.py
Looks like Downloader.py has been modified.