bubbleguuum
bubbleguuum
Note sure what you mean exactly in the second paragraph, but the PR works for extracting TuneIn stream metadata as JSON (with -J). It doesn't work for downloading audio (does...
this script has a weird logic where it operates only on `/dev/sdXY` devices if `udiskie-info` enumerates more than 1 device.
I tested and: - I get the crash in first post with published 0.12.2 (expected) - I do not get the crash using current git smbj as of the date...
Yes please disregard, I did my testing wrong (was actually using v0.11.1 instead of git master!). Will do it again properly with the PR applied.
Still crashing using master git + the 1 line PR. Double checked that everything is correct this time, with even a logged "LALA" line just before the `if (ctx.sessionKey !=...
Still happening on 5.2.0, though probably fairly rare. Seen reported on a Samsung Android 12 device: ``` java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String com.dropbox.core.DbxRequestConfig.getUserLocale()' on a null object reference...
I suppose I got hit by this issue, updating my ThinkPad P72 BIOS. After BIOS update was completed (as shown in photos above), it rebooted into Windows (instead of GRUB)....
Thank you for the comment. Note that the same thing happened a few months ago on this machine when I updated the BIOS the same way, but I did not...
I also noticed that Secure Boot is disabled because it is in Setup Mode. All keys managed by `mokutil` have been removed. ``` ~> mokutil --sb-state SecureBoot disabled Platform is...
The trace above was because I was compiling with `-Werror` (which makes all warnings to be error). Without `-Werror` above message is a warning.