Error Bad Request Media not Found (400) #24
Labels
No labels
bug
contribution welcome
duplicate
enhancement
good first issue
help wanted
invalid
question
upstream
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Reference
marvin8/feed2fedi#24
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi, thank you for Feed2Fedi
Installed: version Feed2Fedi 3.0.0 in Debian 11 python 3.9.2
I get this error with one feed (actually two diferent feeds in the same domain) when posting with Feed2Fedi
this is the error in the log.file
I have tried to limit posting options (about media) without success, some other configs/sources work fine.
"bot_post_media": false,I presume source is not perfectly formed, but tested with rss readers (two) and both article and media are available in the feed.
Any suggestion about this issue? Or is this originated from my fediverse instance? (the account I'm trying to use to post from)
thank you
And this is when I try to run it directly from command line:
if I inmediatly run it again then it brings no error (nor published anything) as it reads source and finds "no new articles" so it does not try to publish.
any help pointed to a possible cause or solution would be appreciated. thanks
Edit
full .json BTW
Thanks for raising this issue.
Having had a look at it, I think it might be an issue where the media attachment wasn't successfully uploaded but no error was raised.
I will make some refinements in that are and release a new version in the next week or two.
PS:
I was trying to have a look at your source rss feed, but the I am unable to connect to the feed url in the .json you shared. Is that the correct feed url?
no! it's redacted as instance/token
this is a real one I've tried to use
tested in two readers (and w3c validator)
thank you for your time and work
Hoping this is addressed in release 3.1.0
I will update and report here.
Closing issue as I assume it has been addressed in release 3.1.0
Got this error with gotosocial and posts without medias. For such posts
minimal-activitypubsent to servermedia_ids[] = '', and gotosocial (since some moment) can't handle this. Probably it's trying find media with ID = ''Fix problem just by removing this line:
codeberg.org/marvinsmastodontools/minimal-activitypub@6ba8dfee8c/src/minimal_activitypub/client_2_server.py (L775)Thanks @MrClon for creating PR 14 in minimal_activitypub
I'll merge your PR and will then release a new version of Feed2Fedi in the next few days.
This should be fixed now in Release 3.1.1