Skip to content

[Discourse] ERROR aggregator/aggregator.go:77 aggregator error: json: cannot unmarshal number into Go struct field .topic_list.topics.posters.primary_group_id of type string #68

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
0x011011110 opened this issue Jan 13, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@0x011011110
Copy link

Steps to reproduce:

  1. Connect a Discourse system (in my case, forums.kali.org )
  2. Attempt to view posts
  3. "No items found" displays on UI; error log gives
2025-01-12T17:55:32.364-0600	DEBUG	ui/ui.go:331	generating UI viewcache
2025-01-12T17:55:32.364-0600	ERROR	aggregator/aggregator.go:77	aggregator error: json: cannot unmarshal number into Go struct field .topic_list.topics.posters.primary_group_id of type string

github.com/mrusme/neonmodem/aggregator.(*Aggregator).ListPosts
	/home/steev/git/neonmodem/aggregator/aggregator.go:77
github.com/mrusme/neonmodem/ui/views/posts.Model.Update.(*Model).refresh.func7
	/home/steev/git/neonmodem/ui/views/posts/posts.go:221
github.com/charmbracelet/bubbletea.(*Program).handleCommands.func1.1
	/home/steev/go/pkg/mod/github.com/charmbracelet/[email protected]/tea.go:289
2025-01-12T17:55:32.364-0600	ERROR	posts/posts.go:224	[json: cannot unmarshal number into Go struct field .topic_list.topics.posters.primary_group_id of type string]
github.com/mrusme/neonmodem/ui/views/posts.Model.Update.(*Model).refresh.func7
	/home/steev/git/neonmodem/ui/views/posts/posts.go:224
github.com/charmbracelet/bubbletea.(*Program).handleCommands.func1.1
	/home/steev/go/pkg/mod/github.com/charmbracelet/[email protected]/tea.go:289
@mrusme mrusme added the bug Something isn't working label Jan 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants