Recent Posts

Pages: 1 2 [3] 4 5 6 7 8 ... 10
21
PVD Python Scripts / Re: PVD Selenium MOD v4 IMDb Movie Script Confusion
« Last post by Pacifist on May 02, 2025, 10:33:10 am »
I can see from the log file that there is no internet connection, which is why it is not transferring any information to you.

Below is the Scripts - What scripts do you need file, which has all the necessary folders and files that you must have in the Scripts folder of the PVD program, except for the chromedriver.exe file, which can be found at the links below in the quote section.

Quote
Chromedriver:
1. chromedriver   win32   https://storage.googleapis.com/chrome-for-testing-public/134.0.6998.88/win32/chromedriver-win32.zip
2. chromedriver   win64   https://storage.googleapis.com/chrome-for-testing-public/134.0.6998.88/win64/chromedriver-win64.zip

Unzip the Scripts - What scripts do you need file and then check if you also have all the files in your folder at D:\Game\pvd\Scripts\ plus the chromedriver.exe file. If you are missing something, first make a copy of the original Scripts folder, then add the missing files to the original Scripts folder or copy the entire Scripts folder from the Scripts - What scripts do you need file. Then you will see if it works for you, because for me it normally transfers all the information to the PVD database.
should the file "chromedriver.exe" also be in the folder "\pvd\Scripts\"?

Tried to copy "chromedriver.exe" both to the SCRIPT folder and to the root of the PVD folder - no difference. Information is not imported. Plus - deleted all old scripts and left only selenium files. Information is not imported. And a constant message (screenshot)
22
PVD Python Scripts / Re: PVD Selenium MOD v4 IMDb Movie Script Confusion
« Last post by Ivek23 on May 01, 2025, 04:44:28 pm »
I can see from the log file that there is no internet connection, which is why it is not transferring any information to you.

Below is the Scripts - What scripts do you need file, which has all the necessary folders and files that you must have in the Scripts folder of the PVD program, except for the chromedriver.exe file, which can be found at the links below in the quote section.

Quote
Chromedriver:
1. chromedriver   win32   https://storage.googleapis.com/chrome-for-testing-public/134.0.6998.88/win32/chromedriver-win32.zip
2. chromedriver   win64   https://storage.googleapis.com/chrome-for-testing-public/134.0.6998.88/win64/chromedriver-win64.zip

Unzip the Scripts - What scripts do you need file and then check if you also have all the files in your folder at D:\Game\pvd\Scripts\ plus the chromedriver.exe file. If you are missing something, first make a copy of the original Scripts folder, then add the missing files to the original Scripts folder or copy the entire Scripts folder from the Scripts - What scripts do you need file. Then you will see if it works for you, because for me it normally transfers all the information to the PVD database.
23
PVD Python Scripts / Re: PVD Selenium MOD v4 IMDb Movie Script Confusion
« Last post by Pacifist on May 01, 2025, 12:28:16 pm »
Scripts-2025-03-23.7z

https://www.videodb.info/forum_en/index.php?action=dlattach;topic=4379.0;attach=7427

This is described a few posts above

Here is an updated, modified and adapted IMDB_Movies_[EN][Selenium]-v4.psf , where only one custom field is used in certain parts of the code, rather than multiple duplicated custom fields, which then do not transfer the correct information or, possibly, do not transfer any information at all. However, some parts of the code or redundant parts of the code log files are blocked, because they are not used at all and only unnecessarily increase the size of the script. However, parts of the code are unblocked and should be, because they only slow down the script and a pop-up window appears with the Too many faulty attempts to internet connection notification
other archives are obtained.

Scripts_9-4-25_by_Ivek.7z

https://www.videodb.info/forum_en/index.php?action=dlattach;topic=4385.0;attach=7432

PVD must be running in debug mode, otherwise the log file is empty and add this below to the portable.bat file.
Quote
start viddb.exe -portable -debug
installed. This message still appears and the information is not loaded.
log file attached.
24
PVD Python Scripts / Re: PVD Selenium MOD v4 IMDb Movie Script Confusion
« Last post by Ivek23 on May 01, 2025, 09:20:19 am »
Scripts-2025-03-23.7z

https://www.videodb.info/forum_en/index.php?action=dlattach;topic=4379.0;attach=7427

This is described a few posts above

Here is an updated, modified and adapted IMDB_Movies_[EN][Selenium]-v4.psf , where only one custom field is used in certain parts of the code, rather than multiple duplicated custom fields, which then do not transfer the correct information or, possibly, do not transfer any information at all. However, some parts of the code or redundant parts of the code log files are blocked, because they are not used at all and only unnecessarily increase the size of the script. However, parts of the code are unblocked and should be, because they only slow down the script and a pop-up window appears with the Too many faulty attempts to internet connection notification
other archives are obtained.

Scripts_9-4-25_by_Ivek.7z

https://www.videodb.info/forum_en/index.php?action=dlattach;topic=4385.0;attach=7432

PVD must be running in debug mode, otherwise the log file is empty and add this below to the portable.bat file.
Quote
start viddb.exe -portable -debug
25
PVD Python Scripts / Re: PVD Selenium MOD v4 IMDb Movie Script Confusion
« Last post by Pacifist on April 29, 2025, 07:05:43 am »
As far as I can see, you are using IMDB_Movie_[EN][Selenium]-v4, which is missing the updates that are causing these issues.

You should use my updated IMDB_Movies_[EN][Selenium]-v4 script and SeleniumPVDbScriptsConfig-v4.ini file. Maybe then you won't have these issues.
where can I find them on the forum? Everything is so scattered now, unfortunately. I took this archive https://www.videodb.info/forum_en/index.php?action=dlattach;topic=4379.0;attach=7415

in the pvd folder there is only one log file - firebird.log. And there is no debug information. There is also log.txt, but it is empty
26
PVD Python Scripts / Re: PVD Selenium MOD v4 IMDb Movie Script Confusion
« Last post by Ivek23 on April 28, 2025, 07:45:43 pm »
As far as I can see, you are using IMDB_Movie_[EN][Selenium]-v4, which is missing the updates that are causing these issues.

You should use my updated IMDB_Movies_[EN][Selenium]-v4 script and SeleniumPVDbScriptsConfig-v4.ini file. Maybe then you won't have these issues.
27
PVD Python Scripts / Re: PVD Selenium MOD v4 IMDb Movie Script Confusion
« Last post by Ivek23 on April 28, 2025, 07:06:07 pm »
What is written to the log file, maybe you will see an error there. There is definitely an error somewhere, considering that you have confirmed the "try again" button en masse.
28
PVD Python Scripts / Re: PVD Selenium MOD v4 IMDb Movie Script Confusion
« Last post by Pacifist on April 28, 2025, 07:03:05 am »
According to your picture, you need to confirm the "try again" button so that it will continue downloading files to the Program Folder/Scripts/Tmp folder. Or it will then finish downloading data for a specific movie.
and how many times do I need to press? I pressed it about 20 times. The result is this message each time. After that, will the download from the file in the folder be done into the program itself?

were you talking about these files (screen)?

But, as I understand it, temporary files are created there when the old classic IMDB script is running. And when IMDB-Selenium is running, there is nothing in the folder
29
PVD Python Scripts / Re: PVD Selenium MOD v4 IMDb Movie Script Confusion
« Last post by Ivek23 on April 27, 2025, 05:45:43 pm »
According to your picture, you need to confirm the "try again" button so that it will continue downloading files to the Program Folder/Scripts/Tmp folder. Or it will then finish downloading data for a specific movie.
30
PVD Python Scripts / Re: PVD Selenium MOD v4 IMDb Movie Script Confusion
« Last post by Pacifist on April 27, 2025, 10:46:25 am »
There is a PVD Selenium MOD v4 IMDb Movie, People and FilmAffinity topic on this link below, where the Scripts.7z package is a file with all the missing files in the package. Below is also the Scripts-2025-03-23.7z package with updates. Use only those files that you are missing. If you want, you can edit the SeleniumPVDbScriptsConfig-v4.ini file if you want to use more scripts.

https://www.videodb.info/forum_en/index.php/topic,4379.msg22821.html#msg22821

downloaded and installed. Now it gives me this message. I can edit it myself only if someone shows me what needs to be done. It is important and sufficient for me to download the basic information about the film. The one that was previously filled in by default. Therefore, the question is - what scripts and where to enter in the ".ini" file to get this information.
Pages: 1 2 [3] 4 5 6 7 8 ... 10