Author Topic: 1.0.2.7 Update  (Read 21382 times)

0 Members and 1 Guest are viewing this topic.

Offline afrocuban

  • Moderator
  • *****
  • Posts: 444
    • View Profile
Re: 1.0.2.7 Update
« Reply #20 on: March 04, 2018, 12:40:09 am »
Hello Ivek,

And thank you for this update. Unfortunately it doesn't work for me. I can clearly recognize this code in default.cfg:
Code: [Select]
In = TRUE
Out = FALSE
Key = "Location: imdb.com (In)"
URL = "(www.|)imdb.com/"
Match = "https://(st.kp.yandex.net|www.imdb.com)\1/\2"
Replace = "http://\1/\2"

In = FALSE
Out = TRUE
Key = "URL: imdb.com (Out)"
URL = "((www.|)imdb.com|st.kp.yandex.net)/"
Match = "http://\1"
Replace = "$RDIR(https://\1)"
,

but still IMDb gives me "IO Handler Value is not Valid" Error, although PVD's proxy is set to 127.0.0.1:80. Hence, Allmovie https still working great, invoking Proxomitron. What could it be?

Thank you in advance
afrocuban

Online Ivek23

  • Global Moderator
  • *****
  • Posts: 2667
    • View Profile
Re: 1.0.2.7 Update
« Reply #21 on: March 04, 2018, 10:32:54 am »
afrocuban, try this part of the code in default.cfg:

Code: [Select]
In = FALSE
Out = TRUE
Key = "URL: imdb.com (Out)"
URL = "((www.|)imdb.com|st.kp.yandex.net)/"
Match = "http://\1"
Replace = "$RDIR(https://\1)"

In = TRUE
Out = FALSE
Key = "Location: imdb.com (In)"
URL = "(www.|)imdb.com/"
Match = "https://(st.kp.yandex.net|www.imdb.com)\1/\2"
Replace = "http://\1/\2"

In = FALSE
Out = TRUE
Key = "URL: imdb.com (Out)"
URL = "((www.|)imdb.com|st.kp.yandex.net)/"
Match = "http://\1"
Replace = "$RDIR(https://\1)"

Maybe it will work now,, otherwise it will be necessary to fix the certain Imdb scripts to a normal http link. If it will really so, then add the list of Imdb script, that I will know, which Imdb scripts I need to be fixed in your case.
Ivek23
Win 10 64bit (32bit)   PVD v0.9.9.21, PVD v1.0.2.7, PVD v1.0.2.7 + MOD


Offline afrocuban

  • Moderator
  • *****
  • Posts: 444
    • View Profile
Re: 1.0.2.7 Update
« Reply #22 on: March 04, 2018, 08:52:45 pm »
Thanks Ivek,

I will try it for sure. What I have realized meanwhile is something strange, how it happened: I added a movie via Movie Master but only file info, not online data. So I got screenshots, video data, etc. Mysteriously, and without my noticing, in URL field imdb url was imported?! When I tried afterward to get online data, I got the IO Handler error. I tried several times, then came here to write about it. Waiting for some answer I noticed imdb url in the URL field (it was http). I deleted it, tried to import data and voila everything worked? Absolutely weird.

But, what is the strangest thing is that my imdb plugin/scripts work without Proxo? I have a batch file:

NAME=IMDBFull
DESC=IMDBFull
TYPE=2
EXECUTE=Imdb Title, Original Tile and Year.psf|imdb.dll|Imdb Url on the first page and IMDbID.psf|Imdb Top 250, IMDb Rating and Studio.psf|Imdb Movie(plotsummary).psf|Imdb Tech Specs.psf|Imdb Movie Photo(Poster)(2).psf|Imdb Movie(awards) 1.psf|


and it works perfectly with or without Proxo and it covers everything to be imported from imdb. They have some custom fields, but if you want me I can upload them.

Kind regards

Online Ivek23

  • Global Moderator
  • *****
  • Posts: 2667
    • View Profile
Re: 1.0.2.7 Update
« Reply #23 on: March 05, 2018, 03:00:27 pm »
They have some custom fields, but if you want me I can upload them.

You can upload .psf files to make it easier to check.
Ivek23
Win 10 64bit (32bit)   PVD v0.9.9.21, PVD v1.0.2.7, PVD v1.0.2.7 + MOD


Offline afrocuban

  • Moderator
  • *****
  • Posts: 444
    • View Profile
Re: 1.0.2.7 Update
« Reply #24 on: March 07, 2018, 01:56:42 am »
Hello Ivek.

Please find the scripts attached.

Regards!

Online Ivek23

  • Global Moderator
  • *****
  • Posts: 2667
    • View Profile
Re: 1.0.2.7 Update
« Reply #25 on: March 12, 2018, 06:41:40 pm »
Hello, but you are sure that it uses https, because to download the full cast just add the string fullcredits at the end of the url.

..., otherwise it will be necessary to fix the certain Imdb scripts to a normal http link. If it will really so, then add the list of Imdb script, that I will know, which Imdb scripts I need to be fixed ....
Ivek23
Win 10 64bit (32bit)   PVD v0.9.9.21, PVD v1.0.2.7, PVD v1.0.2.7 + MOD


Online Ivek23

  • Global Moderator
  • *****
  • Posts: 2667
    • View Profile
Re: 1.0.2.7 Update
« Reply #26 on: March 12, 2018, 06:56:47 pm »
Thanks Ivek,

I will try it for sure. What I have realized meanwhile is something strange, how it happened: I added a movie via Movie Master but only file info, not online data. So I got screenshots, video data, etc. Mysteriously, and without my noticing, in URL field imdb url was imported?! When I tried afterward to get online data, I got the IO Handler error. I tried several times, then came here to write about it. Waiting for some answer I noticed imdb url in the URL field (it was http). I deleted it, tried to import data and voila everything worked? Absolutely weird.

But, what is the strangest thing is that my imdb plugin/scripts work without Proxo? I have a batch file:

NAME=IMDBFull
DESC=IMDBFull
TYPE=2
EXECUTE=Imdb Title, Original Tile and Year.psf|imdb.dll|Imdb Url on the first page and IMDbID.psf|Imdb Top 250, IMDb Rating and Studio.psf|Imdb Movie(plotsummary).psf|Imdb Tech Specs.psf|Imdb Movie Photo(Poster)(2).psf|Imdb Movie(awards) 1.psf|


and it works perfectly with or without Proxo and it covers everything to be imported from imdb. They have some custom fields, but if you want me I can upload them.

Kind regards

afrocuban, I checked it, but unfortunately I did not find it and could figure out what mistake it would be in this case, but this is all a bit strange. 

When I can, I hope this will be done as soon as possible, I edit the Imdb scripts for you and other users. Certain Imdb scripts need fixes, especially because of URLs that are sometimes incorrectly written to the normal url field or in the custom field.
Ivek23
Win 10 64bit (32bit)   PVD v0.9.9.21, PVD v1.0.2.7, PVD v1.0.2.7 + MOD


Offline Miguelh1020

  • User
  • ***
  • Posts: 42
    • View Profile
Re: 1.0.2.7 Update
« Reply #27 on: June 08, 2018, 02:16:56 pm »
Thanks for your hard work Ivek!
I still can''t make it work. When I try the IMDB [EN] I get the error message:   HTTP/1.1 400 Host Not Found

Online Ivek23

  • Global Moderator
  • *****
  • Posts: 2667
    • View Profile
Re: 1.0.2.7 Update
« Reply #28 on: June 08, 2018, 02:26:34 pm »
Thanks for your hard work Ivek!

Thanks.

I still can''t make it work. When I try the IMDB [EN] I get the error message:   HTTP/1.1 400 Host Not Found

What do you use when an error occurs? Imdb plugin or script.
Ivek23
Win 10 64bit (32bit)   PVD v0.9.9.21, PVD v1.0.2.7, PVD v1.0.2.7 + MOD


Offline Miguelh1020

  • User
  • ***
  • Posts: 42
    • View Profile
Re: 1.0.2.7 Update
« Reply #29 on: June 14, 2018, 04:45:05 pm »

What do you use when an error occurs? Imdb plugin or script.


I use the plug in, from the import menu. I don't know how to run a script

Online Ivek23

  • Global Moderator
  • *****
  • Posts: 2667
    • View Profile
Re: 1.0.2.7 Update
« Reply #30 on: June 14, 2018, 06:17:06 pm »

What do you use when an error occurs? Imdb plugin or script.


I use the plug in, from the import menu. I don't know how to run a script

Scripts are located in the Program folder> Scripts. They are used in the same way as plugins.

Zorro movie
http://www.imdb.com/title/tt0072448/


The Imdb plugin with Proxomitron can easily download some information for this movie.

Obviously, something blocks you from the Imdb plugin to have access to the Imdb website. Do you use PVD with a proxy server and these settings for it?
It will also act PVD, you must also PVD settings \ Internet connection, find the "Proxy" and confirm. In the "Server" field enter "localhost" Port settings to 80 . Only with this configuration will function properly PVD. PVD is used only proxy port 80.
Ivek23
Win 10 64bit (32bit)   PVD v0.9.9.21, PVD v1.0.2.7, PVD v1.0.2.7 + MOD