webrecorder / webrecorder-player

Webrecorder Player for Desktop (OSX/Windows/Linux). (Built with Electron + Webrecorder)
Apache License 2.0
426 stars 39 forks source link

Windows Built: not able to browse WARC link with no internet connection #98

Open owiowais opened 4 years ago

owiowais commented 4 years ago

I am on Windows 10 x64. I cannot seem to browser any links with my internet connection off. I have tried with two different WARC, and received same Debug info for both of them.

stderr: C:\Users\Leo\AppData\Local\Temp\_MEI136122\webrecorder\load\wamloader.py:41: YAMLLoadWarning: calling yaml.load_all() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. 
C:\Users\Leo\AppData\Local\Temp\_MEI136122\webassets\loaders.py:201: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. 
C:\Users\Leo\AppData\Local\Temp\_MEI136122\webrecorder\load\wamloader.py:41: YAMLLoadWarning: calling yaml.load_all() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. 
2020-05-13 06:24:33,084: [ERROR]: Exception reading Public Suffix List url https://publicsuffix.org/list/public_suffix_list.dat 
Traceback (most recent call last): 
File "site-packages\urllib3\connection.py", line 171, in _new_conn 
File "site-packages\urllib3\util\connection.py", line 56, in create_connection 
File "gevent\_socketcommon.py", line 212, in getaddrinfo 
File "gevent\resolver\thread.py", line 65, in getaddrinfo 
File "gevent\pool.py", line 159, in apply 
File "src\gevent\event.py", line 268, in gevent._event.AsyncResult.get 
File "src\gevent\event.py", line 296, in gevent._event.AsyncResult.get 
File "src\gevent\event.py", line 286, in gevent._event.AsyncResult.get 
File "src\gevent\event.py", line 266, in gevent._event.AsyncResult._raise_exception 
File "gevent\_compat.py", line 47, in reraise 
File "gevent\threadpool.py", line 281, in _worker 
socket.gaierror: [Errno 11001] getaddrinfo failed 

During handling of the above exception, another exception occurred: 

Traceback (most recent call last): 
File "site-packages\urllib3\connectionpool.py", line 600, in urlopen 
File "site-packages\urllib3\connectionpool.py", line 343, in _make_request 
File "site-packages\urllib3\connectionpool.py", line 849, in _validate_conn 
File "site-packages\urllib3\connection.py", line 314, in connect 
File "site-packages\urllib3\connection.py", line 180, in _new_conn 
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 11001] getaddrinfo failed 

During handling of the above exception, another exception occurred: 

Traceback (most recent call last): 
File "site-packages\requests\adapters.py", line 449, in send 
File "site-packages\urllib3\connectionpool.py", line 638, in urlopen 
File "site-packages\urllib3\util\retry.py", line 398, in increment 
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='publicsuffix.org', port=443): Max retries exceeded with url: /list/public_suffix_list.dat (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 11001] getaddrinfo failed',)) 

During handling of the above exception, another exception occurred: 

Traceback (most recent call last): 
File "site-packages\tldextract\remote.py", line 37, in find_first_response 
File "site-packages\requests\sessions.py", line 546, in get 
File "site-packages\requests\sessions.py", line 533, in request 
File "site-packages\requests\sessions.py", line 646, in send 
File "site-packages\requests\adapters.py", line 516, in send 
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='publicsuffix.org', port=443): Max retries exceeded with url: /list/public_suffix_list.dat (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 11001] getaddrinfo failed',)) 

stderr: 2020-05-13 06:24:33,088: [ERROR]: Exception reading Public Suffix List url https://raw.githubusercontent.com/publicsuffix/list/master/public_suffix_list.dat 
Traceback (most recent call last): 
File "site-packages\urllib3\connection.py", line 171, in _new_conn 
File "site-packages\urllib3\util\connection.py", line 56, in create_connection 
File "gevent\_socketcommon.py", line 212, in getaddrinfo 
File "gevent\resolver\thread.py", line 65, in getaddrinfo 
File "gevent\pool.py", line 159, in apply 
File "src\gevent\event.py", line 268, in gevent._event.AsyncResult.get 
File "src\gevent\event.py", line 296, in gevent._event.AsyncResult.get 
File "src\gevent\event.py", line 286, in gevent._event.AsyncResult.get 
File "src\gevent\event.py", line 266, in gevent._event.AsyncResult._raise_exception 
File "gevent\_compat.py", line 47, in reraise 
File "gevent\threadpool.py", line 281, in _worker 
socket.gaierror: [Errno 11001] getaddrinfo failed 

During handling of the above exception, another exception occurred: 

Traceback (most recent call last): 
File "site-packages\urllib3\connectionpool.py", line 600, in urlopen 
File "site-packages\urllib3\connectionpool.py", line 343, in _make_request 
File "site-packages\urllib3\connectionpool.py", line 849, in _validate_conn 
File "site-packages\urllib3\connection.py", line 314, in connect 
File "site-packages\urllib3\connection.py", line 180, in _new_conn 
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 11001] getaddrinfo failed 

During handling of the above exception, another exception occurred: 

Traceback (most recent call last): 
File "site-packages\requests\adapters.py", line 449, in send 
File "site-packages\urllib3\connectionpool.py", line 638, in urlopen 
File "site-packages\urllib3\util\retry.py", line 398, in increment 
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /publicsuffix/list/master/public_suffix_list.dat (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 11001] getaddrinfo failed',)) 

During handling of the above exception, another exception occurred: 

Traceback (most recent call last): 
File "site-packages\tldextract\remote.py", line 37, in find_first_response 
File "site-packages\requests\sessions.py", line 546, in get 
File "site-packages\requests\sessions.py", line 533, in request 
File "site-packages\requests\sessions.py", line 646, in send 
File "site-packages\requests\adapters.py", line 516, in send 
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /publicsuffix/list/master/public_suffix_list.dat (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 11001] getaddrinfo failed',)) 

stderr: 2020-05-13 06:24:33,090: [ERROR]: No Public Suffix List found. Consider using a mirror or constructing your TLDExtract with `suffix_list_urls=None`. 

stderr: 2020-05-13 06:24:33,334: [ERROR]: Exception reading Public Suffix List url https://publicsuffix.org/list/public_suffix_list.dat 
Traceback (most recent call last): 
File "site-packages\urllib3\connection.py", line 171, in _new_conn 
File "site-packages\urllib3\util\connection.py", line 56, in create_connection 
File "gevent\_socketcommon.py", line 212, in getaddrinfo 
File "gevent\resolver\thread.py", line 65, in getaddrinfo 
File "gevent\pool.py", line 159, in apply 
File "src\gevent\event.py", line 268, in gevent._event.AsyncResult.get 
File "src\gevent\event.py", line 296, in gevent._event.AsyncResult.get 
File "src\gevent\event.py", line 286, in gevent._event.AsyncResult.get 
File "src\gevent\event.py", line 266, in gevent._event.AsyncResult._raise_exception 
File "gevent\_compat.py", line 47, in reraise 
File "gevent\threadpool.py", line 281, in _worker 
socket.gaierror: [Errno 11001] getaddrinfo failed 

During handling of the above exception, another exception occurred: 

Traceback (most recent call last): 
File "site-packages\urllib3\connectionpool.py", line 600, in urlopen 
File "site-packages\urllib3\connectionpool.py", line 343, in _make_request 
File "site-packages\urllib3\connectionpool.py", line 849, in _validate_conn 
File "site-packages\urllib3\connection.py", line 314, in connect 
File "site-packages\urllib3\connection.py", line 180, in _new_conn 
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 11001] getaddrinfo failed 

During handling of the above exception, another exception occurred: 

Traceback (most recent call last): 
File "site-packages\requests\adapters.py", line 449, in send 
File "site-packages\urllib3\connectionpool.py", line 638, in urlopen 
File "site-packages\urllib3\util\retry.py", line 398, in increment 
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='publicsuffix.org', port=443): Max retries exceeded with url: /list/public_suffix_list.dat (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 11001] getaddrinfo failed',)) 

During handling of the above exception, another exception occurred: 

Traceback (most recent call last): 
File "site-packages\tldextract\remote.py", line 37, in find_first_response 
File "site-packages\requests\sessions.py", line 546, in get 
File "site-packages\requests\sessions.py", line 533, in request 
File "site-packages\requests\sessions.py", line 646, in send 
File "site-packages\requests\adapters.py", line 516, in send 
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='publicsuffix.org', port=443): Max retries exceeded with url: /list/public_suffix_list.dat (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 11001] getaddrinfo failed',)) 

stderr: 2020-05-13 06:24:33,338: [ERROR]: Exception reading Public Suffix List url https://raw.githubusercontent.com/publicsuffix/list/master/public_suffix_list.dat 
Traceback (most recent call last): 
File "site-packages\urllib3\connection.py", line 171, in _new_conn 
File "site-packages\urllib3\util\connection.py", line 56, in create_connection 
File "gevent\_socketcommon.py", line 212, in getaddrinfo 
File "gevent\resolver\thread.py", line 65, in getaddrinfo 
File "gevent\pool.py", line 159, in apply 
File "src\gevent\event.py", line 268, in gevent._event.AsyncResult.get 
File "src\gevent\event.py", line 296, in gevent._event.AsyncResult.get 
File "src\gevent\event.py", line 286, in gevent._event.AsyncResult.get 
File "src\gevent\event.py", line 266, in gevent._event.AsyncResult._raise_exception 
File "gevent\_compat.py", line 47, in reraise 
File "gevent\threadpool.py", line 281, in _worker 
socket.gaierror: [Errno 11001] getaddrinfo failed 

During handling of the above exception, another exception occurred: 

Traceback (most recent call last): 
File "site-packages\urllib3\connectionpool.py", line 600, in urlopen 
File "site-packages\urllib3\connectionpool.py", line 343, in _make_request 
File "site-packages\urllib3\connectionpool.py", line 849, in _validate_conn 
File "site-packages\urllib3\connection.py", line 314, in connect 
File "site-packages\urllib3\connection.py", line 180, in _new_conn 
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 11001] getaddrinfo failed 

During handling of the above exception, another exception occurred: 

Traceback (most recent call last): 
File "site-packages\requests\adapters.py", line 449, in send 
File "site-packages\urllib3\connectionpool.py", line 638, in urlopen 
File "site-packages\urllib3\util\retry.py", line 398, in increment 
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /publicsuffix/list/master/public_suffix_list.dat (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 11001] getaddrinfo failed',)) 

During handling of the above exception, another exception occurred: 

Traceback (most recent call last): 
File "site-packages\tldextract\remote.py", line 37, in find_first_response 
File "site-packages\requests\sessions.py", line 546, in get 
File "site-packages\requests\sessions.py", line 533, in request 
File "site-packages\requests\sessions.py", line 646, in send 
File "site-packages\requests\adapters.py", line 516, in send 
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /publicsuffix/list/master/public_suffix_list.dat (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 11001] getaddrinfo failed',)) 

stderr: 2020-05-13 06:24:33,340: [ERROR]: No Public Suffix List found. Consider using a mirror or constructing your TLDExtract with `suffix_list_urls=None`. 

stderr: 2020-05-13 06:24:33,530: [ERROR]: Exception reading Public Suffix List url https://publicsuffix.org/list/public_suffix_list.dat 
Traceback (most recent call last): 
File "site-packages\urllib3\connection.py", line 171, in _new_conn 
File "site-packages\urllib3\util\connection.py", line 56, in create_connection 
File "gevent\_socketcommon.py", line 212, in getaddrinfo 
File "gevent\resolver\thread.py", line 65, in getaddrinfo 
File "gevent\pool.py", line 159, in apply 
File "src\gevent\event.py", line 268, in gevent._event.AsyncResult.get 
File "src\gevent\event.py", line 296, in gevent._event.AsyncResult.get 
File "src\gevent\event.py", line 286, in gevent._event.AsyncResult.get 
File "src\gevent\event.py", line 266, in gevent._event.AsyncResult._raise_exception 
File "gevent\_compat.py", line 47, in reraise 
File "gevent\threadpool.py", line 281, in _worker 
socket.gaierror: [Errno 11001] getaddrinfo failed 

During handling of the above exception, another exception occurred: 

Traceback (most recent call last): 
File "site-packages\urllib3\connectionpool.py", line 600, in urlopen 
File "site-packages\urllib3\connectionpool.py", line 343, in _make_request 
File "site-packages\urllib3\connectionpool.py", line 849, in _validate_conn 
File "site-packages\urllib3\connection.py", line 314, in connect 
File "site-packages\urllib3\connection.py", line 180, in _new_conn 
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 11001] getaddrinfo failed 

During handling of the above exception, another exception occurred: 

Traceback (most recent call last): 
File "site-packages\requests\adapters.py", line 449, in send 
File "site-packages\urllib3\connectionpool.py", line 638, in urlopen 
File "site-packages\urllib3\util\retry.py", line 398, in increment 
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='publicsuffix.org', port=443): Max retries exceeded with url: /list/public_suffix_list.dat (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 11001] getaddrinfo failed',)) 

During handling of the above exception, another exception occurred: 

Traceback (most recent call last): 
File "site-packages\tldextract\remote.py", line 37, in find_first_response 
File "site-packages\requests\sessions.py", line 546, in get 
File "site-packages\requests\sessions.py", line 533, in request 
File "site-packages\requests\sessions.py", line 646, in send 
File "site-packages\requests\adapters.py", line 516, in send 
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='publicsuffix.org', port=443): Max retries exceeded with url: /list/public_suffix_list.dat (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 11001] getaddrinfo failed',)) 

stderr: 2020-05-13 06:24:33,534: [ERROR]: Exception reading Public Suffix List url https://raw.githubusercontent.com/publicsuffix/list/master/public_suffix_list.dat 
Traceback (most recent call last): 
File "site-packages\urllib3\connection.py", line 171, in _new_conn 
File "site-packages\urllib3\util\connection.py", line 56, in create_connection 
File "gevent\_socketcommon.py", line 212, in getaddrinfo 
File "gevent\resolver\thread.py", line 65, in getaddrinfo 
File "gevent\pool.py", line 159, in apply 
File "src\gevent\event.py", line 268, in gevent._event.AsyncResult.get 
File "src\gevent\event.py", line 296, in gevent._event.AsyncResult.get 
File "src\gevent\event.py", line 286, in gevent._event.AsyncResult.get 
File "src\gevent\event.py", line 266, in gevent._event.AsyncResult._raise_exception 
File "gevent\_compat.py", line 47, in reraise 
File "gevent\threadpool.py", line 281, in _worker 
socket.gaierror: [Errno 11001] getaddrinfo failed 

During handling of the above exception, another exception occurred: 

Traceback (most recent call last): 
File "site-packages\urllib3\connectionpool.py", line 600, in urlopen 
File "site-packages\urllib3\connectionpool.py", line 343, in _make_request 
File "site-packages\urllib3\connectionpool.py", line 849, in _validate_conn 
File "site-packages\urllib3\connection.py", line 314, in connect 
File "site-packages\urllib3\connection.py", line 180, in _new_conn 
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 11001] getaddrinfo failed 

During handling of the above exception, another exception occurred: 

Traceback (most recent call last): 
File "site-packages\requests\adapters.py", line 449, in send 
File "site-packages\urllib3\connectionpool.py", line 638, in urlopen 
File "site-packages\urllib3\util\retry.py", line 398, in increment 
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /publicsuffix/list/master/public_suffix_list.dat (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 11001] getaddrinfo failed',)) 

During handling of the above exception, another exception occurred: 

Traceback (most recent call last): 
File "site-packages\tldextract\remote.py", line 37, in find_first_response 
File "site-packages\requests\sessions.py", line 546, in get 
File "site-packages\requests\sessions.py", line 533, in request 
File "site-packages\requests\sessions.py", line 646, in send 
File "site-packages\requests\adapters.py", line 516, in send 
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /publicsuffix/list/master/public_suffix_list.dat (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 11001] getaddrinfo failed',)) 

stderr: 2020-05-13 06:24:33,536: [ERROR]: No Public Suffix List found. Consider using a mirror or constructing your TLDExtract with `suffix_list_urls=None`.