Skip to content
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

missing claim search - reposts + stream_type #82

Open
tzarebczan opened this issue Jul 25, 2022 · 0 comments
Open

missing claim search - reposts + stream_type #82

tzarebczan opened this issue Jul 25, 2022 · 0 comments
Labels
type: bug Existing functionality is wrong or broken

Comments

@tzarebczan
Copy link

randomly some reposts won't show when stream type is passed. It works for some though.

Compare:
{"jsonrpc":"2.0","method":"claim_search","params":{"page_size":36,"page":1,"claim_type":["repost"],"no_totals":true,"not_channel_ids":[],"order_by":["release_time"],"has_source":true,"channel_ids":["bc935e4482c6bf70d14dd872fae159a65c552eb3"],"release_time":">1657206000"},"id":1658422571434}
to
{"jsonrpc":"2.0","method":"claim_search","params":{"page_size":36,"page":1,"claim_type":["repost"],"no_totals":true,"not_channel_ids":[],"order_by":["release_time"],"has_source":true,"channel_ids":["bc935e4482c6bf70d14dd872fae159a65c552eb3"],"release_time":">1657206000","stream_types":["video"]},"id":1658422571434}

@tzarebczan tzarebczan added the type: bug Existing functionality is wrong or broken label Jul 25, 2022
@moodyjon moodyjon transferred this issue from lbryio/herald.go Aug 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Existing functionality is wrong or broken
Projects
None yet
Development

No branches or pull requests

1 participant