HTTP error 422 #5

Closed
opened 2021-08-18 18:16:34 +02:00 by vestingz · 5 comments

I am trying to process this feed: https://www.bundesverfassungsgericht.de/SiteGlobals/Functions/RSSFeed/DE/Pressemitteilungen/RSSPressemitteilungen.xml

and post the results to a Mastodon instance at botsin.space. Mastorss quits with HTTP error: 422 although it seems like it is correctly compiling a toot from the feed (according to running MASTORSS_DEBUG=1 mastorss config.file.

Any ideas?

I am trying to process this feed: https://www.bundesverfassungsgericht.de/SiteGlobals/Functions/RSSFeed/DE/Pressemitteilungen/RSSPressemitteilungen.xml and post the results to a Mastodon instance at botsin.space. Mastorss quits with `HTTP error: 422` although it seems like it is correctly compiling a toot from the feed (according to running `MASTORSS_DEBUG=1 mastorss config.file`. Any ideas?
Owner

Can you post the log from running with MASTORSS_DEBUG=1, please?

Can you post the log from running with `MASTORSS_DEBUG=1`, please?
Author

Sure, here you go: https://0x0.st/-yfR.txt

Sure, here you go: https://0x0.st/-yfR.txt
Owner

You have set max_size: 1000 but botsin.space only allows up to 500 characters.

I have added the error response from the server to the debug output, so these kinds of errors should be easier to debug in the future.

You have set `max_size: 1000` but botsin.space only allows up to 500 characters. [I have added](https://schlomp.space/tastytea/mastorss/commit/87760bba2d73c4b0df61d2f90d972b841018eb80) the error response from the server to the debug output, so these kinds of errors should be easier to debug in the future.
Author

You have set max_size: 1000 but botsin.space only allows up to 500 characters.

m( I am so sorry! Actually I checked the instances rules more than once for a character limit but didn't find any. Thanks for clearing that up! :)

I have added the error response from the server to the debug output, so these kinds of errors should be easier to debug in the future.

That is really great, thank you!

> You have set `max_size: 1000` but botsin.space only allows up to 500 characters. m( I am so sorry! Actually I checked the instances rules more than once for a character limit but didn't find any. Thanks for clearing that up! :) > [I have added](https://schlomp.space/tastytea/mastorss/commit/87760bba2d73c4b0df61d2f90d972b841018eb80) the error response from the server to the debug output, so these kinds of errors should be easier to debug in the future. That is really great, thank you!
Owner

Actually I checked the instances rules more than once for a character limit but didn't find any.

You can find it in the web interface at the right bottom of the new post widget.

> Actually I checked the instances rules more than once for a character limit but didn't find any. You can find it in the web interface at the right bottom of the new post widget.
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: tastytea/mastorss#5
No description provided.