Nikola Kotur
Nikola Kotur
This happens when there are no commits in the repo. Easily reproduced with: ```sh $ mkdir /tmpx && cd /tmp/x $ git init Initialized empty Git repository in /tmp/x/.git/ $...
@HalisCz, installing `python-apt` as @reddoggad suggests solves it for me.
I have been affected by this issue for a long time as well. And I think I might have some insight. What I noticed is that server 403s or 500s...
Possibly related: https://github.com/nextcloud/deck/issues/2198
@desperateCoder I just tried [the latest APK](https://github.com/stefan-niedermann/nextcloud-deck/issues/1560#issuecomment-1937779144) you posted, and success! The boards load and I can use them. It's been a while since I saw them on my phone...
Just tried [that one](https://github.com/stefan-niedermann/nextcloud-deck/issues/1560#issuecomment-1936996735) as well. At first run it failed with: ``` Full Crash: App Version: 1.23.4 App Version Code: 1023004 App Flavor: dev Files App Version Code: 30270090...
Possible dupe of #874, but chooses to keep `curl` instead of switching to `wget`.
I just tried to compile it to experiment, and it fails with: ``` $ make make CONFIG_TOA=m -C /lib/modules/`uname -r`/build M=`pwd` modules make[1]: Entering directory '/usr/src/linux-headers-4.19.52' CC [M] /home/kotnik/elb-toa/src/toa.o /home/kotnik/elb-toa/src/toa.c:...
Are you sure you didn't request `arm64` yourself, since I can clearly see in [Docker Hub](https://hub.docker.com/r/jez500/bender/tags) it's built for `linux/amd64` only?