this post was submitted on 16 Dec 2023
10 points (91.7% liked)

Melbourne

2069 readers
7 users here now

This community is a place created for the people of Melbourne and Victoria. We are a positive, welcoming and inclusive community. We might not agree about everything, but we always strive to stay civil and respectful.

The focus of our discussions is based around things that affect Victoria, but we are also free to discuss our local perspective on wider issues. Or head to the regular Daily Random Discussion thread to talk about anything.

Full Community Guidelines

Ongoing discussions, FAQs & Resources (still under construction)

Adoption Certificate for Nellie, the Daily Thread numbat (with thanks to @Catfish)

Feedback & Suggestions

founded 2 years ago
MODERATORS
 

Welcome to the Melbourne Community Daily Discussion Thread.

you are viewing a single comment's thread
view the rest of the comments
[–] RustyRaven@aussie.zone 6 points 2 years ago (3 children)

Apologies in advance, but the Lemmy upgrade appears to have broken the bot's ability to post - it is trying, but it can't actually connect to any communities for some reason. ☹️

If one of the nightowls could make a post at midnight that would be great - we can declare it "Manual Monday" and I can poke at the programming tomorrow when I have had some sleep.

[–] Seagoon_@aussie.zone 3 points 2 years ago

Sure, I'll be up. 👍

[–] bacon@aussie.zone 1 points 2 years ago

my old ID and password wouldn’t even work, this is a new account

[–] indisin@aussie.zone 1 points 2 years ago (3 children)

It'll possibly be an Auth issue with the bot, I was getting those when browsing since the upgrade.

All you might have to do is feed the bot a new set of creds and let it eat a new token :)

I could be completely wrong as I am guessing based on my user experience!

[–] Thornburywitch@aussie.zone 2 points 2 years ago

I had to sign in again too on my desktop.

[–] melbaboutown@aussie.zone 2 points 2 years ago (1 children)

I did have to sign in again so maybe. Wasn’t there some sort of lemmy update?

[–] indisin@aussie.zone 2 points 2 years ago (1 children)

Yeah there was, and if the community of devs maintaining lemmy is even mediocre, they'll not to do breaking API contract changes. Hence me thinking the bot is just having authentication/authorisation issues (I'm a very very experienced software dev)

[–] melbaboutown@aussie.zone 2 points 2 years ago (1 children)

Hehe, I didn't understand a word of that

[–] indisin@aussie.zone 2 points 2 years ago (1 children)

Basically the bot might have forgotten it's key card to get in to the office and the office rules haven't changed

[–] melbaboutown@aussie.zone 1 points 2 years ago

Yeah... well it does go off partying on weekends. Maybe it's hungover

[–] RustyRaven@aussie.zone 1 points 2 years ago (2 children)

There were initially issues with logging in, but I got that sorted out. IIt's now giving an error message when trying to connect to the individual communities, so something may have changed there. None of the other community bots seem to have posted daily threads today, so I guess it's not just my dodgy bot having issues with the change. The last major upgrade to Lemmy made some API changes that broke a lot of things, so it is definitely possible they have done the same again.

I was hoping to get some working code for the post sorted out today (based on working code from other communities) and then work on the cron stuff to trigger it (standby for questions regarding that, I am likely to have some!). But it is likely to take longer if everyone's bots are having the same issue.

[–] indisin@aussie.zone 1 points 2 years ago (1 children)

Urgh... Good devs do not make breaking changes so I feel really sorry for you and managing the bot.

I'm always happy to help and have a load of free time later this week and through in to late Jan to support you if you need it. Defo have a hack at it first though, it's the best way of learning this stuff IMO.

[–] RustyRaven@aussie.zone 1 points 2 years ago

The good news is I think I've fixed the logon/community connection problem. The bad news is I think I broke the part of the code that does the actual posting, so while I'm not getting any messages now it's also just not doing anything!

[–] indisin@aussie.zone 1 points 2 years ago (1 children)

Also feel free to DM me the http response code and exception message. Make sure you remove any tokens &/or and PII though.

[–] indisin@aussie.zone 1 points 2 years ago

A stack trace would be awesome too