You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i get: [20:44:39.30] [LOADING] [ICLOUD] Error Loading Browser -> Message: unknown error: cannot connect to chrome at 127.0.0.1:61691 from session not created: This version of ChromeDriver only supports Chrome version 114 Current browser version is 121.0.6167.161 Stacktrace: Backtrace: GetHandleVerifier [0x00A5A813+48355] (No symbol) [0x009EC4B1] (No symbol) [0x008F5358] (No symbol) [0x009161AC] (No symbol) [0x009106B4] (No symbol) [0x00910491] (No symbol) [0x00940C55] (No symbol) [0x0094093C] (No symbol) [0x0093A536] (No symbol) [0x009182DC] (No symbol) [0x009193DD] GetHandleVerifier [0x00CBAABD+2539405] GetHandleVerifier [0x00CFA78F+2800735] GetHandleVerifier [0x00CF456C+2775612] GetHandleVerifier [0x00AE51E0+616112] (No symbol) [0x009F5F8C] (No symbol) [0x009F2328] (No symbol) [0x009F240B] (No symbol) [0x009E4FF7] BaseThreadInitThunk [0x76307BA9+25] RtlInitializeExceptionChain [0x7761BD2B+107] RtlClearBits [0x7761BCAF+191] -> Sleeping for 10 seconds Traceback (most recent call last): File "C:\Users\School\Downloads\iCloud-Generator-main\iCloud-Generator-main\main.py", line 74, in <module> start() File "C:\Users\School\Downloads\iCloud-Generator-main\iCloud-Generator-main\main.py", line 61, in start clientBuildNumber, number, dsid, cookies, session, theId, pNumber, primaryEmail, driver = generator.openIcloudBrowser() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: cannot unpack non-iterable NoneType object Exception ignored in: <function Chrome.__del__ at 0x00000248DED38A40> Traceback (most recent call last): File "C:\Users\School\AppData\Local\Programs\Python\Python311\Lib\site-packages\undetected_chromedriver\__init__.py", line 644, in __del__ self.quit() File "C:\Users\School\AppData\Local\Programs\Python\Python311\Lib\site-packages\undetected_chromedriver\__init__.py", line 632, in quit time.sleep(0.1) OSError: [WinError 6] The handle is invalid
The text was updated successfully, but these errors were encountered:
i get:
[20:44:39.30] [LOADING] [ICLOUD] Error Loading Browser -> Message: unknown error: cannot connect to chrome at 127.0.0.1:61691 from session not created: This version of ChromeDriver only supports Chrome version 114 Current browser version is 121.0.6167.161 Stacktrace: Backtrace: GetHandleVerifier [0x00A5A813+48355] (No symbol) [0x009EC4B1] (No symbol) [0x008F5358] (No symbol) [0x009161AC] (No symbol) [0x009106B4] (No symbol) [0x00910491] (No symbol) [0x00940C55] (No symbol) [0x0094093C] (No symbol) [0x0093A536] (No symbol) [0x009182DC] (No symbol) [0x009193DD] GetHandleVerifier [0x00CBAABD+2539405] GetHandleVerifier [0x00CFA78F+2800735] GetHandleVerifier [0x00CF456C+2775612] GetHandleVerifier [0x00AE51E0+616112] (No symbol) [0x009F5F8C] (No symbol) [0x009F2328] (No symbol) [0x009F240B] (No symbol) [0x009E4FF7] BaseThreadInitThunk [0x76307BA9+25] RtlInitializeExceptionChain [0x7761BD2B+107] RtlClearBits [0x7761BCAF+191] -> Sleeping for 10 seconds Traceback (most recent call last): File "C:\Users\School\Downloads\iCloud-Generator-main\iCloud-Generator-main\main.py", line 74, in <module> start() File "C:\Users\School\Downloads\iCloud-Generator-main\iCloud-Generator-main\main.py", line 61, in start clientBuildNumber, number, dsid, cookies, session, theId, pNumber, primaryEmail, driver = generator.openIcloudBrowser() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: cannot unpack non-iterable NoneType object Exception ignored in: <function Chrome.__del__ at 0x00000248DED38A40> Traceback (most recent call last): File "C:\Users\School\AppData\Local\Programs\Python\Python311\Lib\site-packages\undetected_chromedriver\__init__.py", line 644, in __del__ self.quit() File "C:\Users\School\AppData\Local\Programs\Python\Python311\Lib\site-packages\undetected_chromedriver\__init__.py", line 632, in quit time.sleep(0.1) OSError: [WinError 6] The handle is invalid
The text was updated successfully, but these errors were encountered: