Dusan Odalovic
Dusan Odalovic
When I execute the command `/usr/bin/python3 /home/dodalovic/me/projects/opensource/AirStatus/main.py /tmp/airstatus.out`, it works just fine, stays running indefinitely **Pop!_OS 21.10** ``` uname -a Linux pop-os 5.15.8-76051508-generic #202112141040~1639505278~21.10~0ede46a SMP Tue Dec 14 22:38:29 U...
@delphiki I'm getting this via `journalctl`: ``` Jan 26 15:35:56 pop-os systemd[1]: Started AirPods Battery Monitor. Jan 26 15:35:56 pop-os python3[473254]: Traceback (most recent call last): Jan 26 15:35:56 pop-os...
@delphiki After doing that, and restarting service, i still have: ```Jan 26 16:38:08 pop-os systemd[1]: airstatus.service: Failed with result 'exit-code'. Jan 26 16:38:11 pop-os systemd[1]: airstatus.service: Scheduled restart job, restart...
Also, the numbers read are way different from the ones i see on my IPad. Not sure why though.
Thx @Movisivi, but it's not related to that. Also, I prefer not to use `sudo` for installing dependencies. :)
Doesn't work for me unfortunately. Seems that should have been released with `0.6.0`, ! 65180add121fecf07a6b45480744b73bf40f8d1f
@Undin Both features were already set to the values proposed.
Hey, @federico-terzi did you have a chance to additionally look at this one?
seems to work
Interestingly enough, this warning seems to be coming from IntelliJ plugin, rather than kotlin compiler, since I get no warnings when I compile the project using gradle in the command...