neonmodem icon indicating copy to clipboard operation
neonmodem copied to clipboard

loadSystems crashes with wrong Lemmy password

Open joshnb opened this issue 1 year ago • 13 comments

panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x80 pc=0x563d981d6ad1]

goroutine 1 [running]: github.com/mrusme/neonmodem/cmd.loadSystems(0xc000456000) github.com/mrusme/neonmodem/cmd/root.go:98 +0xf1 github.com/mrusme/neonmodem/cmd.glob..func1(0x563d98b4a1c0?, {0x563d981dbc8c?, 0x0?, 0x0?}) github.com/mrusme/neonmodem/cmd/root.go:115 +0xdc github.com/spf13/cobra.(*Command).execute(0x563d98b4a1c0, {0xc000024240, 0x0, 0x0}) github.com/spf13/[email protected]/command.go:920 +0x847 github.com/spf13/cobra.(*Command).ExecuteC(0x563d98b4a1c0) github.com/spf13/[email protected]/command.go:1044 +0x3bd github.com/spf13/cobra.(*Command).Execute(...) github.com/spf13/[email protected]/command.go:968 github.com/mrusme/neonmodem/cmd.Execute(0xc0000061a0?) github.com/mrusme/neonmodem/cmd/root.go:127 +0x3e main.main() github.com/mrusme/neonmodem/neonmodem.go:13 +0x25

can find the file to try to figure out what its not working.. Any ideas?

joshnb avatar Jun 09 '23 06:06 joshnb