web-platform-tests / wpt.live

A live version of the web-platform-tests project
https://wpt.live/
15 stars 11 forks source link

Investigate exceptions being thrown #64

Closed jcscottiii closed 2 years ago

jcscottiii commented 2 years ago

Doesn't look like it's causing a problem but it's causing some noise to the logs.

2022-07-26 13:39:35.040 EDT

wpt-tot-wpt-servers…
[2022-07-26 17:39:35,039 https on port 443] ERROR - Exception loading https://35.223.122.27:443/.well-known/attribution-reporting/debug/report-aggregate-attribution: cannot import name 'TypedDict'

2022-07-26 13:39:35.040 EDT

wpt-tot-wpt-servers…
[2022-07-26 17:39:35,039 https on port 443] INFO - cannot import name 'TypedDict'
2022-07-26 13:39:35.040 EDT

wpt-tot-wpt-servers…
Traceback (most recent call last):
2022-07-26 13:39:35.040 EDT

wpt-tot-wpt-servers…
 File "/root/wpt/tools/wptserve/wptserve/server.py", line 289, in finish_handling
2022-07-26 13:39:35.040 EDT

wpt-tot-wpt-servers…
 handler(request, response)
2022-07-26 13:39:35.040 EDT

wpt-tot-wpt-servers…
 File "/root/wpt/tools/wptserve/wptserve/handlers.py", line 322, in __call__
2022-07-26 13:39:35.040 EDT

wpt-tot-wpt-servers…
 self._load_file(request, response, func)
2022-07-26 13:39:35.040 EDT

wpt-tot-wpt-servers…
 File "/root/wpt/tools/wptserve/wptserve/handlers.py", line 305, in _load_file
2022-07-26 13:39:35.040 EDT

wpt-tot-wpt-servers…
 exec(compile(f.read(), path, 'exec'), environ, environ)
2022-07-26 13:39:35.040 EDT

wpt-tot-wpt-servers…
 File "/root/wpt/.well-known/attribution-reporting/debug/report-aggregate-attribution", line 4, in <module>
2022-07-26 13:39:35.040 EDT

wpt-tot-wpt-servers…
 reports = import_module('attribution-reporting.resources.reports')
2022-07-26 13:39:35.040 EDT

wpt-tot-wpt-servers…
 File "/usr/lib/python3.6/importlib/__init__.py", line 126, in import_module
2022-07-26 13:39:35.040 EDT

wpt-tot-wpt-servers…
 return _bootstrap._gcd_import(name[level:], package, level)
2022-07-26 13:39:35.040 EDT

wpt-tot-wpt-servers…
 File "<frozen importlib._bootstrap>", line 994, in _gcd_import
2022-07-26 13:39:35.040 EDT

wpt-tot-wpt-servers…
 File "<frozen importlib._bootstrap>", line 971, in _find_and_load
2022-07-26 13:39:35.040 EDT

wpt-tot-wpt-servers…
 File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
2022-07-26 13:39:35.040 EDT

wpt-tot-wpt-servers…
 File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
2022-07-26 13:39:35.040 EDT

wpt-tot-wpt-servers…
 File "<frozen importlib._bootstrap_external>", line 678, in exec_module
2022-07-26 13:39:35.040 EDT

wpt-tot-wpt-servers…
 File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
2022-07-26 13:39:35.040 EDT

wpt-tot-wpt-servers…
 File "/root/wpt/attribution-reporting/resources/reports.py", line 3, in <module>
2022-07-26 13:39:35.040 EDT

wpt-tot-wpt-servers…
 from typing import List, Optional, Tuple, TypedDict
2022-07-26 13:39:35.040 EDT

wpt-tot-wpt-servers…
ImportError: cannot import name 'TypedDict'