View previous topic :: View next topic |
Author |
Message |
Maiki Voice
Joined: 20 May 2007 Posts: 28
|
Posted: Fri Aug 24, 2007 3:23 am Post subject: |
|
|
Code: |
[09:23:08] <@Mookie> !rss #tcl-testing
[09:23:10] -Tcl-Test- argument must be number or *
[09:23:12] <@Mookie> !rss #tcl-testing *
[09:23:14] -Tcl-Test- argument must be number or *
[09:23:18] <@Mookie> !rss #tcl-testing 5
[09:23:18] -Tcl-Test- argument must be number or *
[09:23:22] <@Mookie> !rss 5
[09:23:24] -Tcl-Test- no news for this channel |
Code: |
set feeds(#tcl-testing) {3 http://news.google.com/news?ned=us&topic=h&output=rss} |
|
|
Back to top |
|
 |
demond Revered One

Joined: 12 Jun 2004 Posts: 3073 Location: San Francisco, CA
|
Posted: Sat Sep 08, 2007 6:07 am Post subject: |
|
|
hellooo wrote: | Hm i dont need the http.tcl anymore, thx. Now the Script works, but he cant post the News correctly: "NASA gibt "Endeavour" grünes Licht für Rückkeh"
äüöu dont work... |
read about utf-8 support in this thread and try to change your IRC client channel font _________________ connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use [code] tag when posting logs, code |
|
Back to top |
|
 |
cache Master
Joined: 10 Jan 2006 Posts: 306 Location: Mass
|
Posted: Fri Sep 14, 2007 7:33 pm Post subject: |
|
|
Not sure if this error is anything to worry about since I only seen it happen once ever since I been using it a long time.
Code: | [14:15] rssnews-2.2: ERROR(cnn:#lounge): can't read "state(status)": no such variable
|
Just incase you need to know.  |
|
Back to top |
|
 |
petro Voice
Joined: 21 Sep 2007 Posts: 1
|
Posted: Fri Sep 21, 2007 6:16 am Post subject: |
|
|
Hm "Website Disabled"  |
|
Back to top |
|
 |
Lee- Voice
Joined: 30 Sep 2007 Posts: 6
|
Posted: Sun Sep 30, 2007 10:20 pm Post subject: |
|
|
Hmmm, I'm hvaing the problem that it won't announce new RSS news to the channel. I'm pretty sure it's all set right. I have set the poll frequency in minutes to 10, timeout to 45, maxnew 5, and yet it still doesn't announce at all? |
|
Back to top |
|
 |
demond Revered One

Joined: 12 Jun 2004 Posts: 3073 Location: San Francisco, CA
|
Posted: Mon Oct 01, 2007 9:31 pm Post subject: |
|
|
log on to your partyline and watch for error messages _________________ connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use [code] tag when posting logs, code |
|
Back to top |
|
 |
Lee- Voice
Joined: 30 Sep 2007 Posts: 6
|
Posted: Sun Oct 21, 2007 8:12 am Post subject: |
|
|
demond, i am getting the error got EOF from socket for a feed, there are multiple feeds in the script and this is the only one that does it. The only difference in the source of the script is that it has 2 categories, could that be what is causing the EOF's? |
|
Back to top |
|
 |
demond Revered One

Joined: 12 Jun 2004 Posts: 3073 Location: San Francisco, CA
|
Posted: Tue Oct 23, 2007 11:37 am Post subject: |
|
|
that means the script can't connect to that feed's site, for whatever reason
you can try to connect manually from your shell (using telnet) and see if that's at all possible _________________ connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use [code] tag when posting logs, code |
|
Back to top |
|
 |
ultralord Master

Joined: 06 Nov 2006 Posts: 255
|
Posted: Sun Dec 09, 2007 3:16 pm Post subject: |
|
|
from this site
Code: | www.southpark-gaming.com/news_rss.php |
how i can catch the news and after 10 minites bot spam Topics Titles..?
thnx |
|
Back to top |
|
 |
Smartiees Voice
Joined: 15 Dec 2007 Posts: 10
|
Posted: Sat Dec 15, 2007 9:10 pm Post subject: |
|
|
Code: |
(16:06:06) <(musk> [01:06] rssnews-2.2: ERROR(google:#Quran): timeout
(16:06:06) <(musk> [01:06] rssnews-2.2: ERROR(#Quran): timeout
(16:06:06) <(musk> [01:06] rssnews-2.2: ERROR(google:#chan2): timeout |
My bot given this error please help. |
|
Back to top |
|
 |
elisca Halfop

Joined: 27 Jan 2007 Posts: 65 Location: in the middle of nowhere
|
Posted: Tue Feb 05, 2008 9:43 pm Post subject: |
|
|
(Bot [00:04] Tcl error [::rssnews::timer]: can't use non-numeric string as operand of "%"
[solved] |
|
Back to top |
|
 |
Zerg Halfop
Joined: 20 May 2006 Posts: 49
|
Posted: Thu Feb 28, 2008 7:32 pm Post subject: CDATA Propblem from rssnews on the egghelp Archive |
|
|
Quote: |
version 1.2 is now available, with XML CDATA support and headline announcing limiter
please let me know if you find a RSS feed this script can't handle
|
Hello, i use version 2.2 (from tcl archive because the directlink is off) and have a side that display the CDATA in the channel.
<Kneipenwirt> Breaking news from <![CDATA[Bundesliga.de - Alle News]]> | <![CDATA[Immer am Ball. Mit Bundesliga.de]]>!
<Kneipenwirt> (1) Bundesliga: Mit "Schweini" und Ribery gegen die "Knappen"
<Kneipenwirt> Breaking news from <![CDATA[Bundesliga.de - Alle News]]> | <![CDATA[Immer am Ball. Mit Bundesliga.de]]>!
<Kneipenwirt> (1) International: Vogts-Nachfolger steht fest
from:
http://www.bundesliga.de/rss/de/rss_news.xml
thx for the great script. |
|
Back to top |
|
 |
Alchera Revered One

Joined: 11 Aug 2003 Posts: 3344 Location: Ballarat Victoria, Australia
|
Posted: Thu Mar 13, 2008 6:35 pm Post subject: Re: CDATA Propblem from rssnews on the egghelp Archive |
|
|
Zerg wrote: | Quote: |
version 1.2 is now available, with XML CDATA support and headline announcing limiter
please let me know if you find a RSS feed this script can't handle
|
Hello, i use version 2.2 (from tcl archive because the directlink is off) and have a side that display the CDATA in the channel.
<Kneipenwirt> Breaking news from <![CDATA[Bundesliga.de - Alle News]]> | <![CDATA[Immer am Ball. Mit Bundesliga.de]]>!
<Kneipenwirt> (1) Bundesliga: Mit "Schweini" und Ribery gegen die "Knappen"
<Kneipenwirt> Breaking news from <![CDATA[Bundesliga.de - Alle News]]> | <![CDATA[Immer am Ball. Mit Bundesliga.de]]>!
<Kneipenwirt> (1) International: Vogts-Nachfolger steht fest
from:
http://www.bundesliga.de/rss/de/rss_news.xml
thx for the great script. |
And what exactly is your "problem"; nothing indicates any. _________________ Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM |
|
Back to top |
|
 |
Mogour Voice
Joined: 10 Feb 2008 Posts: 17
|
Posted: Thu Mar 13, 2008 7:03 pm Post subject: |
|
|
Maybe he just wanted to say "Thanks"  |
|
Back to top |
|
 |
Zerg Halfop
Joined: 20 May 2006 Posts: 49
|
Posted: Sat Mar 15, 2008 10:51 am Post subject: Re: CDATA Propblem from rssnews on the egghelp Archive |
|
|
Alchera wrote: | Zerg wrote: | Quote: |
version 1.2 is now available, with XML CDATA support and headline announcing limiter
please let me know if you find a RSS feed this script can't handle
|
Hello, i use version 2.2 (from tcl archive because the directlink is off) and have a side that display the CDATA in the channel.
<Kneipenwirt> Breaking news from <![CDATA[Bundesliga.de - Alle News]]> | <![CDATA[Immer am Ball. Mit Bundesliga.de]]>!
<Kneipenwirt> (1) Bundesliga: Mit "Schweini" und Ribery gegen die "Knappen"
<Kneipenwirt> Breaking news from <![CDATA[Bundesliga.de - Alle News]]> | <![CDATA[Immer am Ball. Mit Bundesliga.de]]>!
<Kneipenwirt> (1) International: Vogts-Nachfolger steht fest
from:
http://www.bundesliga.de/rss/de/rss_news.xml
thx for the great script. |
And what exactly is your "problem"; nothing indicates any. |
Hello,
the CDATA in the past from the bot is false. it issnt a correct news head info.
Kneipenwirt> Breaking news from <![CDATA[Bundesliga.de - Alle News]]> | <![CDATA[Immer am Ball. Mit Bundesliga.de]]>!
must be:
Breaking news from Bundesliga.de - Alle News | Immer am Ball. Mit Bundesliga.de! |
|
Back to top |
|
 |
|