RSS Widget can't fetch feed, HTTP Code 401 #341

Closed
opened 2023-02-15 09:11:44 +00:00 by puniko · 1 comment
Contributor

The RSS Widget doesn't seem to be able to fetch rss feeds anymore

the /fetch-rss endpoint returns a 401

{
	"error": {
		"message": "Authentication is required, but authenticating information was not or not appropriately provided.",
		"code": "AUTHENTICATION_REQUIRED",
		"endpoint": "fetch-rss"
	}
}

Request Path the widget uses (as i tested): /api/fetch-rss?url=https%3A%2F%2Fwww.animenewsnetwork.com%2Fnewsroom%2Frss.xml

The RSS Widget doesn't seem to be able to fetch rss feeds anymore the `/fetch-rss` endpoint returns a 401 ``` { "error": { "message": "Authentication is required, but authenticating information was not or not appropriately provided.", "code": "AUTHENTICATION_REQUIRED", "endpoint": "fetch-rss" } } ``` Request Path the widget uses (as i tested): `/api/fetch-rss?url=https%3A%2F%2Fwww.animenewsnetwork.com%2Fnewsroom%2Frss.xml`
Owner

The fetch-rss endpoint requires authentication since commit c5e1c42d0a. For some reason the client uses the normal fetch method instead of os.api.

The `fetch-rss` endpoint requires authentication since commit c5e1c42d0ad69c7cd7ef5b665f36a68396471df6. For some reason the client uses the normal `fetch` method instead of `os.api`.
Johann150 self-assigned this 2023-02-15 19:41:38 +00:00
Sign in to join this conversation.
No labels
feature
fix
upkeep
No milestone
No project
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: FoundKeyGang/FoundKey#341
No description provided.