Closed rinzes closed 8 years ago
Could you please post the backtrace / error message?
Welcome to Sopel. Loading modules... Error loading rss: invalid syntax (rss.py, line 442) (loader.py:195) Registered 43 modules, 1 modules failed to load
I did a raw copy/paste of the rss.py to my ../.sopel/modules and now getting the following:
Error loading rss: No module named request (../../../../../../home/znc/.sopel/modules/rss.py:5)
Any Ideas?
Requirement already satisfied (use --upgrade to upgrade): urllib3 in /usr/lib/python2.7/dist-packages
What operating system is the bot installed on?
Debian 8.3.0 Server 32-Bit
Maybe you want to try out the ansible role made for this module? It should not interfere with your current setup as is installs a local user sopel, checks out the source from github and uses runit to controll the sopel process.
I get page not found... 404
I think it has something to do with me using Python 2.7 because I changed line 5 to: from urllib2 import urlopen and it loaded without a error. cept the module did not work :)
I think this is a python 2 vs. 3 issue. It turned out that we don't need that import line at all so I removed it.
Thanks that fixed this issue but now I have others which I will address in New Issues
Please go ahead ;-)
I am unable to load this module as it fails with the RingBuffer... I am using python 2.7 on Ubuntu 14.04