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.

googlenews errors after users post url in channel

Support & discussion of released scripts, and announcements of new releases.
Post Reply
B
BarGuy
Voice
Posts: 24
Joined: Tue Aug 20, 2019 3:27 pm

googlenews errors after users post url in channel

Post by BarGuy »

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: Select all

 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?
User avatar
CrazyCat
Revered One
Posts: 1216
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

The trouble might be that your urltitle script which unregister the https protocol and the googlenew doesn't register it on each query.
I can't have an eye on the script now but I'll try to see later if noone correct that :)
Post Reply