DIYgod / RSSHub

🧡 Everything is RSSible
https://docs.rsshub.app
MIT License
32.95k stars 7.35k forks source link

Some Telegram channels not working #17112

Closed regystro closed 4 days ago

regystro commented 4 days ago

Routes

/telegram/channel/:username/:routeParams?

Full routes

/telegram/channel/chollodomotica

Related documentation

https://docs.rsshub.app/routes/social-media#telegram

What is expected?

The channel feed rendered as always.

What is actually happening?

Error: Unable to fetch message feed from this channel. Please check this URL to see if you can view the message preview: https://t.me/s/chollodomotica

Deployment information

RSSHub demo (https://rsshub.app)

Deployment information (for self-hosted)

No response

Additional info

https://rsshub.app/telegram/channel/chollodomotica throws same error.

In my self-hosted instance, it worked until 27th of september:
Route: /telegram/channel/:username/:routeParams?
Full Route: /telegram/channel/chollodomotica
Node Version: v22.9.0
Git Hash: 9376572d
Git Date: Sat, 12 Oct 2024 20:09:59 GMT

The URL https://t.me/s/chollodomotica works perfectly. I can browse the channel, and see it from https://web.telegram.org/ without problems.

This is not a duplicated issue

github-actions[bot] commented 4 days ago
Searching for maintainers:

To maintainers: if you are not willing to be disturbed, list your username in scripts/workflow/test-issue/call-maintainer.js. In this way, your username will be wrapped in an inline code block when tagged so you will not be notified.

If all routes can not be found, the issue will be closed automatically. Please use NOROUTE for a route-irrelevant issue or leave a comment if it is a mistake. 如果所有路由都无法匹配,issue 将会被自动关闭。如果 issue 和路由无关,请使用 NOROUTE 关键词,或者留下评论。我们会重新审核。

TonyRL commented 4 days ago

Please do read the tips in the docs

Due to Telegram restrictions, some channels involving pornography, copyright, and politics cannot be subscribed. You can confirm by visiting https://t.me/s/:username.

and the error message carefully.

Unable to fetch message feed from this channel. Please check this URL to see if you can view the message preview: t.me/s/chollodomotica

t.me/s/chollodomotica does not return any message preview.

https://t.me/s/awesomeRSSHub this is what a subscribable channel and message preview will look like. https://t.me/awesomeRSSHub this is what a non-subscribable channel will look like.

regystro commented 4 days ago

I never saw a preview like https://t.me/s/awesomeRSSHub and hence I thought it was working OK. Thanks for the clarification.