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.

imdb-1.1.0.tcl help please

Support & discussion of released scripts, and announcements of new releases.
Post Reply
b
bosse2
Voice
Posts: 2
Joined: Sat Dec 03, 2016 2:37 pm

Post by bosse2 »

Hello,

The script downloaded from https://tcl.sanexeh.nl/imdb.tcl works well, for some things, however it crashes for me when it can't find exact matches.

!imdb se7en - will work perfect
!imdb lord of the rings - will cause the eggdrop to timeout from irc

any solution ?
s
sAnexeh
Voice
Posts: 17
Joined: Thu Dec 05, 2013 6:36 am

Post by sAnexeh »

Thanks for pointing this out! I uploaded a new version in which this issue should be fixed.
b
bosse2
Voice
Posts: 2
Joined: Sat Dec 03, 2016 2:37 pm

Post by bosse2 »

sAnexeh wrote: Thanks for pointing this out! I uploaded a new version in which this issue should be fixed.
Thank you, it is now working with non exact matches as well.
s
sAnexeh
Voice
Posts: 17
Joined: Thu Dec 05, 2013 6:36 am

Post by sAnexeh »

bosse2 wrote:Thank you, it is now working with non exact matches as well.
Glad to hear! :oops: :lol:
x
x0x
Op
Posts: 140
Joined: Tue Feb 10, 2009 6:42 am

Post by x0x »

sAnexeh wrote: Thanks for pointing this out! I uploaded a new version in which this issue should be fixed.
Thanks mate!
H
Hellster
Voice
Posts: 22
Joined: Thu Aug 10, 2006 7:35 pm

Post by Hellster »

Looks like they changed something on IMDB in the last week, and it broke the script unfortunately
o
outz
Voice
Posts: 5
Joined: Thu Feb 14, 2008 11:16 pm

Post by outz »

script was returning the current promoted movie/ad instead of the expected first search result. refined the regex pattern used.

updated script available: http://outz.dev/imdb.tcl
Last edited by outz on Fri Jul 05, 2019 10:56 pm, edited 1 time in total.
o
outz
Voice
Posts: 5
Joined: Thu Feb 14, 2008 11:16 pm

Post by outz »

## changed by outz
## 05.01.2018
## * original search url akas.imdb.com seems to no longer exist.
## i've changed it to www.imdb.com to restore search functionality.

updated script available: http://outz.dev/imdb.tcl
Last edited by outz on Fri Jul 05, 2019 10:56 pm, edited 1 time in total.
User avatar
Arkadietz
Halfop
Posts: 67
Joined: Fri Jul 14, 2006 11:43 am
Location: cat /dev/zero > /dev/null;

Post by Arkadietz »

Hello,

Thank you for the update.

Could you check where comes this delay (like ~7 seconds before the output)

[17:00:50] Kiril | !imdb narcos
[17:00:57] +Olivia | [Narcos (TV Series 2015– )] [Genre: Biography, Crime, Drama, Thriller] [Tagline: The blow must go on. (Season 3)] [Runtime: 49 mins] [Releasedate: 28 August 2015 (France)] [Rating: 8.9 (233,887 | votes)] [URL: http://imdb.com/title/tt2707408/#]
On a unix system everything is a file ; if something is not a file , it is a proccess.
o
outz
Voice
Posts: 5
Joined: Thu Feb 14, 2008 11:16 pm

Post by outz »

i can't seem to recreate the delay issue.

updated the script as imdb.com now requires https/tls
## changed by outz
## 19.04.2018
## * imdb now requires https/tls - added support in the script.
## requires tcl tls package

updated script available: https://outz.dev/imdb.tcl
Last edited by outz on Fri Jul 05, 2019 10:55 pm, edited 1 time in total.
s
shadrach
Halfop
Posts: 74
Joined: Fri Dec 14, 2007 6:29 pm

Post by shadrach »

thanks :D
User avatar
play4free2
Voice
Posts: 34
Joined: Sat Nov 23, 2013 1:42 am
Contact:

Post by play4free2 »

I get these errors sense the script was updated:

Channel:
[10:27pm] <~play4free2> !imdb Deadpool
[10:27pm] <&PlaysBot> Error retrieving URL... try again later.
DCC Chat:
[10:33pm] <PlaysBot> [22:33:13] Tcl error [imdb_proc]: can't read "state(status)": no such variable
eggdrop v1.8.3

Tcl version: 8.6.6
Image
420-HIGHTIMES IRC Network
r
rico
Voice
Posts: 4
Joined: Wed Jul 19, 2006 2:37 pm
Location: Glasgow, United Kingdom

Post by rico »

Find the line.

set IMDB_ALTERNATIVE 1 (And set it to 1)

Make sure you have curl etc on your machine.
Ev1L Is As Ev1L DoEs
r
rico
Voice
Posts: 4
Joined: Wed Jul 19, 2006 2:37 pm
Location: Glasgow, United Kingdom

Post by rico »

I cannot get it to change language. Doesn't matter what IP i use.

My Dedi Box is located in France, I am in the UK, and when i change the IP using

set Language_IP "24.27.254.253"

This has no effect and still shows the following.

<Ev1L_Ric0> !imdb dawn of the dead

<BottyMcBot> [L'armée des morts (2004)] [Genre: Action, Horror, Thriller] [Tagline: 36 billion people have died since the reign of humanity. For the new Dawn, there's a reunion...] [Runtime: 101 mins] [Releasedate: 30 June 2004 (France)] [Rating: 7.3 (213,678 votes)] [URL: https://imdb.com/title/tt0363547/#]

Still shows as French....
This is quite literally driving me up the wall. I have been through the code and can't see anything, but maybe i am missing something ?
outz wrote:i can't seem to recreate the delay issue.

updated the script as imdb.com now requires https/tls
## changed by outz
## 19.04.2018
## * imdb now requires https/tls - added support in the script.
## requires tcl tls package

updated script available: https://outz.com/imdb.tcl
Ev1L Is As Ev1L DoEs
s
skeletor1969
Voice
Posts: 8
Joined: Wed Jul 25, 2018 2:20 pm

Post by skeletor1969 »

I have the same issue. I am in the US and used a US ip and still get french titles.
Post Reply