gism / filmaffinity2CSV

Get filmaffinity voted movies, save them to CSV and post them on IMDB
GNU Affero General Public License v3.0
18 stars 11 forks source link

Captchas not working #19

Closed Xemenedy closed 3 years ago

Xemenedy commented 3 years ago

I'm executing main.py to get the CSV (I've got 2000+ votes in FA)

Everything's fine until chromedriver.exe starts, then I'd supose to solve some captchas, but instead of that, 4 Google chrome windows opens with this URL:

https://www.filmaffinity.com/en/film000000.html

And this message: Not Found The requested URL /en/film000000.html was not found on this server.

I'm using Windows 10 - 64 bits OS

In CMD, this are the last lines:

. . . Analyzed vote page: 110 found 17 movies Analyzed vote page: 109 found 20 movies

All movies pushed to queue to get all movie information.

DevTools listening on ws://127.0.0.1:64609/devtools/browser/9ceeb227-fd7f-4e37-b3ba-ca8bf10175c5

DevTools listening on ws://127.0.0.1:64611/devtools/browser/d32e228c-8f8f-4df6-ab34-4f8cb5cc518b

DevTools listening on ws://127.0.0.1:64612/devtools/browser/f685c097-980a-48e6-aa4b-8e0416dca577

DevTools listening on ws://127.0.0.1:64625/devtools/browser/690d8fb8-cdb9-4b7a-88f4-a31ba43a1d3f C:\Users\getch\Downloads\filmaffinity2CSV-master\faHelper.py:504: UserWarning: Script on hold: Waiting to solve robot challenge warnings.warn("Script on hold: Waiting to solve robot challenge") [14760:5456:0511/131851.648:ERROR:device_event_log_impl.cc(214)] [13:18:51.648] USB: usb_service_win.cc:389 Could not read device interface GUIDs: The system cannot find the file specified. (0x2) [17752:1640:0511/131853.647:ERROR:device_event_log_impl.cc(214)] [13:18:53.647] USB: usb_service_win.cc:389 Could not read device interface GUIDs: The system cannot find the file specified. (0x2) [9868:21732:0511/131855.639:ERROR:device_event_log_impl.cc(214)] [13:18:55.639] USB: usb_service_win.cc:389 Could not read device interface GUIDs: The system cannot find the file specified. (0x2) [12036:18036:0511/131859.621:ERROR:device_event_log_impl.cc(214)] [13:18:59.622] USB: usb_service_win.cc:389 Could not read device interface GUIDs: The system cannot find the file specified. (0x2) [24116:24068:0511/132050.366:ERROR:gpu_init.cc(426)] Passthrough is not supported, GL is disabled [24052:22996:0511/132050.476:ERROR:gpu_init.cc(426)] Passthrough is not supported, GL is disabled [24188:24184:0511/132050.476:ERROR:gpu_init.cc(426)] Passthrough is not supported, GL is disabled [24280:23108:0511/132050.491:ERROR:gpu_init.cc(426)] Passthrough is not supported, GL is disabled

unrealmitch commented 3 years ago

Solved here #20

gism commented 3 years ago

That's correct. I've already merged the correction. And verified.

Thanks you both