What did you put in the conf file for todayTrigger?speedism wrote:[04:28]
[04:28] couldn't set loop variable: "trigger"
What did you put in the conf file for todayTrigger?speedism wrote:[04:28]
[04:28] couldn't set loop variable: "trigger"
I don't think it's possible on the website itself to set different time zones, the option in the conf file for offsetHours is for the announce function (which currently isn't working, I haven't spent any time debugging it thoroughly.)scr1pt wrote:need help with time...
New TV Shows for Monday, 02 Apr 2007 ***All Times in EST/EDT***
how do i get it to show in GMT+2/+4
Code: Select all
# Mind the word-wrap, this should be all one line:
# Header to display before showing a schedule.
set tvrage(scheduleHeader) "PRIVMSG {%%chan%%} :\00305New Shows for\003\0038 {%%date%%}\003\00314 {@%country:US: ***All
Times in US EST/EDT***%@}{@%country:CA: ***All Times in Canada EST/EDT***%@}{@%country:UK: ***All Times in Britain BS
T***%@}{@%country:KR: ***All Times in ?Korean Time Zone?***%@}{@%country:JP: ***All Times in ?Japan Time Zone?***%@}{@
%country:SE: ***All Times in ?Swedish Time Zone?***%@}{@%country:AU: ***All Times in ?Australian Time Zone?***%@}\003
look inside tvrage.tcl and fine the following lines:n8pimpin wrote:[3:51/p] <(> [23:51] tvrage.tcl error: dict required.
[3:51/p] <(> [23:51] Successfully loaded TVRage.com Primetime Schedule Script v1.0 RC2
[3:51/p] <(> [23:51] Userfile loaded, unpacking...
[3:51/p] <(> [23:52] Tcl error [::tvrage::announceShows]: invalid command name "dict"
[3:52/p] <(> [23:53] Tcl error [::tvrage::announceShows]: invalid command name "dict"
[3:53/p] <(> [23:53] Updating tvrage schedule cache..
[3:53/p] <(> [23:53] Tcl error in script for 'timer2':
[3:53/p] <(> [23:53] invalid command name "dict"
[3:53/p] <(> [23:54] Tcl error [::tvrage::announceShows]: invalid command name "dict"
[3:54/p] <(> [23:55] Tcl error [::tvrage::announceShows]: invalid command name "dict"
what am i doing wrong if i continue to get that error?
Code: Select all
if {[catch {package require dict} error]} {
die "tvrage.tcl error: dict required."
}
Code: Select all
#if {[catch {package require dict} error]} {
# die "tvrage.tcl error: dict required."
#}