moecki

Results 16 comments of moecki

@the-gorilla-steem I tested it with DU. The error still exists (I removed the old cover url before): https://steemworld.org/block/92144888/92144888-2 ``` INFO:hive.indexer.community:validating @moecki op ['updateProps', {'community': 'hive-146118', 'props': {'title': 'Deutsch Unplugged', 'settings':...

@the-gorilla-steem I updated my condenser and tried to save community settings with empty fields `Profile picture url` and `Cover image url`. ![Image](https://github.com/user-attachments/assets/1fe0031a-6df2-460b-b861-339d9ee2d68c) Then it throws this error: ``` Uncaught TypeError:...

@the-gorilla-steem I added some [suggestions](https://github.com/the-gorilla-steem/condenser/commit/1e8b0eb8ffd983e19e29d4b5c20deb9f450f8a62#commitcomment-154921953) to your commit.

The query is used in [`pids_by_query`](https://github.com/steemit/hivemind/blob/90f5311aee49bb901ea04037ba0e44143b1440db/hive/server/condenser_api/cursor.py#L165). with params: ``` sort = created, tag = hive-xxxx, start_permlink = None ``` Is called by `condenser_api.get_discussions_by_created` and `condenser_api.get_state` As I see there is...

> I wrote this a while ago... > > https://steemit.com/hive-151113/@the-gorilla/how-to-run-steemit-condenser-without-docker-on-windows > > Is that any help? @the-gorilla-steem you wrote about the Condenser, but this is the Steem repo.

I don't think because you got the error message `Permlink is not a valid size.` Your error message should have caused by the first assertion. The [definitions](https://github.com/steemit/steem/blob/b2f8567887b100996f44605dfa96343ee84136d6/libraries/protocol/include/steem/protocol/config.hpp#L236) are ```cpp #define...