kat revised this gist . Go to revision
1 file changed, 55 insertions
yarnd-exception.log(file created)
@@ -0,0 +1,55 @@ | |||
1 | + | May 29 17:52:31 kat-optiplex9020 yarnd[179733]: time="2025-05-29T17:52:31-04:00" level=info msg="synced store" | |
2 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: 2025/05/29 17:52:39 http: panic serving 192.168.1.123:54984: interface conversion: interface {} is nil, not *internal.User | |
3 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: goroutine 211 [running]: | |
4 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: net/http.(*conn).serve.func1() | |
5 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: /usr/local/golang/src/net/http/server.go:1947 +0xbe | |
6 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: panic({0xffa280?, 0xc001a57410?}) | |
7 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: /usr/local/golang/src/runtime/panic.go:792 +0x132 | |
8 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: git.mills.io/yarnsocial/yarn/internal.(*Server).initRoutes.(*Server).DelUserHandler.func217({0x13f46d0, 0xc0010015a0}, 0xc000314140, {0x0?, 0xc0003e2c80?, 0xc001745200?}) | |
9 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: /var/www/yarn2/internal/manage_handlers.go:338 +0x45f | |
10 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: git.mills.io/yarnsocial/yarn/internal/auth.(*SessionAuth).MustAuth.func1({0x13f46d0, 0xc0010015a0}, 0xc000314140, {0x0, 0x0, 0x0}) | |
11 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: /var/www/yarn2/internal/auth/session_auth.go:29 +0xbe | |
12 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: git.mills.io/yarnsocial/yarn/internal.(*Server).initRoutes.Handler.func218.1({0x13f46d0?, 0xc0010015a0?}, 0xc00102f1a8?) | |
13 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: /home/yarn/go/pkg/mod/github.com/slok/go-http-metrics@v0.13.0/middleware/httprouter/httprouter.go:18 +0x2e | |
14 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: net/http.HandlerFunc.ServeHTTP(0xc001745250?, {0x13f46d0?, 0xc0010015a0?}, 0x4f5d53?) | |
15 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: /usr/local/golang/src/net/http/server.go:2294 +0x29 | |
16 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: github.com/slok/go-http-metrics/middleware/std.Handler.func1.1() | |
17 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: /home/yarn/go/pkg/mod/github.com/slok/go-http-metrics@v0.13.0/middleware/std/std.go:27 +0x2b | |
18 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: github.com/slok/go-http-metrics/middleware.Middleware.Measure({{0x13f46a0, 0xc00110dad0}, {0x11146ea, 0x5}, 0x1, 0x0, 0x0, 0xc0011c5ad0}, {0x1117937, 0x7}, ...) | |
19 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: /home/yarn/go/pkg/mod/github.com/slok/go-http-metrics@v0.13.0/middleware/middleware.go:142 +0x2f9 | |
20 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: github.com/slok/go-http-metrics/middleware/std.Handler.func1({0x13f4670, 0xc00039ed90}, 0xc000314140) | |
21 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: /home/yarn/go/pkg/mod/github.com/slok/go-http-metrics@v0.13.0/middleware/std/std.go:26 +0x185 | |
22 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: net/http.HandlerFunc.ServeHTTP(0x13f46a0?, {0x13f4670?, 0xc00039ed90?}, 0x5?) | |
23 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: /usr/local/golang/src/net/http/server.go:2294 +0x29 | |
24 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: git.mills.io/yarnsocial/yarn/internal.(*Server).initRoutes.Handler.func218({0x13f4670, 0xc00039ed90}, 0xc000314140, {0x0, 0x0, 0x0}) | |
25 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: /home/yarn/go/pkg/mod/github.com/slok/go-http-metrics@v0.13.0/middleware/httprouter/httprouter.go:21 +0x126 | |
26 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: github.com/julienschmidt/httprouter.(*Router).ServeHTTP(0xc000b4f500, {0x13f4670, 0xc00039ed90}, 0xc000314140) | |
27 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: /home/yarn/go/pkg/mod/github.com/julienschmidt/httprouter@v1.3.0/router.go:387 +0x7cb | |
28 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: git.mills.io/yarnsocial/yarn/internal.(*Router).ServeHTTP(0xc001b4b530?, {0x13f4670?, 0xc00039ed90?}, 0xc001d18910?) | |
29 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: /var/www/yarn2/internal/router.go:144 +0x1f | |
30 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: github.com/justinas/nosurf.(*CSRFHandler).handleSuccess(...) | |
31 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: /home/yarn/go/pkg/mod/github.com/justinas/nosurf@v1.1.1/handler.go:187 | |
32 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: github.com/justinas/nosurf.(*CSRFHandler).ServeHTTP(0xc0002d6000, {0x13f4670, 0xc00039ed90}, 0x13e6f80?) | |
33 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: /home/yarn/go/pkg/mod/github.com/justinas/nosurf@v1.1.1/handler.go:180 +0x532 | |
34 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: git.mills.io/yarnsocial/yarn/internal.NewServer.(*Manager).Handler.func3({0x13f4670, 0xc00039ed90}, 0xc001c21e00) | |
35 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: /home/yarn/go/pkg/mod/go.mills.io/sessions@v0.0.0-20230102023727-1d4fd809624f/manager.go:193 +0x12f | |
36 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: net/http.HandlerFunc.ServeHTTP(0x1c5dd70?, {0x13f4670?, 0xc00039ed90?}, 0x4?) | |
37 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: /usr/local/golang/src/net/http/server.go:2294 +0x29 | |
38 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: github.com/NYTimes/gziphandler.GzipHandlerWithOpts.func1.1({0x13f3f80, 0xc001001500}, 0xc001c21e00) | |
39 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: /home/yarn/go/pkg/mod/github.com/!n!y!times/gziphandler@v1.1.1/gzip.go:338 +0x299 | |
40 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: net/http.HandlerFunc.ServeHTTP(0xc0009447c0?, {0x13f3f80?, 0xc001001500?}, 0x419ce5?) | |
41 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: /usr/local/golang/src/net/http/server.go:2294 +0x29 | |
42 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: git.mills.io/yarnsocial/yarn/internal.NewServer.PeerDetectionHandler.func4({0x13f3f80, 0xc001001500}, 0xc001c21e00) | |
43 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: /var/www/yarn2/internal/middleware.go:26 +0x5d | |
44 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: net/http.HandlerFunc.ServeHTTP(0x13f3860?, {0x13f3f80?, 0xc001001500?}, 0x0?) | |
45 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: /usr/local/golang/src/net/http/server.go:2294 +0x29 | |
46 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: git.mills.io/yarnsocial/yarn/internal.NewServer.(*Logger).Handler.func5({0x13f3860, 0xc001d22620}, 0xc001c21e00) | |
47 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: /home/yarn/go/pkg/mod/github.com/unrolled/logger@v0.0.0-20201216141554-31a3694fe979/logger.go:80 +0xa9 | |
48 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: net/http.HandlerFunc.ServeHTTP(0x419ce5?, {0x13f3860?, 0xc001d22620?}, 0xc001d22601?) | |
49 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: /usr/local/golang/src/net/http/server.go:2294 +0x29 | |
50 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: net/http.serverHandler.ServeHTTP({0x13efd40?}, {0x13f3860?, 0xc001d22620?}, 0x6?) | |
51 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: /usr/local/golang/src/net/http/server.go:3301 +0x8e | |
52 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: net/http.(*conn).serve(0xc00185a630, {0x13f5438, 0xc000f8c360}) | |
53 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: /usr/local/golang/src/net/http/server.go:2102 +0x625 | |
54 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: created by net/http.(*Server).Serve in goroutine 102 | |
55 | + | May 29 17:52:39 kat-optiplex9020 yarnd[179733]: /usr/local/golang/src/net/http/server.go:3454 +0x485 |
Newer
Older