Created
May 6, 2024 08:02
-
-
Save epifanio/271d314ea72d117e0eeb1d335fa03291 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
metsis_bokeh.1.qnandzhk1pco@swarm | #################### VAR CHECK 1 ###################### | |
metsis_bokeh.1.qnandzhk1pco@swarm | syntax error, unexpected WORD_WORD, expecting SCAN_ATTR or SCAN_DATASET or SCAN_ERROR | |
metsis_bokeh.1.qnandzhk1pco@swarm | context: <!DOCTYPE^ HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"><html><head><title>503 Service Unavailable</title></head><body><h1>Service Unavailable</h1><p>The server is temporarily unable to service yourrequest due to maintenance downtime or capacityproblems. Please try again later.</p></body></html> | |
metsis_bokeh.1.qnandzhk1pco@swarm | syntax error, unexpected WORD_WORD, expecting SCAN_ATTR or SCAN_DATASET or SCAN_ERROR | |
metsis_bokeh.1.qnandzhk1pco@swarm | context: <!DOCTYPE^ HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"><html><head><title>503 Service Unavailable</title></head><body><h1>Service Unavailable</h1><p>The server is temporarily unable to service yourrequest due to maintenance downtime or capacityproblems. Please try again later.</p></body></html> | |
metsis_bokeh.1.qnandzhk1pco@swarm | 2024-05-06 07:46:23,161 Error running application handler <bokeh.application.handlers.directory.DirectoryHandler object at 0x7f513ebaa290>: [Errno -70] NetCDF: DAP server error: b'http://thredds.nilu.no/thredds/dodsC/ebas/NL0011R.20070104230000.20150129124842.online_IC...1mo.1h.NL01L_online_IC_11.NL01L_MARGA..nc' | |
metsis_bokeh.1.qnandzhk1pco@swarm | File "_netCDF4.pyx", line 1925, in netCDF4._netCDF4._ensure_nc_success: | |
metsis_bokeh.1.qnandzhk1pco@swarm | Traceback (most recent call last): | |
metsis_bokeh.1.qnandzhk1pco@swarm | File "/opt/venv/lib/python3.10/site-packages/xarray/backends/file_manager.py", line 201, in _acquire_with_cache_info | |
metsis_bokeh.1.qnandzhk1pco@swarm | file = self._cache[self._key] | |
metsis_bokeh.1.qnandzhk1pco@swarm | File "/opt/venv/lib/python3.10/site-packages/xarray/backends/lru_cache.py", line 55, in __getitem__ | |
metsis_bokeh.1.qnandzhk1pco@swarm | value = self._cache[key] | |
metsis_bokeh.1.qnandzhk1pco@swarm | KeyError: [<class 'netCDF4._netCDF4.Dataset'>, ('http://thredds.nilu.no/thredds/dodsC/ebas/NL0011R.20070104230000.20150129124842.online_IC...1mo.1h.NL01L_online_IC_11.NL01L_MARGA..nc',), 'r', (('clobber', True), ('diskless', False), ('format', 'NETCDF4'), ('persist', False))] | |
metsis_bokeh.1.qnandzhk1pco@swarm | | |
metsis_bokeh.1.qnandzhk1pco@swarm | During handling of the above exception, another exception occurred: | |
metsis_bokeh.1.qnandzhk1pco@swarm | | |
metsis_bokeh.1.qnandzhk1pco@swarm | Traceback (most recent call last): | |
metsis_bokeh.1.qnandzhk1pco@swarm | File "/TS-Plot/nc_transform_new.py", line 105, in get_plottable_variables | |
metsis_bokeh.1.qnandzhk1pco@swarm | ds = xr.open_dataset(nc_url, decode_times=decode_times) | |
metsis_bokeh.1.qnandzhk1pco@swarm | File "/opt/venv/lib/python3.10/site-packages/xarray/backends/api.py", line 531, in open_dataset | |
metsis_bokeh.1.qnandzhk1pco@swarm | backend_ds = backend.open_dataset( | |
metsis_bokeh.1.qnandzhk1pco@swarm | File "/opt/venv/lib/python3.10/site-packages/xarray/backends/netCDF4_.py", line 555, in open_dataset | |
metsis_bokeh.1.qnandzhk1pco@swarm | store = NetCDF4DataStore.open( | |
metsis_bokeh.1.qnandzhk1pco@swarm | File "/opt/venv/lib/python3.10/site-packages/xarray/backends/netCDF4_.py", line 384, in open | |
metsis_bokeh.1.qnandzhk1pco@swarm | return cls(manager, group=group, mode=mode, lock=lock, autoclose=autoclose) | |
metsis_bokeh.1.qnandzhk1pco@swarm | File "/opt/venv/lib/python3.10/site-packages/xarray/backends/netCDF4_.py", line 332, in __init__ | |
metsis_bokeh.1.qnandzhk1pco@swarm | self.format = self.ds.data_model | |
metsis_bokeh.1.qnandzhk1pco@swarm | File "/opt/venv/lib/python3.10/site-packages/xarray/backends/netCDF4_.py", line 393, in ds | |
metsis_bokeh.1.qnandzhk1pco@swarm | return self._acquire() | |
metsis_bokeh.1.qnandzhk1pco@swarm | File "/opt/venv/lib/python3.10/site-packages/xarray/backends/netCDF4_.py", line 387, in _acquire | |
metsis_bokeh.1.qnandzhk1pco@swarm | with self._manager.acquire_context(needs_lock) as root: | |
metsis_bokeh.1.qnandzhk1pco@swarm | File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ | |
metsis_bokeh.1.qnandzhk1pco@swarm | return next(self.gen) | |
metsis_bokeh.1.qnandzhk1pco@swarm | File "/opt/venv/lib/python3.10/site-packages/xarray/backends/file_manager.py", line 189, in acquire_context | |
metsis_bokeh.1.qnandzhk1pco@swarm | file, cached = self._acquire_with_cache_info(needs_lock) | |
metsis_bokeh.1.qnandzhk1pco@swarm | File "/opt/venv/lib/python3.10/site-packages/xarray/backends/file_manager.py", line 207, in _acquire_with_cache_info | |
metsis_bokeh.1.qnandzhk1pco@swarm | file = self._opener(*self._args, **kwargs) | |
metsis_bokeh.1.qnandzhk1pco@swarm | File "src/netCDF4/_netCDF4.pyx", line 2307, in netCDF4._netCDF4.Dataset.__init__ | |
metsis_bokeh.1.qnandzhk1pco@swarm | File "src/netCDF4/_netCDF4.pyx", line 1925, in netCDF4._netCDF4._ensure_nc_success | |
metsis_bokeh.1.qnandzhk1pco@swarm | OSError: [Errno -70] NetCDF: DAP server error: b'http://thredds.nilu.no/thredds/dodsC/ebas/NL0011R.20070104230000.20150129124842.online_IC...1mo.1h.NL01L_online_IC_11.NL01L_MARGA..nc' | |
metsis_bokeh.1.qnandzhk1pco@swarm | | |
metsis_bokeh.1.qnandzhk1pco@swarm | During handling of the above exception, another exception occurred: | |
metsis_bokeh.1.qnandzhk1pco@swarm | | |
metsis_bokeh.1.qnandzhk1pco@swarm | Traceback (most recent call last): | |
metsis_bokeh.1.qnandzhk1pco@swarm | File "/opt/venv/lib/python3.10/site-packages/bokeh/application/handlers/code_runner.py", line 197, in run | |
metsis_bokeh.1.qnandzhk1pco@swarm | exec(self._code, module.__dict__) | |
metsis_bokeh.1.qnandzhk1pco@swarm | File "/TS-Plot/main.py", line 514, in <module> | |
metsis_bokeh.1.qnandzhk1pco@swarm | data = get_data(nc_url) | |
metsis_bokeh.1.qnandzhk1pco@swarm | File "/TS-Plot/nc_transform_new.py", line 58, in get_data | |
metsis_bokeh.1.qnandzhk1pco@swarm | variables_dict = get_plottable_variables(resource_url, decode_times=decode_times) | |
metsis_bokeh.1.qnandzhk1pco@swarm | File "/TS-Plot/nc_transform_new.py", line 147, in get_plottable_variables | |
metsis_bokeh.1.qnandzhk1pco@swarm | nc_fid = Dataset(nc_url, "r") | |
metsis_bokeh.1.qnandzhk1pco@swarm | File "src/netCDF4/_netCDF4.pyx", line 2307, in netCDF4._netCDF4.Dataset.__init__ | |
metsis_bokeh.1.qnandzhk1pco@swarm | File "src/netCDF4/_netCDF4.pyx", line 1925, in netCDF4._netCDF4._ensure_nc_success | |
metsis_bokeh.1.qnandzhk1pco@swarm | OSError: [Errno -70] NetCDF: DAP server error: b'http://thredds.nilu.no/thredds/dodsC/ebas/NL0011R.20070104230000.20150129124842.online_IC...1mo.1h.NL01L_online_IC_11.NL01L_MARGA..nc' | |
metsis_bokeh.1.qnandzhk1pco@swarm | | |
metsis_bokeh.1.qnandzhk1pco@swarm | 2024-05-06 07:46:23,182 [pid 7] 0 clients connected | |
metsis_bokeh.1.qnandzhk1pco@swarm | 2024-05-06 07:46:23,182 [pid 7] /pybasket_ui has 0 sessions with 0 unused | |
metsis_bokeh.1.qnandzhk1pco@swarm | 2024-05-06 07:46:23,182 [pid 7] /GISPY has 0 sessions with 0 unused | |
metsis_bokeh.1.qnandzhk1pco@swarm | 2024-05-06 07:46:23,182 [pid 7] /TS-Plot has 1 sessions with 1 unused | |
metsis_bokeh.1.qnandzhk1pco@swarm | 2024-05-06 07:46:23,182 [pid 7] /SIE has 0 sessions with 0 unused | |
metsis_bokeh.1.qnandzhk1pco@swarm | 2024-05-06 07:46:24,228 [pid 7] 0 clients connected | |
metsis_bokeh.1.qnandzhk1pco@swarm | 2024-05-06 07:46:24,228 [pid 7] /pybasket_ui has 0 sessions with 0 unused | |
metsis_bokeh.1.qnandzhk1pco@swarm | 2024-05-06 07:46:24,229 [pid 7] /GISPY has 0 sessions with 0 unused | |
metsis_bokeh.1.qnandzhk1pco@swarm | 2024-05-06 07:46:24,229 [pid 7] /TS-Plot has 1 sessions with 1 unused | |
metsis_bokeh.1.qnandzhk1pco@swarm | 2024-05-06 07:46:24,230 [pid 7] /SIE has 0 sessions with 0 unused | |
metsis_bokeh.1.qnandzhk1pco@swarm | 2024-05-06 07:46:39,229 [pid 7] 0 clients connected | |
metsis_bokeh.1.qnandzhk1pco@swarm | 2024-05-06 07:46:39,229 [pid 7] /pybasket_ui has 0 sessions with 0 unused | |
metsis_bokeh.1.qnandzhk1pco@swarm | 2024-05-06 07:46:39,229 [pid 7] /GISPY has 0 sessions with 0 unused | |
metsis_bokeh.1.qnandzhk1pco@swarm | 2024-05-06 07:46:39,229 [pid 7] /TS-Plot has 1 sessions with 1 unused | |
metsis_bokeh.1.qnandzhk1pco@swarm | 2024-05-06 07:46:39,229 [pid 7] /SIE has 0 sessions with 0 unused | |
metsis_bokeh.1.qnandzhk1pco@swarm | 2024-05-06 07:46:54,229 [pid 7] 0 clients connected | |
metsis_bokeh.1.qnandzhk1pco@swarm | 2024-05-06 07:46:54,229 [pid 7] /pybasket_ui has 0 sessions with 0 unused | |
metsis_bokeh.1.qnandzhk1pco@swarm | 2024-05-06 07:46:54,229 [pid 7] /GISPY has 0 sessions with 0 unused | |
metsis_bokeh.1.qnandzhk1pco@swarm | 2024-05-06 07:46:54,229 [pid 7] /TS-Plot has 1 sessions with 1 unused | |
metsis_bokeh.1.qnandzhk1pco@swarm | 2024-05-06 07:46:54,229 [pid 7] /SIE has 0 sessions with 0 unused | |
metsis_bokeh.1.qnandzhk1pco@swarm | 2024-05-06 07:46:54,229 Scheduling 1 sessions to discard | |
metsis_bokeh.1.qnandzhk1pco@swarm | 2024-05-06 07:46:54,230 Discarding session '8y1BMr3Ip5lQ6ZopHM3XOSw7gS3CznTKcMzHq1gfy3mU' last in use 31067.80746100843 milliseconds ago | |
metsis_bokeh.1.qnandzhk1pco@swarm | 2024-05-06 07:46:54,230 Deleting 1 modules for <bokeh.document.document.Document object at 0x7f513cafaa40> | |
metsis_bokeh.1.qnandzhk1pco@swarm | #################### VAR CHECK 1 ###################### | |
metsis_bokeh.1.qnandzhk1pco@swarm | syntax error, unexpected WORD_WORD, expecting SCAN_ATTR or SCAN_DATASET or SCAN_ERROR | |
metsis_bokeh.1.qnandzhk1pco@swarm | context: <!DOCTYPE^ HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"><html><head><title>503 Service Unavailable</title></head><body><h1>Service Unavailable</h1><p>The server is temporarily unable to service yourrequest due to maintenance downtime or capacityproblems. Please try again later.</p></body></html> | |
metsis_bokeh.1.qnandzhk1pco@swarm | syntax error, unexpected WORD_WORD, expecting SCAN_ATTR or SCAN_DATASET or SCAN_ERROR | |
metsis_bokeh.1.qnandzhk1pco@swarm | context: <!DOCTYPE^ HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"><html><head><title>503 Service Unavailable</title></head><body><h1>Service Unavailable</h1><p>The server is temporarily unable to service yourrequest due to maintenance downtime or capacityproblems. Please try again later.</p></body></html> | |
metsis_bokeh.1.qnandzhk1pco@swarm | 2024-05-06 07:51:30,360 Error running application handler <bokeh.application.handlers.directory.DirectoryHandler object at 0x7f513ebaa290>: [Errno -70] NetCDF: DAP server error: b'http://thredds.nilu.no/thredds/dodsC/ebas/SI0008R.20030101080000.20181210133000.glass_sinter.nitrogen_dioxide.air.9y.1d.SI01L_NILU_SS2000_sequential_air_sampler.SI03L_spectrophotometry.lev2.nc' | |
metsis_bokeh.1.qnandzhk1pco@swarm | File "_netCDF4.pyx", line 1925, in netCDF4._netCDF4._ensure_nc_success: | |
metsis_bokeh.1.qnandzhk1pco@swarm | Traceback (most recent call last): | |
metsis_bokeh.1.qnandzhk1pco@swarm | File "/opt/venv/lib/python3.10/site-packages/xarray/backends/file_manager.py", line 201, in _acquire_with_cache_info | |
metsis_bokeh.1.qnandzhk1pco@swarm | file = self._cache[self._key] | |
metsis_bokeh.1.qnandzhk1pco@swarm | File "/opt/venv/lib/python3.10/site-packages/xarray/backends/lru_cache.py", line 55, in __getitem__ | |
metsis_bokeh.1.qnandzhk1pco@swarm | value = self._cache[key] | |
metsis_bokeh.1.qnandzhk1pco@swarm | KeyError: [<class 'netCDF4._netCDF4.Dataset'>, ('http://thredds.nilu.no/thredds/dodsC/ebas/SI0008R.20030101080000.20181210133000.glass_sinter.nitrogen_dioxide.air.9y.1d.SI01L_NILU_SS2000_sequential_air_sampler.SI03L_spectrophotometry.lev2.nc',), 'r', (('clobber', True), ('diskless', False), ('format', 'NETCDF4'), ('persist', False))] | |
metsis_bokeh.1.qnandzhk1pco@swarm | | |
metsis_bokeh.1.qnandzhk1pco@swarm | During handling of the above exception, another exception occurred: | |
metsis_bokeh.1.qnandzhk1pco@swarm | | |
metsis_bokeh.1.qnandzhk1pco@swarm | Traceback (most recent call last): | |
metsis_bokeh.1.qnandzhk1pco@swarm | File "/TS-Plot/nc_transform_new.py", line 105, in get_plottable_variables | |
metsis_bokeh.1.qnandzhk1pco@swarm | ds = xr.open_dataset(nc_url, decode_times=decode_times) | |
metsis_bokeh.1.qnandzhk1pco@swarm | File "/opt/venv/lib/python3.10/site-packages/xarray/backends/api.py", line 531, in open_dataset | |
metsis_bokeh.1.qnandzhk1pco@swarm | backend_ds = backend.open_dataset( | |
metsis_bokeh.1.qnandzhk1pco@swarm | File "/opt/venv/lib/python3.10/site-packages/xarray/backends/netCDF4_.py", line 555, in open_dataset | |
metsis_bokeh.1.qnandzhk1pco@swarm | store = NetCDF4DataStore.open( | |
metsis_bokeh.1.qnandzhk1pco@swarm | File "/opt/venv/lib/python3.10/site-packages/xarray/backends/netCDF4_.py", line 384, in open | |
metsis_bokeh.1.qnandzhk1pco@swarm | return cls(manager, group=group, mode=mode, lock=lock, autoclose=autoclose) | |
metsis_bokeh.1.qnandzhk1pco@swarm | File "/opt/venv/lib/python3.10/site-packages/xarray/backends/netCDF4_.py", line 332, in __init__ | |
metsis_bokeh.1.qnandzhk1pco@swarm | self.format = self.ds.data_model | |
metsis_bokeh.1.qnandzhk1pco@swarm | File "/opt/venv/lib/python3.10/site-packages/xarray/backends/netCDF4_.py", line 393, in ds | |
metsis_bokeh.1.qnandzhk1pco@swarm | return self._acquire() | |
metsis_bokeh.1.qnandzhk1pco@swarm | File "/opt/venv/lib/python3.10/site-packages/xarray/backends/netCDF4_.py", line 387, in _acquire | |
metsis_bokeh.1.qnandzhk1pco@swarm | with self._manager.acquire_context(needs_lock) as root: | |
metsis_bokeh.1.qnandzhk1pco@swarm | File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ | |
metsis_bokeh.1.qnandzhk1pco@swarm | return next(self.gen) | |
metsis_bokeh.1.qnandzhk1pco@swarm | File "/opt/venv/lib/python3.10/site-packages/xarray/backends/file_manager.py", line 189, in acquire_context | |
metsis_bokeh.1.qnandzhk1pco@swarm | file, cached = self._acquire_with_cache_info(needs_lock) | |
metsis_bokeh.1.qnandzhk1pco@swarm | File "/opt/venv/lib/python3.10/site-packages/xarray/backends/file_manager.py", line 207, in _acquire_with_cache_info | |
metsis_bokeh.1.qnandzhk1pco@swarm | file = self._opener(*self._args, **kwargs) | |
metsis_bokeh.1.qnandzhk1pco@swarm | File "src/netCDF4/_netCDF4.pyx", line 2307, in netCDF4._netCDF4.Dataset.__init__ | |
metsis_bokeh.1.qnandzhk1pco@swarm | File "src/netCDF4/_netCDF4.pyx", line 1925, in netCDF4._netCDF4._ensure_nc_success | |
metsis_bokeh.1.qnandzhk1pco@swarm | OSError: [Errno -70] NetCDF: DAP server error: b'http://thredds.nilu.no/thredds/dodsC/ebas/SI0008R.20030101080000.20181210133000.glass_sinter.nitrogen_dioxide.air.9y.1d.SI01L_NILU_SS2000_sequential_air_sampler.SI03L_spectrophotometry.lev2.nc' | |
metsis_bokeh.1.qnandzhk1pco@swarm | | |
metsis_bokeh.1.qnandzhk1pco@swarm | During handling of the above exception, another exception occurred: | |
metsis_bokeh.1.qnandzhk1pco@swarm | | |
metsis_bokeh.1.qnandzhk1pco@swarm | Traceback (most recent call last): | |
metsis_bokeh.1.qnandzhk1pco@swarm | File "/opt/venv/lib/python3.10/site-packages/bokeh/application/handlers/code_runner.py", line 197, in run | |
metsis_bokeh.1.qnandzhk1pco@swarm | exec(self._code, module.__dict__) | |
metsis_bokeh.1.qnandzhk1pco@swarm | File "/TS-Plot/main.py", line 514, in <module> | |
metsis_bokeh.1.qnandzhk1pco@swarm | data = get_data(nc_url) | |
metsis_bokeh.1.qnandzhk1pco@swarm | File "/TS-Plot/nc_transform_new.py", line 58, in get_data | |
metsis_bokeh.1.qnandzhk1pco@swarm | variables_dict = get_plottable_variables(resource_url, decode_times=decode_times) | |
metsis_bokeh.1.qnandzhk1pco@swarm | File "/TS-Plot/nc_transform_new.py", line 147, in get_plottable_variables | |
metsis_bokeh.1.qnandzhk1pco@swarm | nc_fid = Dataset(nc_url, "r") | |
metsis_bokeh.1.qnandzhk1pco@swarm | File "src/netCDF4/_netCDF4.pyx", line 2307, in netCDF4._netCDF4.Dataset.__init__ | |
metsis_bokeh.1.qnandzhk1pco@swarm | File "src/netCDF4/_netCDF4.pyx", line 1925, in netCDF4._netCDF4._ensure_nc_success | |
metsis_bokeh.1.qnandzhk1pco@swarm | OSError: [Errno -70] NetCDF: DAP server error: b'http://thredds.nilu.no/thredds/dodsC/ebas/SI0008R.20030101080000.20181210133000.glass_sinter.nitrogen_dioxide.air.9y.1d.SI01L_NILU_SS2000_sequential_air_sampler.SI03L_spectrophotometry.lev2.nc' | |
metsis_bokeh.1.qnandzhk1pco@swarm | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment