Thomas Perl
Thomas Perl
If you have multiple versions of python3 installed, maybe the „regular python session“ is different from the libpython3 version against which pyotherside was linked? Also verify PYTHONPATH. dilloncsr ***@***.***> schrieb...
As described in the [Building PyOtherSide](https://pyotherside.readthedocs.io/en/latest/#building-pyotherside) documentation, you can pass in a custom `PYTHON_CONFIG` when running `qmake` to make sure PyOtherSide is built against the correct Python version on your...
How did you include the standard library? If it's just a ZIP file, and GDAL is also a pure python library, just include it in the ZIP file. If not...
(This might not be fully relevant, apologies if it's just noise...) The ps2sdk implements audio streaming via the "audsrv" IOP module: https://github.com/ps2dev/ps2sdk/tree/master/iop/sound/audsrv/src The EE side of things is implemented using...
The 2.2 kernel port also has a "ps2sd" driver that probably implements an audio device: https://github.com/jur/linux-2.2.1-ps2/blob/master/drivers/ps2/sd.c https://github.com/jur/linux-2.2.1-ps2/blob/master/drivers/ps2/sdmixer.c (Edit: Nevermind, this seems to be using some BIOS calls which I read...
Huh, I didn't even know those were a thing. We use `yaml.SafeLoader` (from PyYAML) for loading, can you try playing around with some other class in `lib/urlwatch/storage.py`?
Closing this as "works as intended" for now.
Note that the `--test-diff-filter` option is the only one that calls your script multiple times. At normal runs, the script is only called once when a diff occurs. Do you...
With urlwatch 2.28, the docs say: https://urlwatch.readthedocs.io/en/latest/jobs.html#browser > wait_until: Either load, domcontentloaded, networkidle, or commit (see [Advanced Topics](https://urlwatch.readthedocs.io/en/latest/advanced.html#advanced-topics)) See also: [Configuring how long browser jobs wait for pages to load](https://urlwatch.readthedocs.io/en/latest/advanced.html#configuring-how-long-browser-jobs-wait-for-pages-to-load)...
@vimagick Did you have time to look into these? > * [ ] Can you add `'rich_text': False,` to `lib/urlwatch/storage.py` in the `'slack':` section, so that it's easily discoverable? >...