TuxCoder
TuxCoder
@jmozmoz in your last try, you have used the false topic, see first post from me. That is the reason for false md5sum.
hmm, from the uart debug messages, It looks like your devices haven't received any update message. I testest my stuff with `mosquitto_pub --capath /etc/ssl/certs -h .... -p 8883 -u switch6...
tried the branch from timpur with ssl support. (v2.1) result: Sometimes same error as jmozmoz, so no log entry about OTA, but a mqtt disconnect. And this stacktrace, after a...
One time a freeze, followed by a reboot ``` ✔ MQTT ready Triggering MQTT_READY event... 〽 Sending statistics... • Wi-Fi signal quality: 78% • Uptime: 12s Receiving OTA payload ↕...
It is very interesting, that if I try it multiple times, sometimes the OTA starts but gets hang up later with a freez or stacktrace. Will try to setup gdb,...
I have the same bug, same settings (unlimited quota) If I understand correctly: here you parse the account info from a user: https://github.com/haiwen/seadroid/blob/master/app/src/main/java/com/seafile/seadroid2/account/AccountInfo.java#L35 On a webbrowser I geht this data...
Also set my account quota to something high (100GB) but not unlimited and it works, so it has clearly something to do with the quota. Also here Server data: Using...
one ref to were the source gets modified: https://github.com/enjoy-digital/litex/blob/master/litex/soc/software/libc/Makefile#L42 not sure if there are others
ah I see, upstream also updated to go1.23 https://github.com/goauthentik/authentik/blob/main/go.mod probably add a note in the readme that this flake only builds against unstable, as authentik is not really stable yet?
Thanks for the replay, will test with non overrides but currently a bit busy, so sorry for the delay