BarGuy Voice
Joined: 20 Aug 2019 Posts: 16
|
Posted: Thu Jan 23, 2020 7:35 am Post subject: googlenews errors after users post url in channel |
|
|
so Im running googlenews.tcl (v0.3) (I read theres another version out but cant find it, as the pastebin link in another topic is dead). Anyways, the script runs fine, except when any user posts a url in channel (I also run the urltitle script), then after that my google news script, instead of stating redirecting to the new.google.com link, I get the following errors:
| Code: | Unsupported URL type "https"
Tcl error [Google:News]: error "syntax error" at line 1 character 0
"0 <--Error-- "
error "syntax error" at line 1 character 0
"0 <--Error-- "
while executing
"dom parse [getit [langSel]]"
(procedure "newsdom" line 2)
invoked from within
"newsdom"
(procedure "Google:News" line 4)
invoked from within
"Google:News $_time1 $_time2 $_time3 $_time4 $_time5"
| [/code]
Does someone have a newer version of this script, or know how to fix this error? |
|