Thomas Zarebczan
Thomas Zarebczan
If you edit an older post and sync it with LBRY, it will use the current time during the publish process. We can pass release_time (unix timestamp) to set the...
Indexer was still running, but full node was shutdown ``` 2020-12-15T00:09:40.945Z WARN pruner indexer/indexer.go:306 unable to prune lbrycrdd {"prune height": 868152, "error": "invalid response: 500 Internal Server Error {\"result\":null,\"error\":{\"code\":-1,\"message\":\"Cannot prune...
I've been playing around with Rosetta for LBRY, and I've noticed I have lots of trouble on the initial sync + index when we start getting some larger blocks come...
Herald process grows to use up all memory, then ooms, and sometimes the other containers won't come back up, requiring manual intervention.
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 commented on [Tue Jun 07 2022](https://github.com/lbryio/herald.go/issues/34) Currently, you have to pass 2 extra parameters to return claims with validated signatures. For centralized versions, there should be a mode where...
Probably related to: https://github.com/lbryio/hub/issues/76 ```{"method": "claim_search", "params":{"no_totals": true, "order_by": ["trending_group", "trending_mixed"], "claim_type": ["stream", "repost"], "stream_types": ["audio", "video"], "limit_claims_per_channel": 999, "page": 1, "page_size": 20, "release_time": ">1645103286", "channel_ids": ["80d2590ad04e36fb1d077a9b9e3a8bba76defdf8", "a8d1094b9c6624f59f19f6e139152d1e00caa9f4", "d4d17e20bec31c971b1ab6370a11203ccec095a4", "4841ccaac983b40eff8c7724afd31f4163277cbe",...
i.e. {"jsonrpc":"2.0","method":"claim_search","params":{"page_size":20,"page":1,"claim_type":["stream","repost"],"no_totals":true,"not_tags":[],"order_by":["release_time"],"has_source":true,"fee_amount":">=0","channel_ids":["0739af4338a3e9c2307c4170107b30c0af1e1a1f"],"release_time":"
in video description fields, plain URLs that contain parentheses, like some Wikipedia links, usually break at the closing parenthesis. Example: https://en.wikipedia.org/wiki/Mark_Levine_(disambiguation) . The issue can be circumvented through the use...