RSS Feeds not working

I was having issues with Feeder not displaying my Trakt RSS Feeds, so I copied the link and pasted into the same browser, no problem, however if I open a different browser where I am not logged into Trakt.tv I am redirected to a page that displays nothing, and had a Join Button. Why is this no longer working for me?

Please advise.

2 Likes

Same here, for few months already… Emailed the support over month ago and no response.

Used to return HTML instead of XML:

$ curl -sLi "https://trakt.tv/users/tanel/lists/<listname>.atom?slurm=<SLURM>"
HTTP/2 302
date: Sat, 25 Oct 2025 09:58:08 GMT
content-type: text/html; charset=utf-8
location: https://app.trakt.tv/users/tanel/lists/<listname>.atom
server: cloudflare
....
HTTP/2 200
date: Sat, 25 Oct 2025 09:58:08 GMT
content-type: text/html
cf-ray: 9940da90fb273469-TLL
cache-control: private, no-store, no-cache, must-revalidate
set-cookie: trakt-auth=; Max-Age=0; Path=/; HttpOnly; Secure; SameSite=Lax
x-sveltekit-page: true
speculation-rules: "/cdn-cgi/speculation"
server: cloudflare
alt-svc: h3=":443"; ma=86400

<!DOCTYPE html>
<html
  lang=en

but today some difference there, redirect includes the “slurm” and “ref=trakt-og-autoredirect”

HTTP/2 302
date: Sat, 29 Nov 2025 17:52:43 GMT
content-type: text/html; charset=utf-8
location: https://app.trakt.tv/users/tanel/lists/<listname>.atom?slurm=<SLURM>&ref=trakt-og-autoredirect

but that page also is HTML instead of XML:

<!DOCTYPE html><html lang="en-US"><head><title>Just a moment...</title>...

I started to use API to generate my own RSS :confused: :slight_smile:

1 Like