Doug Hoyte (npub1yxp…qud4) after upgrading my relay, my sync command no longer works. Is this a compatibility issue between <=0.9.7 relays and my 1.0.1 relay? Here's the original command my relay tried run to sync notes when a new user joined:
/app # /app/strfry sync wss://relay.damus.io --dir=down --filter='{"authors":["df8f0a640c3ffd09e293999acfa399d0574c8501fcdabceca5072ee2057d87a5"]}'
date time ( uptime ) [ thread name/id ] v|
2024-09-26 11:25:28.781 ( 0.039s) [main thread ]INFO| arguments: /app/strfry sync wss://relay.damus.io --dir=down --filter={\"authors\":[\"df8f0a640c3ffd09e293999acfa399d0574c8501fcdabceca5072ee2057d87a5\"]}
2024-09-26 11:25:28.781 ( 0.039s) [main thread ]INFO| Current dir: /app
2024-09-26 11:25:28.781 ( 0.039s) [main thread ]INFO| stderr verbosity: 0
2024-09-26 11:25:28.781 ( 0.039s) [main thread ]INFO| -----------------------------------
2024-09-26 11:25:28.781 ( 0.039s) [main thread ]INFO| CONFIG: Loading config from file: /etc/strfry.conf
2024-09-26 11:25:28.798 ( 0.057s) [main thread ]INFO| CONFIG: successfully installed
2024-09-26 11:25:28.800 ( 0.059s) [main thread ]INFO| Filter matches 53 events
2024-09-26 11:25:28.802 ( 0.061s) [main thread ]INFO| Attempting to connect to wss://relay.damus.io
2024-09-26 11:25:29.010 ( 0.269s) [main thread ]INFO| Connected to wss://relay.damus.io (104.21.61.55)
2024-09-26 11:25:29.098 ( 0.357s) [main thread ]WARN| Unexpected message from relay: ["NOTICE","ERROR: negentropy error: negentropy query missing elements"]
I tried reformatting the params like you have in the sync portion of the docs, but same result:
/app # ./strfry sync wss://relay.damus.io --dir down --filter '{"authors":["df8f0a640c3ffd09e293999acfa399d0574c8501fcdabceca5072ee2057d87a5"]}'
date time ( uptime ) [ thread name/id ] v|
2024-09-26 11:36:24.406 ( 0.041s) [main thread ]INFO| arguments: ./strfry sync wss://relay.damus.io --dir down --filter {\"authors\":[\"df8f0a640c3ffd09e293999acfa399d0574c8501fcdabceca5072ee2057d87a5\"]}
2024-09-26 11:36:24.406 ( 0.041s) [main thread ]INFO| Current dir: /app
2024-09-26 11:36:24.406 ( 0.041s) [main thread ]INFO| stderr verbosity: 0
2024-09-26 11:36:24.406 ( 0.041s) [main thread ]INFO| -----------------------------------
2024-09-26 11:36:24.407 ( 0.041s) [main thread ]INFO| CONFIG: Loading config from file: /etc/strfry.conf
2024-09-26 11:36:24.423 ( 0.058s) [main thread ]INFO| CONFIG: successfully installed
2024-09-26 11:36:24.426 ( 0.060s) [main thread ]INFO| Attempting to connect to wss://relay.damus.io
2024-09-26 11:36:24.581 ( 0.216s) [main thread ]INFO| Connected to wss://relay.damus.io (104.21.61.55)
2024-09-26 11:36:24.639 ( 0.274s) [main thread ]WARN| Unexpected message from relay: ["NOTICE","ERROR: negentropy error: negentropy query missing elements"]