Search found 24 matches

by creasy
Sun Apr 10, 2016 3:39 am
Forum: Script Support & Releases
Topic: incith:weather (2.8p) (Dec. 18th, 2008)
Replies: 311
Views: 436838

What responses do you get in those cases?
by creasy
Wed Apr 06, 2016 2:29 am
Forum: Script Support & Releases
Topic: imdb-1.1.0.tcl help please
Replies: 303
Views: 382724

sAnexeh wrote:I've updated the script and put it online here: https://tcl.sanexeh.nl/imdb.tcl
Thank you!
by creasy
Fri Apr 01, 2016 5:36 am
Forum: Script Support & Releases
Topic: imdb-1.1.0.tcl help please
Replies: 303
Views: 382724

That would be awesome! :D
by creasy
Thu Mar 31, 2016 9:39 am
Forum: Script Support & Releases
Topic: imdb-1.1.0.tcl help please
Replies: 303
Views: 382724

Sure, this is the one I use: if {[regexp {<h4 class="inline">Release Date:</h4>(.*?)<} $html dummy reldate]} { set reldate [string trim $reldate] set reldate [htmlcodes $reldate] } Thank you, that fixed it! For some reason I still had this code: if {[regexp {<time itemprop="datePubli...
by creasy
Sat Mar 26, 2016 8:02 am
Forum: Script Support & Releases
Topic: imdb-1.1.0.tcl help please
Replies: 303
Views: 382724

Screens still can't easily be fixed afaik. The release date does seem to work in my scenario ([16:30] IMDB_DEBUG release date == 21 March 2012 (Netherlands)), so that might be a location issue. Thanks again for the fixes sAnexeh. Could you please post your code for release date? I'll compare it wit...
by creasy
Fri Mar 25, 2016 3:33 am
Forum: Script Support & Releases
Topic: imdb-1.1.0.tcl help please
Replies: 303
Views: 382724

Thanks sAnexeh.
by creasy
Thu Mar 24, 2016 11:12 am
Forum: Script Support & Releases
Topic: imdb-1.1.0.tcl help please
Replies: 303
Views: 382724

Besides %screens, the script doesn't seem to be returning a bunch of other data either: <bot> The Hunger Games (2012) - http://imdb.com/title/tt1392170/ - Directed by: Gary Ross - Genre: Adventure | Drama | Sci-Fi | Thriller - Release Date: N/A - Budget: $78,000,000 <span class="attribute"...
by creasy
Mon Mar 07, 2016 9:18 am
Forum: Script Support & Releases
Topic: incith:weather (2.8p) (Dec. 18th, 2008)
Replies: 311
Views: 436838

There is also the issue of no results or multiple results found. In the 1st case the bot doesn't respond at all, while in the 2nd instead of a list of possible hits it returns

Code: Select all

High/Low: Unavailable; Wind: Calm
Any ideas on how to fix this?
by creasy
Sun Mar 06, 2016 5:18 am
Forum: Script Support & Releases
Topic: incith:weather (2.8p) (Dec. 18th, 2008)
Replies: 311
Views: 436838

I also tried changing the url to https instead of http, but then instead of "refine your search", i got "failed to connect" which tells me the script is not setup for SSL. I installed tlstcl packages and tried with that but still nothing Adding SSL settings under the "brows...