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
C:\Users\Jyrig\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\selenium\webdriver\remote\webelement.py:393: UserWarning: find_element_by_* commands are deprecated. Please use find_element() instead
warnings.warn("find_element_by_* commands are deprecated. Please use find_element() instead")
C:\Users\Jyrig\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\selenium\webdriver\remote\webelement.py:426: UserWarning: find_elements_by_* commands are deprecated. Please use find_elements() instead
warnings.warn("find_elements_by_* commands are deprecated. Please use find_elements() instead")
Getting not-interacted-with, NEW MATCHES, part 1
[>-----------------------------] 0% of the new matches handled.Traceback (most recent call last):
File "C:\OpenServer\domains\TinderBotz\quickstart.py", line 26, in
new_matches = session.get_new_matches(amount=5, quickload=True)
File "C:\OpenServer\domains\TinderBotz\tinderbotz\session.py", line 302, in get_new_matches
return helper.get_new_matches(amount, quickload)
File "C:\OpenServer\domains\TinderBotz\tinderbotz\helpers\match_helper.py", line 157, in get_new_matches
matches.append(self.get_match(chatid, quickload))
File "C:\OpenServer\domains\TinderBotz\tinderbotz\helpers\match_helper.py", line 410, in get_match
rowdata = self.get_row_data(chatid)
File "C:\OpenServer\domains\TinderBotz\tinderbotz\helpers\match_helper.py", line 476, in get_row_data
svg = row.find_element(By.XPATH, ".//*[starts-with(@d, 'M')]").get_attribute('d')
File "C:\Users\Jyrig\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\selenium\webdriver\remote\webelement.py", line 735, in find_element
return self._execute(Command.FIND_CHILD_ELEMENT,
File "C:\Users\Jyrig\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\selenium\webdriver\remote\webelement.py", line 710, in _execute
return self._parent.execute(command, params)
File "C:\Users\Jyrig\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\selenium\webdriver\remote\webdriver.py", line 424, in execute
self.error_handler.check_response(response)
File "C:\Users\Jyrig\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\selenium\webdriver\remote\errorhandler.py", line 247, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.StaleElementReferenceException: Message: stale element reference: element is not attached to the page document
(Session info: chrome=103.0.5060.134)
Stacktrace:
Backtrace:
Ordinal0 [0x007B5FD3+2187219]
Ordinal0 [0x0074E6D1+1763025]
Ordinal0 [0x00663E78+802424]
Ordinal0 [0x00666854+813140]
Ordinal0 [0x00666712+812818]
Ordinal0 [0x006669A0+813472]
Ordinal0 [0x00691925+989477]
Ordinal0 [0x00691EAB+990891]
Ordinal0 [0x00688411+951313]
Ordinal0 [0x006ACBD4+1100756]
Ordinal0 [0x00688394+951188]
Ordinal0 [0x006ACDA4+1101220]
Ordinal0 [0x006BCFC2+1167298]
Ordinal0 [0x006AC9A6+1100198]
Ordinal0 [0x00686F80+946048]
Ordinal0 [0x00687E76+949878]
GetHandleVerifier [0x00A590C2+2721218]
GetHandleVerifier [0x00A4AAF0+2662384]
GetHandleVerifier [0x0084137A+526458]
GetHandleVerifier [0x00840416+522518]
Ordinal0 [0x00754EAB+1789611]
Ordinal0 [0x007597A8+1808296]
Ordinal0 [0x00759895+1808533]
Ordinal0 [0x007626C1+1844929]
BaseThreadInitThunk [0x75336739+25]
RtlGetFullPathName_UEx [0x77598FEF+1215]
RtlGetFullPathName_UEx [0x77598FBD+1165]
The text was updated successfully, but these errors were encountered:
C:\Users\Jyrig\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\selenium\webdriver\remote\webelement.py:393: UserWarning: find_element_by_* commands are deprecated. Please use find_element() instead
warnings.warn("find_element_by_* commands are deprecated. Please use find_element() instead")
C:\Users\Jyrig\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\selenium\webdriver\remote\webelement.py:426: UserWarning: find_elements_by_* commands are deprecated. Please use find_elements() instead
warnings.warn("find_elements_by_* commands are deprecated. Please use find_elements() instead")
Getting not-interacted-with, NEW MATCHES, part 1
[>-----------------------------] 0% of the new matches handled.Traceback (most recent call last):
File "C:\OpenServer\domains\TinderBotz\quickstart.py", line 26, in
new_matches = session.get_new_matches(amount=5, quickload=True)
File "C:\OpenServer\domains\TinderBotz\tinderbotz\session.py", line 302, in get_new_matches
return helper.get_new_matches(amount, quickload)
File "C:\OpenServer\domains\TinderBotz\tinderbotz\helpers\match_helper.py", line 157, in get_new_matches
matches.append(self.get_match(chatid, quickload))
File "C:\OpenServer\domains\TinderBotz\tinderbotz\helpers\match_helper.py", line 410, in get_match
rowdata = self.get_row_data(chatid)
File "C:\OpenServer\domains\TinderBotz\tinderbotz\helpers\match_helper.py", line 476, in get_row_data
svg = row.find_element(By.XPATH, ".//*[starts-with(@d, 'M')]").get_attribute('d')
File "C:\Users\Jyrig\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\selenium\webdriver\remote\webelement.py", line 735, in find_element
return self._execute(Command.FIND_CHILD_ELEMENT,
File "C:\Users\Jyrig\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\selenium\webdriver\remote\webelement.py", line 710, in _execute
return self._parent.execute(command, params)
File "C:\Users\Jyrig\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\selenium\webdriver\remote\webdriver.py", line 424, in execute
self.error_handler.check_response(response)
File "C:\Users\Jyrig\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\selenium\webdriver\remote\errorhandler.py", line 247, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.StaleElementReferenceException: Message: stale element reference: element is not attached to the page document
(Session info: chrome=103.0.5060.134)
Stacktrace:
Backtrace:
Ordinal0 [0x007B5FD3+2187219]
Ordinal0 [0x0074E6D1+1763025]
Ordinal0 [0x00663E78+802424]
Ordinal0 [0x00666854+813140]
Ordinal0 [0x00666712+812818]
Ordinal0 [0x006669A0+813472]
Ordinal0 [0x00691925+989477]
Ordinal0 [0x00691EAB+990891]
Ordinal0 [0x00688411+951313]
Ordinal0 [0x006ACBD4+1100756]
Ordinal0 [0x00688394+951188]
Ordinal0 [0x006ACDA4+1101220]
Ordinal0 [0x006BCFC2+1167298]
Ordinal0 [0x006AC9A6+1100198]
Ordinal0 [0x00686F80+946048]
Ordinal0 [0x00687E76+949878]
GetHandleVerifier [0x00A590C2+2721218]
GetHandleVerifier [0x00A4AAF0+2662384]
GetHandleVerifier [0x0084137A+526458]
GetHandleVerifier [0x00840416+522518]
Ordinal0 [0x00754EAB+1789611]
Ordinal0 [0x007597A8+1808296]
Ordinal0 [0x00759895+1808533]
Ordinal0 [0x007626C1+1844929]
BaseThreadInitThunk [0x75336739+25]
RtlGetFullPathName_UEx [0x77598FEF+1215]
RtlGetFullPathName_UEx [0x77598FBD+1165]
The text was updated successfully, but these errors were encountered: