This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Help with ticket.tcl

Old posts that have not been replied to for several years.
Locked
G
Guest

Post by Guest »

Hi All. I Am running Eggdrop using the Ticket.tcl script. It no longer works. It uses fetch to grab the .csv file from Yahoo, but it is now getting this error:

fetch: -: size of remote file is not known

Here is the syntax:


fetch -q -o - "http://finance.yahoo.com/d/quotes.csv?s ... 1vw&e=.csv"


Any ideas? It returns the correct quote, but the "size of the remote file is not known" seems to be choking eggdrop.

Thanks for the help!
-Chris
W
Wcc
Master
Posts: 278
Joined: Sun Oct 28, 2001 8:00 pm
Location: USA
Contact:

Post by Wcc »

Try using tcl's http package instead of fetch.
Locked