BelKed
BelKed
Could you please install [`v0.12.3b15`](https://github.com/ActivityWatch/activitywatch/releases/tag/v0.12.3b15), and try to replicate the bug there? I believe it was fixed a while ago (https://github.com/ActivityWatch/activitywatch/issues/965) :)
Hi, v0.11.0 is not the lastest version. Please try with v0.12.2. If it wouldn’t work, you can try newer beta versions, e.g. v0.12.3b15.
What about the latest beta — [`v0.12.3b19`](https://github.com/ActivityWatch/activitywatch/releases/tag/v0.12.3b19)?
Verified, also happens on the beta version (`v0.12.3b15`)
@cfpwastaken Same result for me – your school probably doesn't have enabled viewing timetables of other people. Also, you have to send a `POST` request to these endpoints... But you...
The problem was actually fixed in one of the later versions of ActivityWatch with many more dark mode improvements. You'll probably have to wait for the next Android release to...
I also have this problem. I'm getting a `504 Gateway Time-out` error when loading the [osmcha.org](https://osmcha.org/) page. --- ``` $ ping osmcha.org PING osmcha.org (52.54.6.159): 56 data bytes Request timeout...
This API works also with teacher accounts (I've personally tested that), especially getting the timetable data :)
The easiest solution I found was to use the `lxml` parser instead of `html.parser`. The working version can be found in my [fork](https://github.com/BelKed/pycaching/tree/fix-html-parsing) :) --- I'm not going to open...
> Do you have some more details how much this actually affects _pycaching_? The tests in CI passed, so I assume the impact of the change is minimal or none....