Recent Posts

Pages: 1 2 3 4 5 6 [7] 8 9 10
61
PVD Python Scripts / Re: PVD Selenium MOD v4 IMDb Movie Script Confusion
« Last post by Ivek23 on June 04, 2025, 02:28:13 pm »
As a note. For some reason, at some point the page with the film stops filling. For example, "Graf Dracula in Oberbayern" (https://www.imdb.com/title/tt0079230/). You can see how the TMP folder is filled in the scripts, but all the fields on its page in the PVD are empty. Even the user ones. And I can't figure out if this is a problem in the program itself (some kind of glitch) or a problem in the script.

I don't understand what's going on. It's obvious that the data is also printed in the log file, but then the script doesn't load it into the database in this case. The error is in the script, but I don't know yet where the errors are. Because I'm testing now, by areas behind the errors.

The reason why this movie title does not add any information to the database has been found, because there is no data on Awards and ParentsGuide, which the script should add to the database. The solution is to run the SeleniumPVDbScriptsConfig-v4 script, in which you uncheck the Download Awards page and Download ParentalGuide page boxes, which are located under Limit on number totals. Once you do this, click the description below to restart PVD to restart and load PVD, then run the IMDB_Movies_[EN][Selenium]-v4script again and it will now download all the data and add it to the database.

Once all the data is in the database, you may need to run the script again to add any missing data. Once you get the data into the database, you will run the SeleniumPVDbScriptsConfig-v4 script again and check the Download Awards page and Download ParentalGuide page boxes again so that for the second movie title, where all the pages with data are, it will download all the data and add it to the database, otherwise the same problem may occur again or it will not download all the data from additional web pages

The next time you have similar problems, first click on the Alltopic button on the website to check which pages are blacked out or check if the pages have data and repeat the above-mentioned and described procedure.
62
PVD Python Scripts / Re: PVD Selenium MOD v4 IMDb Movie Script Confusion
« Last post by Ivek23 on June 01, 2025, 02:07:56 pm »
As a note. For some reason, at some point the page with the film stops filling. For example, "Graf Dracula in Oberbayern" (https://www.imdb.com/title/tt0079230/). You can see how the TMP folder is filled in the scripts, but all the fields on its page in the PVD are empty. Even the user ones. And I can't figure out if this is a problem in the program itself (some kind of glitch) or a problem in the script.

I don't understand what's going on. It's obvious that the data is also printed in the log file, but then the script doesn't load it into the database in this case. The error is in the script, but I don't know yet where the errors are. Because I'm testing now, by areas behind the errors.
63
PVD Python Scripts / Re: PVD Selenium MOD v4 IMDb Movie Script Confusion
« Last post by Pacifist on June 01, 2025, 09:43:20 am »
As a note. For some reason, at some point the page with the film stops filling. For example, "Graf Dracula in Oberbayern" (https://www.imdb.com/title/tt0079230/). You can see how the TMP folder is filled in the scripts, but all the fields on its page in the PVD are empty. Even the user ones. And I can't figure out if this is a problem in the program itself (some kind of glitch) or a problem in the script.
64
PVD Python Scripts / Re: PVD Selenium MOD v4 IMDb Movie Script Confusion
« Last post by Pacifist on June 01, 2025, 08:26:15 am »
and it should be that in the Links field not the films are displayed, but a link (pic.1) to the IMDB page (pic. 2)?

And what is wrong here in your opinion. I don't see anything wrong here. There should be a link to the Connections website and a list of all areas and the number of hits in one area (as in the attached image9 below). The exception is only one area, where there is only a link to the Connections website.
In my opinion, the list of films should be expanded there. And not transferred to the browser. As it was before in the main menu of the PVD. This is a big plus. You can immediately see which films from the collection the new product intersects with. Thank you!
65
PVD Python Scripts / Re: PVD Selenium MOD v4 IMDb Movie Script Confusion
« Last post by Ivek23 on June 01, 2025, 07:47:38 am »
and it should be that in the Links field not the films are displayed, but a link (pic.1) to the IMDB page (pic. 2)?

And what is wrong here in your opinion. I don't see anything wrong here. There should be a link to the Connections website and a list of all areas and the number of hits in one area (as in the attached image9 below). The exception is only one area, where there is only a link to the Connections website.
66
PVD Python Scripts / Re: PVD Selenium MOD v4 IMDb Movie Script Confusion
« Last post by Pacifist on May 31, 2025, 02:08:00 pm »
and it should be that in the Links field not the films are displayed, but a link (pic.1) to the IMDB page (pic. 2)?
67
PVD Python Scripts / Re: PVD Selenium MOD v4 IMDb Movie Script Confusion
« Last post by Ivek23 on May 26, 2025, 07:26:17 pm »
Hi. Hurray, it helped!!!! I pressed REPEAT (sic!) 2-3 times while loading the information and everything loaded. Almost. For some reason the line "Also known as" is empty. Although you have it filled in for the same film. The "Also known as" mark is set in the plugin settings...
Many thanks for the help and resuscitation of PVD!!!!
P.S. And the last question. For today ;-). And for TV series it doesn't work yet?

That was nice to hear and I'm also glad that PVD was able to be revived.

I know about the problem with the "Also known as" information transfer box. Try reloading all the information. If there is still no information, try the refresh button or try another movie file or restart pvd. Maybe then it will be better.

As for the TV series data transfer, the entire E P I S O D E L I S T code is blocked, because at that time there was a problem with the pop-up windows and it was necessary to interrupt the information transfer, leaving empty fields in the database. Where the problem is here, I don't know, because I didn't find anything wrong in the code. Maybe an Afrocuban user will find a way to solve this problem when he comes back.

For now, let's leave it as it is and let's solve any errors and other problems if it possible.
68
PVD Python Scripts / Re: PVD Selenium MOD v4 IMDb Movie Script Confusion
« Last post by Pacifist on May 26, 2025, 04:05:54 pm »
I think I found the reason why it's not working for you. It's likely that the following Python libraries are not installed.
Quote
pip install requests beautifulsoup4

Do this:
Quote
Open a terminal or command prompt:
On Windows: search for "cmd" or "PowerShell".

Type the following in the command prompt to install the appropriate library:
Quote
pip install requests beautifulsoup4

Once this is installed, it should work. I know this from my own experience on Win11, where it didn't work before, just like you. But when I installed this library, everything worked without problems with Geckodriver, which is added to the same Scripts folder where the scripts are already.

I will also send you a new version of your !PersonalVideoDB program, where everything is already set up to work with Geckodriver.
Hi. Hurray, it helped!!!! I pressed REPEAT (sic!) 2-3 times while loading the information and everything loaded. Almost. For some reason the line "Also known as" is empty. Although you have it filled in for the same film. The "Also known as" mark is set in the plugin settings...
Many thanks for the help and resuscitation of PVD!!!!
P.S. And the last question. For today ;-). And for TV series it doesn't work yet?
69
PVD Python Scripts / Re: Python (+Selenium) Chrome general script
« Last post by Ivek23 on May 25, 2025, 06:42:15 am »
You also need to install this library for python to work successfully and download information from the Imdb website.

Quote
B 1. pip install requests beautifulsoup4
70
PVD Python Scripts / Re: PVD Selenium MOD v4 IMDb Movie Script Confusion
« Last post by Ivek23 on May 24, 2025, 01:14:17 pm »
I think I found the reason why it's not working for you. It's likely that the following Python libraries are not installed.
Quote
pip install requests beautifulsoup4

Do this:
Quote
Open a terminal or command prompt:
On Windows: search for "cmd" or "PowerShell".

Type the following in the command prompt to install the appropriate library:
Quote
pip install requests beautifulsoup4

Once this is installed, it should work. I know this from my own experience on Win11, where it didn't work before, just like you. But when I installed this library, everything worked without problems with Geckodriver, which is added to the same Scripts folder where the scripts are already.

I will also send you a new version of your !PersonalVideoDB program, where everything is already set up to work with Geckodriver.
Pages: 1 2 3 4 5 6 [7] 8 9 10
anything