f4bio / sopel-rss

new implementation of the deprecated rss module for sopel (https://github.com/sopel-irc/sopel)
MIT License
3 stars 1 forks source link

Index Error #16

Closed rinzes closed 8 years ago

rinzes commented 8 years ago

I was adding this feed and got the following:

.rssadd #globalnews Discovery http://feeds.feedburner.com/DiscoveryNews-Top-Stories

[ Science. World. Exploration. Seek for yourself. ] - feeds.feedburner.com IndexError: list index out of range (file "/home/znc/.sopel/modules/rss3.py", line 324, in __feedCheck) here is the traceback Traceback (most recent call last): File "/home/znc/.sopel-env/lib/python3.4/site-packages/sopel/bot.py", line 441, in call exit_code = func(sopel, trigger) File "/home/znc/.sopel-env/lib/python3.4/site-packages/sopel/module.py", line 343, in guarded return function(bot, trigger, _args, *_kwargs) File "/home/znc/.sopel/modules/rss3.py", line 44, in rssadd __rssadd(bot, channel, feedname, url) File "/home/znc/.sopel/modules/rss3.py", line 390, in __rssadd checkresults = __feedCheck(bot, feedreader, channel, feedname) File "/home/znc/.sopel/modules/rss3.py", line 324, in __feedCheck item = feed['entries'][0] IndexError: list index out of range
RebelCodeBase commented 8 years ago

Listen, it's really nice that you are already using this module and that you are willing to do bug reports. But I have not yet released a stable version and I am in the middle of a major refactoring. Could you please wait a week or two until this refactoring is over? Just to give you an impression: the amount of code has nearly doubled over the last weekend and I am not yet done.

rinzes commented 8 years ago

OK.. was just trying to help

On Mon, Aug 22, 2016 at 6:43 AM, RebelCodeBase notifications@github.com wrote:

Closed #16 https://github.com/f4bio/sopel-rss/issues/16.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/f4bio/sopel-rss/issues/16#event-762950378, or mute the thread https://github.com/notifications/unsubscribe-auth/AA0oRFt4R91jttKxuWrzhFA9tlOrVIH5ks5qiZldgaJpZM4Jp0pC .

RebelCodeBase commented 8 years ago

I know that and I really appreciate it! It's just not the right moment to file bug reports while a major refactoring is going on. I hope that the module is feature-complete in a week or two. Then I'll release a version 0.1 and continue the development in a branch. From then on I'll be happy to receive bug reports and feature requests against that version.