cyqsimon / ntfysh-spec

RPM build spec for binwiederhier/ntfy
GNU General Public License v3.0
3 stars 0 forks source link

Runs with an out of bounds error #3

Closed JacksonChen666 closed 9 months ago

JacksonChen666 commented 9 months ago

Upstream ntfy RPM works fine, this COPR package just doesn't work at all.

Logs:

root@laptop-server:~# /usr/bin/ntfy
panic: runtime error: slice bounds out of range [:7] with length 0

goroutine 1 [running]:
main.main()
    /builddir/build/BUILD/ntfy-2.7.0/main.go:27 +0x385

Version: 2.7.0-2.fc39

cyqsimon commented 9 months ago

Yikes. I know exactly what's wrong. The code to automatically fetch the commit hash must have failed. I'll fix it ASAP.

cyqsimon commented 9 months ago

Should be fixed in 2.7.0-3.

JacksonChen666 commented 9 months ago

Should be fixed in 2.7.0-3.

yep, fixed