Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RSS-Feed on main instance not working #937

Closed
notune opened this issue Jul 12, 2023 · 9 comments
Closed

RSS-Feed on main instance not working #937

notune opened this issue Jul 12, 2023 · 9 comments

Comments

@notune
Copy link

notune commented Jul 12, 2023

https://nitter.net/soren_iverson/rss gives a "Page not found" but other instances are working, like this one for example: https://nitter.kavin.rocks/soren_iverson/rss

@zedeus
Copy link
Owner

zedeus commented Jul 12, 2023

It's working, just disabled. I'll enable it soon.

@zedeus zedeus closed this as completed Jul 12, 2023
@tomislaveric
Copy link

tomislaveric commented Jul 27, 2023

Hi @zedeus unfortunately, its not working again. I got a 403 forbidden
https://nitter.net/MartinSonneborn/rss
https://nitter.net/ClareDalyMEP/rss

@zedeus
Copy link
Owner

zedeus commented Jul 27, 2023

It hasn't been enabled yet

@ujjwal-kr
Copy link

why.

@michaelskyba
Copy link

Relevant comment from the main X broken issue:

@Thorvarium it's disabled still. It'll be turned back on when all of this is over and things are stable enough.

Originally posted by zedeus in #983 (comment)

@johnpc
Copy link

johnpc commented Oct 31, 2023

How can I enable RSS on my own instance?

@zedeus
Copy link
Owner

zedeus commented Oct 31, 2023

RSS is enabled by default, check enableRSS in your nitter.conf file.

@johnpc
Copy link

johnpc commented Oct 31, 2023

I'm seeing the 403s for /rss on my local instance (every other feature working fine). This is the stanza from my docker-compose.yml

  web:
    image: ceramicwhite/nitter:build-38985af@sha256:594a184c3a834c29957ddd917800d61f3d560411d26fa6cf389bef350d4c4ac6
    restart: on-failure
    stop_grace_period: 1m
    init: true
    user: 1000:1000
    command: >
      /bin/sh -c "sed -i 
      -e 's/localhost/nitter_redis_1/g' 
      -e 's/redisPassword = \"\"/redisPassword = \"{REDACTED}\"/g' 
      -e 's/theme = \"Nitter\"/theme = \"auto_(twitter)\"/g' 
      /src/nitter.conf
      && ./nitter"
    depends_on:
      - redis

Maybe I need to add another line to my sed?

@zedeus
Copy link
Owner

zedeus commented Oct 31, 2023

Shouldn't be necessary:

enableRSS = true # set this to false to disable RSS feeds

enableRSS set to false would return a 404 instead, so you're probably getting the rate limited error. ceramicwhite/nitter is not an official build and the last tag was 5 months ago which definitely won't work. For the time being, to get Nitter working you need to compile the guest_accounts branch and acquire some accounts. There's a quick guide on how to do that here: https://github.com/zedeus/nitter/wiki/Guest-Account-Branch-Deployment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants