runtime error

home/user/.local/lib/python3.8/site-packages/pandas/io/common.py", line 716, in get_handle ioargs = _get_filepath_or_buffer( File "/home/user/.local/lib/python3.8/site-packages/pandas/io/common.py", line 368, in _get_filepath_or_buffer with urlopen(req_info) as req: File "/home/user/.local/lib/python3.8/site-packages/pandas/io/common.py", line 270, in urlopen return urllib.request.urlopen(*args, **kwargs) File "/usr/local/lib/python3.8/urllib/request.py", line 222, in urlopen return opener.open(url, data, timeout) File "/usr/local/lib/python3.8/urllib/request.py", line 525, in open response = self._open(req, data) File "/usr/local/lib/python3.8/urllib/request.py", line 542, in _open result = self._call_chain(self.handle_open, protocol, protocol + File "/usr/local/lib/python3.8/urllib/request.py", line 502, in _call_chain result = func(*args) File "/usr/local/lib/python3.8/urllib/request.py", line 1397, in https_open return self.do_open(http.client.HTTPSConnection, req, File "/usr/local/lib/python3.8/urllib/request.py", line 1357, in do_open raise URLError(err) urllib.error.URLError: <urlopen error [Errno -3] Temporary failure in name resolution> During handling of the above exception, another exception occurred: Traceback (most recent call last): File "app.py", line 24, in <module> gr.DataFrame(get_data, every=5) File "/home/user/.local/lib/python3.8/site-packages/gradio/blocks.py", line 1095, in __exit__ self.config = self.get_config_file() File "/home/user/.local/lib/python3.8/site-packages/gradio/blocks.py", line 1071, in get_config_file "props": utils.delete_none(block.get_config()) File "/home/user/.local/lib/python3.8/site-packages/gradio/components.py", line 4513, in get_config config = super().get_config() File "/home/user/.local/lib/python3.8/site-packages/gradio/components.py", line 4010, in get_config return {"value": self.value, **IOComponent.get_config(self)} AttributeError: 'LinePlot' object has no attribute 'value'

Container logs:

Fetching error logs...