Code: Select all
[16:29] RSS Warning: couldn't open "./scripts/feeds/slashdot.db": no such file or directory.
[16:29] RSS Database Error: couldn't open "./scripts/feeds/slashdot.db": no such file or directory.
It does, if you would have waited it would have happened automagically... *sigh*eggysoldier wrote:Hi,
I was testing out this script and left the default feed/db in place to try it out and get this:
Code: Select all
[16:29] RSS Warning: couldn't open "./scripts/feeds/slashdot.db": no such file or directory. [16:29] RSS Database Error: couldn't open "./scripts/feeds/slashdot.db": no such file or directory.
Any ideas what's wrong? Does it not make those files automatically?
Well I have been waiting all night now, and am still getting these errors.wac wrote:It does, if you would have waited it would have happened automagically... *sigh*eggysoldier wrote:Hi,
I was testing out this script and left the default feed/db in place to try it out and get this:
Code: Select all
[16:29] RSS Warning: couldn't open "./scripts/feeds/slashdot.db": no such file or directory. [16:29] RSS Database Error: couldn't open "./scripts/feeds/slashdot.db": no such file or directory.
Any ideas what's wrong? Does it not make those files automatically?
For [censored] sake dude, did you make a feeds directory within the scripts directory? If so which I doubt try to make the path different such as replacing the dot with ~/eggdrop or whatever the name of your folder is... also don't forget to .rehash or .restarteggysoldier wrote:Well I have been waiting all night now, and am still getting these errors.wac wrote:It does, if you would have waited it would have happened automagically... *sigh*eggysoldier wrote:Hi,
I was testing out this script and left the default feed/db in place to try it out and get this:
Code: Select all
[16:29] RSS Warning: couldn't open "./scripts/feeds/slashdot.db": no such file or directory. [16:29] RSS Database Error: couldn't open "./scripts/feeds/slashdot.db": no such file or directory.
Any ideas what's wrong? Does it not make those files automatically?
Any suggestions? Many thanks for the reply
Thank you, that worked like a charm!wac wrote:For [censored] sake dude, did you make a feeds directory within the scripts directory? If so which I doubt try to make the path different such as replacing the dot with ~/eggdrop or whatever the name of your folder is... also don't forget to .rehash or .restarteggysoldier wrote:Well I have been waiting all night now, and am still getting these errors.wac wrote: It does, if you would have waited it would have happened automagically... *sigh*
Any suggestions? Many thanks for the reply
yeah npeggysoldier wrote:Thank you, that worked like a charm!wac wrote:For [censored] sake dude, did you make a feeds directory within the scripts directory? If so which I doubt try to make the path different such as replacing the dot with ~/eggdrop or whatever the name of your folder is... also don't forget to .rehash or .restarteggysoldier wrote: Well I have been waiting all night now, and am still getting these errors.
Any suggestions? Many thanks for the reply
Code: Select all
Line 360: [namespace current]::feed_msg $list_type $list_msgs list_targets $nick
Not sure what you managed to screw up, but I've had to make no such modification to my script it works just fine, not that I ever have used it, that is until you said something I tried it and it worked just fine. You messed something up there, hence why it doesn't function correctly.prg0906 wrote:First of all, awesome script! I have ten feeds running flawlessly. However, I did notice a couple of bugs:
The latest source (version 0.5b1) is missing a $ before list_targets, which causes the !rss command to return nothing. Then, once that error is fixed, when !rss is sent via /msg it returns the name of each feed twice. I don't know the source of that bug, yet.Code: Select all
Line 360: [namespace current]::feed_msg $list_type $list_msgs list_targets $nick
Did you verify these assumptions using a fresh copy of the latest version, or simply by verifying that your copy works? The error I included in my post is from a fresh copy of the latest version at: http://labs.wizzer-it.com/projects/rss- ... -0.5b1.zipwac wrote:Not sure what you managed to screw up, but I've had to make no such modification to my script it works just fine, not that I ever have used it, that is until you said something I tried it and it worked just fine. You messed something up there, hence why it doesn't function correctly.
The next version uses an ini like file to store the settings.wac wrote:Eh you were right was using 0.4 my bad I forgot that I was to lazy to upgrade because I would have had to added in all my feeds again to the other bot I switched some of them to.
Anyhow they (the feeds) really should be stored in some sort of flat file that can be saved in between upgrades of the core script, as such to avoid such situations, but hey whatever, if actually needed I guess I would do it myself, if I cbf to learn it anyways.
The current cookie format for attributes is: @@path!to!element!=attribute@@ (eg: @@entry!link!=href@@)prg0906 wrote:How do I display a link other than the default using the @@entry!link@@ format? Specifically, I want to match by rel="" attribute. I tried all of the usual suspects, but nothing has worked.