Advertisement
PanzerFaustNL

error facebook request handler

Mar 13th, 2020
338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 3.22 KB | None | 0 0
  1. Fatal Python error: Cannot recover from stack overflow.
  2.  
  3. Current thread 0x00007fff88f9c380 (most recent call first):
  4.   File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/utils.py", line 57 in _has_surrogates
  5.   File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/_policybase.py", line 287 in _sanitize_header
  6.   File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/_policybase.py", line 316 in header_fetch_parse
  7.   File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/message.py", line 471 in get
  8.   File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/message.py", line 578 in get_content_type
  9.   File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/message.py", line 594 in get_content_maintype
  10.   File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/feedparser.py", line 295 in _parsegen
  11.   File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/feedparser.py", line 180 in _call_parse
  12.   File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/feedparser.py", line 176 in feed
  13.   File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/parser.py", line 56 in parse
  14.   File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/email/parser.py", line 67 in parsestr
  15.   File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py", line 224 in parse_headers
  16.   File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py", line 330 in begin
  17.   File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py", line 1344 in getresponse
  18.   File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 416 in _make_request
  19.   File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 672 in urlopen
  20.   File "/usr/local/lib/python3.7/site-packages/urllib3/poolmanager.py", line 330 in urlopen
  21.   File "/usr/local/lib/python3.7/site-packages/urllib3/request.py", line 171 in request_encode_body
  22.   File "/usr/local/lib/python3.7/site-packages/urllib3/request.py", line 80 in request
  23.   File "/usr/local/lib/python3.7/site-packages/selenium/webdriver/remote/remote_connection.py", line 397 in _request
  24.   File "/usr/local/lib/python3.7/site-packages/selenium/webdriver/remote/remote_connection.py", line 374 in execute
  25.   File "/usr/local/lib/python3.7/site-packages/selenium/webdriver/remote/webdriver.py", line 319 in execute
  26.   File "/usr/local/lib/python3.7/site-packages/selenium/webdriver/remote/webdriver.py", line 978 in find_element
  27.   File "/usr/local/lib/python3.7/site-packages/selenium/webdriver/remote/webdriver.py", line 394 in find_element_by_xpath
  28.   File "check_requests.py", line 99 in checkAmount
  29.   File "check_requests.py", line 74 in doTheJob
  30.   File "check_requests.py", line 79 in doTheJob
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement