Package Details: jfa-go 0.5.1-1

Git Clone URL: https://aur.archlinux.org/jfa-go.git (read-only, click to copy)
Package Base: jfa-go
Description: A web app for managing users on Jellyfin
Upstream URL: https://github.com/hrfee/jfa-go
Keywords: go jellyfin jellyfin-accounts
Licenses: MIT
Submitter: hrfee
Maintainer: hrfee
Last Packager: hrfee
Votes: 1
Popularity: 0.000000
First Submitted: 2020-08-19 15:23 (UTC)
Last Updated: 2023-12-26 19:00 (UTC)

Required by (0)

Sources (1)

Latest Comments

eh8 commented on 2021-01-18 01:10 (UTC)

@hrfee cheers, thank you and great work

hrfee commented on 2021-01-18 00:13 (UTC) (edited on 2021-01-18 00:13 (UTC) by hrfee)

@nasdack apologies, it's been a while since i've tested from a fresh install. Somehow the default config has the language capitalized, so the corresponding file can't be found. In your config (~/.config/jfa-go/config.ini), set any occurrences of en-US to en-us. I've fixed the initial value for later releases.

eh8 commented on 2021-01-17 22:53 (UTC) (edited on 2021-01-17 22:53 (UTC) by eh8)

Thanks @hrfee, I got past initial setup but when prompted to refresh the page:

jfa-go version: 0.2.8 (e68dccb)
[INFO] 17:51:58 Using Jellyfin server type
[INFO] 17:51:59 Authenticated with http://***.***.*.*:8096
[INFO] 17:51:59 Loading routes
[INFO] 17:51:59 Invite daemon started
[INFO] 17:51:59 Starting router @ 0.0.0.0:8056


2021/01/17 17:52:03 [Recovery] 2021/01/17 - 17:52:03 panic recovered:
template: admin.html:19:49: executing "admin.html" at <.strings.login>: nil pointer evaluating interface {}.login
/home/eh8/go/pkg/mod/github.com/gin-gonic/gin@v1.6.3/context.go:842 (0x991855)
        (*Context).Render: panic(err)
/home/eh8/go/pkg/mod/github.com/gin-gonic/gin@v1.6.3/context.go:851 (0x991918)
        (*Context).HTML: c.Render(code, instance)
/home/eh8/.cache/yay/jfa-go/src/jfa-go/views.go:25 (0xbc04da)
/home/eh8/.cache/yay/jfa-go/src/jfa-go/views.go:54 (0xbc1157)
/home/eh8/go/pkg/mod/github.com/gin-gonic/gin@v1.6.3/context.go:161 (0x98d95a)
        (*Context).Next: c.handlers[c.index](c)
/home/eh8/go/pkg/mod/github.com/gin-gonic/gin@v1.6.3/recovery.go:83 (0x9a1624)
        RecoveryWithWriter.func1: c.Next()
/home/eh8/go/pkg/mod/github.com/gin-gonic/gin@v1.6.3/context.go:161 (0x98d95a)
        (*Context).Next: c.handlers[c.index](c)
/home/eh8/go/pkg/mod/github.com/gin-gonic/gin@v1.6.3/logger.go:241 (0x9a0724)
        LoggerWithConfig.func1: c.Next()
/home/eh8/go/pkg/mod/github.com/gin-gonic/gin@v1.6.3/context.go:161 (0x98d95a)
        (*Context).Next: c.handlers[c.index](c)
/home/eh8/go/pkg/mod/github.com/gin-gonic/gin@v1.6.3/gin.go:409 (0x997979)
        (*Engine).handleHTTPRequest: c.Next()
/home/eh8/go/pkg/mod/github.com/gin-gonic/gin@v1.6.3/gin.go:367 (0x99706c)
        (*Engine).ServeHTTP: engine.handleHTTPRequest(c)
/usr/lib/go/src/net/http/server.go:2843 (0x71a382)
        serverHandler.ServeHTTP: handler.ServeHTTP(rw, req)
/usr/lib/go/src/net/http/server.go:1925 (0x715a8c)
        (*conn).serve: serverHandler{c.server}.ServeHTTP(w, w.req)
/usr/lib/go/src/runtime/asm_amd64.s:1374 (0x46ff40)
        goexit: BYTE    $0x90   // NOP

[GIN] GET(/) => 500

hrfee commented on 2021-01-16 21:38 (UTC)

@nasdack I've just fixed the issue, which happened because GOPATH was not in the PATH already after installing go.

eh8 commented on 2020-11-20 03:40 (UTC)

swag init -g main.go
make: swag: No such file or directory
make: *** [Makefile:34: swagger] Error 127
==> ERROR: A failure occurred in prepare().
    Aborting...
error: failed to build 'jfa-go-0.2.1-1':