r-sauna / lemmy-reddit-bot

A oneway sync bot lemmy->reddit
2 stars 1 forks source link

Connection Failed! #1

Open MrMcMisterson opened 1 year ago

MrMcMisterson commented 1 year ago

The lemmy bot doesn't seem to want to connect. Is there some event logs that we could generate to see where the issue is?

bwachter commented 1 year ago

Are you running it against an instance with 0.18.x?

The version of the lemmy bot library currently pulled in only works with instances up to 0.17.x - I started updating it, but ran into problems with no longer receiving any events, see https://github.com/r-sauna/lemmy-reddit-bot/issues/1

MrMcMisterson commented 1 year ago

Ah yeah. Its the most up to date version.

bwachter commented 1 year ago

You can try by changing the lemmy-bot dependency in package.json to https://github.com/SleeplessOne1917/lemmy-bot.git with the latest git hash there - for me it'll take a bit over a week before I'll have time myself to continue with that.