BoKKeR / RSS-to-Telegram-Bot

RSS to Telegram python script
http://t.me/rss_t_bot
GNU General Public License v3.0
247 stars 105 forks source link

cannot remove rss feeds #18

Closed pfreeborn01 closed 3 years ago

pfreeborn01 commented 3 years ago

Hi,

the help file indicates that I can remove an RSS feed by typing: /remove !Title!

Indeed, the bot returns a message to indicate that the title is removed, but it continues to remain in the database. e.g. /list continues to show all titles added, including the ones that I tried to remove.

BoKKeR commented 3 years ago

hm that is weird, do you see any logs? it works on my end

pfreeborn01 commented 3 years ago

i don't have any logs, only what I see in the Telegram bot. For example:

/add news_cnn http://rss.cnn.com/rss/cnn_topstories.rss

added TITLE: news_cnn RSS: http://rss.cnn.com/rss/cnn_topstories.rss

/remove !news_cnn!

Removed: !news_cnn!

/list

Title: news_cnn rss url: http://rss.cnn.com/rss/cnn_topstories.rss last checked article: http://rss.cnn.com/~r/rss/cnn_topstories/~3/-6xSFbBdqQg/index.html

BoKKeR commented 3 years ago

works for me with that url, can you check the logs from docker/python? Could you double check the databasee user permissions ?