Closed MyUncleSam closed 5 years ago
Looks like two (or three) separate issues. As to the RSS one, can you share your RSS config segment? It looks as though imperium.news
wasn't correctly parsed, or had a bad format.
Does this persist after rebooting the bot?
The rss part is currently (I commented the one who seemed to not work):
# RSS Extension Settings
rss = {
'channelId': 123123123, # Default channel to which entries are sent
'updateInterval': 15, # Time in minutes to wait between checks for new RSS content
'feeds': {
'eveNews': {
'uri': 'https://www.eveonline.com/rss/news', # RSS feed URL
'channelId': 234234234, # Channel to which feed should be sent. Override rss.channelId
},
#'imperium.news': {
# 'uri': 'https://imperium.news/feed/'
#},
#'eveNews24': {
# 'uri': 'http://evenews24.com/feed/'
#},
#'reddit': {
# 'uri': 'https://www.reddit.com/r/Eve/.rss'
#},
},
}
Should be fixed by #131, just needs @shibdib 's +1
Hi there,
today my server crashed and after a forced reboot the bot only says:
Also found this error:
Can anyone help me what to do? Maybe a cache or the datbase is corrupt now :-(
Already tried to move the firetail.sqlite file to let the bot recreate it - but nothing changed.