~witcher

Germany

https://wiredspace.de

Software Engineer. Mainly working with Rust. Interested in a lot of things but don't talk to me about Cryptocurrencies, Blockchain, and AI.

Trackers

~witcher/rss-email

Last active 3 months ago

~witcher/todotxt

Last active 3 months ago

~witcher/medge-split-merge

Last active 1 year, 3 months ago

~witcher/incidence_updates

Last active 1 year, 4 months ago

~witcher/discord_covid19

Last active 1 year, 4 months ago

~witcher/discord_sr

Last active 1 year, 4 months ago

#29 Connection error: Connection error: received corrupt message 3 months ago

Comment by ~witcher on ~witcher/rss-email

I wish there were a modern sendmail replacement which relayed via my personal email account but ran as a user-service rather than a system-service. What about msmtp? It has a sendmail mode, that might work for you.

That is indeed odd, I also don't see anything wrong with the email. I tried sending the same exact post about Alpine fetched from the same feed to me and that worked fine, I never had issues with your blog and rss-email.

I'm guessing opening a ticket upstream might yield more information. Sorry I can't help more! Feel free to link to the upstream ticket here, and good luck.

#29 Connection error: Connection error: received corrupt message 3 months ago

Comment by ~witcher on ~witcher/rss-email

No idea from just looking at the output. Are you on the latest commit on main? If not, error messages should be better there so hopefully you can tell what went wrong.

In hindsight I'm not very happy with the fact that rss-email is actually sending email by itself at all. I probably should have delegated this to something like sendmail through stdout instead to avoid errors like that... Maybe I'll do that in the future

#28 Make `INFO` logging less noisy 3 months ago

Ticket created by ~witcher on ~witcher/rss-email

Database queries probably shouldn't be displayed when using the INFO logging level.

#26 Show better error messages 3 months ago

Comment by ~witcher on ~witcher/rss-email

witcher referenced this ticket in commit daff78d.

REPORTED RESOLVED IMPLEMENTED

#27 Don't fail execution if fetching a feed fails 3 months ago

Comment by ~witcher on ~witcher/rss-email

witcher referenced this ticket in commit daff78d.

REPORTED RESOLVED IMPLEMENTED

#27 Don't fail execution if fetching a feed fails 3 months ago

Ticket created by ~witcher on ~witcher/rss-email

#26 Show better error messages 3 months ago

Ticket created by ~witcher on ~witcher/rss-email

If, for example, a feed is malformed, the name of the feed is not printed, so a guess needs to be made which feed might be malformed.

The printed error should log not only what happened, but also where it happened.

#21 Add support for Postgres in addition to sqlite 3 months ago

Comment by ~witcher on ~witcher/rss-email

Using sqlx, supporting both Sqlite and Postgres is hard to do as compile time checks are used. In addition, sqlite is enough, and supporting Postgres now, too, seems a bit overkill for the scope of this.

REPORTED RESOLVED CLOSED

#25 Replace `rustup-init` with the usual `rust` package in CI 3 months ago

Comment by ~witcher on ~witcher/rss-email

Switched to Arch Linux build image. Might go back to the Alpine one to make sure builds go through on musl-based systems, but I'm not willing to figure out Rust on Alpine currently.

REPORTED RESOLVED FIXED

#4 Implement strict recurring rule 4 months ago

Comment by ~witcher on ~witcher/todotxt

witcher referenced this ticket in commit bc6fb9a.

REPORTED RESOLVED IMPLEMENTED