Scripts that need to be fixed / Scripts à corriger

If you made a script you can offer it to the others here, or ask help to improve it. You can also report here bugs & problems with existing scripts.
u28151
Posts: 6
Joined: 2007-10-02 18:36:44

Discshop.se

Post by u28151 »

Hi

Is there anyone who can have a look at the swedish script Dischop.se, says "no movie found" whatever I use as search criteria.

Thank you in advance

//U
frenchfrog2
Posts: 1
Joined: 2010-12-19 19:26:06

Allmovie scripts not working anymore

Post by frenchfrog2 »

Bonjour à tous,
Il semble que le site Allmovie.com ait changé (par exemple l'url de recherche n'est plus la même...) du coup le script correspondant ne fonctionne plus. Y aurait-il une ame charitable pour m'aider ? J'ai bien essayé de modifier le script avec la nouvelle url de recherche, mais ce n'est pas suffisant.

Merci d'avance.

Hi to all,
It seems the Allmovie.com has changed (for example the search url is not the same anymore...), dur to this the script for this site is not working anymore. Could someone help me ? I did try to change the script with the new search url, but with no success.

Thank you in advance.
neorules
Posts: 26
Joined: 2009-10-28 18:00:25

Discshop.se

Post by neorules »

Is there anyone who can take a look at the script to Discshop.se
mrynek
Posts: 1
Joined: 2011-01-19 14:12:04
Location: Cracovia, Nowa Huta

Post by mrynek »

filmweb.pl doesn't work anymore. there is topic about polish scripts and people compain about not woorking sripct over there, but it's in polish, so it can be hard to understand:)
Beule
Posts: 8
Joined: 2011-02-16 09:52:33

world-of-video.de script

Post by Beule »

Hi, the world-of-video.de script no longer has any effect. For two month it was the perfect script, but now.... nothing.... PLEASE HELP.... Sry for my bad english :-)
bad4u
Posts: 1148
Joined: 2006-12-11 22:54:46

Re: world-of-video.de script

Post by bad4u »

Beule wrote:Hi, the world-of-video.de script no longer has any effect. For two month it was the perfect script, but now.... nothing.... PLEASE HELP.... Sry for my bad english :-)
Pls see viewtopic.php?t=4769
keeper2
Posts: 1
Joined: 2011-03-18 11:50:29

Post by keeper2 »

Hi!

Can anybody fix the Port.hu.ifs script? It works, but the translated movie title is the only field, what remains empty. Thanks
burn913
Posts: 15
Joined: 2010-10-22 01:56:43

Post by burn913 »

I'm having trouble with the IMDB script today, I keep getting a 404 error. any suggestions? other scripts seem to be working fine
bad4u
Posts: 1148
Joined: 2006-12-11 22:54:46

Post by bad4u »

burn913 wrote:I'm having trouble with the IMDB script today, I keep getting a 404 error. any suggestions? other scripts seem to be working fine
Seems to work fine for me with few sample movies. Please check your script version (latest version is 3.68) and update if it's an older one. You can download it using script [Update Scripts] or manually from http://update.antp.be/amc/scripts/ .

If you have latest version please give few example movies that won't work for you, maybe it's only with specific movies.
editestowy
Posts: 2
Joined: 2011-03-24 22:15:01

Post by editestowy »

Hi !

It's seems that IMDB sometimes redirects for slightly different pages.
For "The Son of Monte Cristo (1940)" (tt0033076) - I've always got HTTP 404. So
I've checked what was IMDB's response. Here it is: IMDB page.
AnalyzeMoviePage procedure couldn't find the MovieNumber at that modified page.
Seems that something like
if MovieNumber = '' then
MovieNumber := TextBetween(PageText, '<input type="hidden" name="title" value="tt', '">');

added to the procedure should help with these pages (at least it helped myself).
bad4u
Posts: 1148
Joined: 2006-12-11 22:54:46

Post by bad4u »

Thanks, an example movie is always helpful to track the problem. I used a slightly different code, but yours should be correct, too.

The update has been sent to antp and should be available from the server tomorrow.
editestowy
Posts: 2
Joined: 2011-03-24 22:15:01

Post by editestowy »

Unfortunately there are more possibilities:
Macao (1952) (http://www.imdb.com/title/tt0044863/) hasn't got any of previous two patterns or the one I've mention before.
So here is probably better or additional search:

if MovieNumber = '' then
MovieNumber := TextBetween(PageText, '<link rel="canonical" href="http://www.imdb.com/title/tt', '/');


I don't know - the problem is mostly with old movies... :)
bad4u
Posts: 1148
Joined: 2006-12-11 22:54:46

Post by bad4u »

This is already addressed in the update, it uses the canonical link for extracting the movie number. But thank you again ;)
burn913
Posts: 15
Joined: 2010-10-22 01:56:43

Post by burn913 »

Thank you! works like a charm!
pajpaj
Posts: 1
Joined: 2007-12-20 10:47:21

Post by pajpaj »

Can anybody fix the xpress.hu.ifs script?
rosbert
Posts: 9
Joined: 2011-04-05 13:01:54

Post by rosbert »

Mymovies script doesn't work anymore
haggis82
Posts: 5
Joined: 2009-11-21 11:11:03

Post by haggis82 »

Is there anyone who can take a look at the script to Discshop.se? It would be great if someone could fix it. :)
msurg
Posts: 8
Joined: 2008-01-30 18:31:31

Post by msurg »

Beyaz Perde script doesn't work anymore cause www.beyazperde.com has changed the web interface.
Needs to be updated. Please!!!
Thanks
qtx
Posts: 8
Joined: 2009-02-07 10:19:56

Post by qtx »

The IMDB script has stopped working...
bad4u
Posts: 1148
Joined: 2006-12-11 22:54:46

Post by bad4u »

qtx wrote:The IMDB script has stopped working...
Version 3.70 of the script still works for me. If that's a problem for specific movies or script settings only, please post more details.
Post Reply