habitat-sim
habitat-sim copied to clipboard
Habitat-Sim crashes when initialised with rgb sensor
Habitat-Sim version
v0.2.3
I am following the Google Colab scripts on Jupyter Notebook.
However, the jupyter kernel dies everytime the rgb sensors are mounted onto the agent before initialising the simulator. However, when I run it as a python script in the terminal, there is no error.
rgb_sensor_spec = habitat_sim.CameraSensorSpec() rgb_sensor_spec.uuid = "color_sensor" rgb_sensor_spec.sensor_type = habitat_sim.SensorType.COLOR rgb_sensor_spec.resolution = [sim_settings["height"], sim_settings["width"]] rgb_sensor_spec.position = [0.0, sim_settings["sensor_height"], 0.0]
agent_config.sensor_specifications = [rgb_sensor_spec]
cfg = habitat_sim.Configuration(backend_sim_cfg, [agent_config])
sim = habitat_sim.Simulator(cfg) <----------------crashes here
However when I tried to add the sensor at a later stage after the initialisation of simulator, habitat-sim does not allow me to do it, the code I used:
agent_config.sensor_specifications = [rgb_sensor_spec] sim.add_sensor(rgb_sensor_spec) rgb_sensor = sim.get_agent(0)._sensors["color_sensor"]
citing "Data for SensorType.COLOR sensor was not loaded during Simulator init. Cannot dynamically add a SensorType.COLOR sensor unless one already exists."
Please advice on how to ensure the script does not crash the jupyter kernel so that I can view the scene in jupyter notebook.
Thank you!
❓ Questions and Help
Hey, @YYDreamzure.
when I tried to add the sensor at a later stage after the initialisation of simulator, habitat-sim does not allow me to do
The issue with the is that when you initialize Habitat-sim without an RGB sensor, there are efficiency shortcuts (e.g. no loading of texture images or materials) which make the simulator instance incompatible with color rendering later.
sim = habitat_sim.Simulator(cfg) <----------------crashes here
Can you provide any more information? A stack trace, error log, etc.. This may be a GL config issue in the Notebook environment. :thinking:
@0mdc FYI
I am facing the same problem, the google colab session always crashes whenever it creates simulator instances sim = habitat_sim.Simulator(cfg)
This is the Run time logs Table:
Timestamp | Level | Message |
---|---|---|
Mar 3, 2023, 11:10:55 PM | WARNING | WARNING:root:kernel 25189fe2-8815-4097-968f-752a9f7cb034 restarted |
Mar 3, 2023, 11:10:55 PM | INFO | KernelRestarter: restarting kernel (1/5), keep random ports |
Mar 3, 2023, 11:10:52 PM | WARNING | WindowlessContext: Unable to create windowless context |
Mar 3, 2023, 11:10:52 PM | WARNING | Platform::WindowlessEglApplication::tryCreateContext(): no EGL devices found, likely a driver issue; enable --magnum-gpu-validation to see additional info |
Mar 3, 2023, 11:10:52 PM | WARNING | [21:10:52:638198]:[Metadata] MetadataMediator.cpp(66)::setSimulatorConfiguration : Set new simulator config for scene/stage : /content/data/scene_datasets/habitat-test-scenes/apartment_1.glb and dataset : default which is currently active dataset. |
Mar 3, 2023, 11:10:52 PM | WARNING | [21:10:52:638183]:[Metadata] MetadataMediator.cpp(175)::setCurrPhysicsAttributesHandle : Old physics manager attributes changed to ./data/default.physics_config.json successfully. |
Mar 3, 2023, 11:10:52 PM | WARNING | [21:10:52:638170]:[Metadata] MetadataMediator.cpp(203)::setActiveSceneDatasetName : Previous active dataset changed to default successfully. |
Mar 3, 2023, 11:10:52 PM | WARNING | [21:10:52:638152]:[Metadata] PhysicsAttributesManager.cpp(26)::createObject : JSON Configuration File (./data/default.physics_config.json) based physics manager attributes created and registered. |
Mar 3, 2023, 11:10:52 PM | WARNING | [21:10:52:638041]:[Metadata] AttributesManagerBase.h(380)::createFromJsonOrDefaultInternal : <Physics Manager>: Proposing JSON name : ./data/default.physics_config.json from original name : ./data/default.physics_config.json| This file exists. |
Mar 3, 2023, 11:10:52 PM | WARNING | [21:10:52:638020]:[Metadata] MetadataMediator.cpp(120)::createSceneDataset : Dataset default successfully created. |
Mar 3, 2023, 11:10:52 PM | WARNING | [21:10:52:638001]:[Metadata] SceneDatasetAttributesManager.cpp(37)::createObject : File (default) not found, so new default dataset attributes created and registered. |
Mar 3, 2023, 11:10:52 PM | WARNING | [21:10:52:637528]:[Metadata] AssetAttributesManager.cpp(112)::AssetAttributesManager : Built default primitive asset templates : 12 |
Mar 3, 2023, 11:10:52 PM | WARNING | [21:10:52:637505]:[Metadata] AssetAttributesManager.cpp(123)::createObject : Asset attributes (uvSphereWireframe:uvSphereWireframe_rings_16_segments_32) created and registered. |
Mar 3, 2023, 11:10:52 PM | WARNING | [21:10:52:637471]:[Metadata] AssetAttributesManager.cpp(123)::createObject : Asset attributes (uvSphereSolid:uvSphereSolid_rings_8_segments_16_useTexCoords_false_useTangents_false) created and registered. |
Mar 3, 2023, 11:10:52 PM | WARNING | [21:10:52:637437]:[Metadata] AssetAttributesManager.cpp(123)::createObject : Asset attributes (icosphereWireframe:icosphereWireframe_subdivs_1) created and registered. |
Mar 3, 2023, 11:10:52 PM | WARNING | [21:10:52:637406]:[Metadata] AssetAttributesManager.cpp(123)::createObject : Asset attributes (icosphereSolid:icosphereSolid_subdivs_1) created and registered. |
Mar 3, 2023, 11:10:52 PM | WARNING | [21:10:52:637376]:[Metadata] AssetAttributesManager.cpp(123)::createObject : Asset attributes (cylinderWireframe:cylinderWireframe_rings_1_segments_32_halfLen_1) created and registered. |
Mar 3, 2023, 11:10:52 PM | WARNING | [21:10:52:637338]:[Metadata] AssetAttributesManager.cpp(123)::createObject : Asset attributes (cylinderSolid:cylinderSolid_rings_1_segments_12_halfLen_1_useTexCoords_false_useTangents_false_capEnds_true) created and registered. |
Mar 3, 2023, 11:10:52 PM | WARNING | [21:10:52:637296]:[Metadata] AssetAttributesManager.cpp(123)::createObject : Asset attributes (cubeWireframe:cubeWireframe) created and registered. |
Mar 3, 2023, 11:10:52 PM | WARNING | [21:10:52:637263]:[Metadata] AssetAttributesManager.cpp(123)::createObject : Asset attributes (cubeSolid:cubeSolid) created and registered. |
Mar 3, 2023, 11:10:52 PM | WARNING | [21:10:52:637233]:[Metadata] AssetAttributesManager.cpp(123)::createObject : Asset attributes (coneWireframe:coneWireframe_segments_32_halfLen_1.25) created and registered. |
Mar 3, 2023, 11:10:52 PM | WARNING | [21:10:52:637198]:[Metadata] AssetAttributesManager.cpp(123)::createObject : Asset attributes (coneSolid:coneSolid_segments_12_halfLen_1.25_rings_1_useTexCoords_false_useTangents_false_capEnd_true) created and registered. |
Mar 3, 2023, 11:10:52 PM | WARNING | [21:10:52:637153]:[Metadata] AssetAttributesManager.cpp(123)::createObject : Asset attributes (capsule3DWireframe:capsule3DWireframe_hemiRings_8_cylRings_1_segments_16_halfLen_1) created and registered. |
Mar 3, 2023, 11:10:52 PM | WARNING | [21:10:52:637079]:[Metadata] AssetAttributesManager.cpp(123)::createObject : Asset attributes (capsule3DSolid:capsule3DSolid_hemiRings_4_cylRings_1_segments_12_halfLen_0.75_useTexCoords_false_useTangents_false) created and registered. |
Mar 3, 2023, 11:10:52 PM | WARNING | [21:10:52:636879]:[Metadata] AttributesManagerBase.h(380)::createFromJsonOrDefaultInternal : <Dataset>: Proposing JSON name : default.scene_dataset_config.json from original name : default| This file does not exist. |
Mar 3, 2023, 11:09:25 PM | WARNING | WARNING:root:kernel 25189fe2-8815-4097-968f-752a9f7cb034 restarted |
Mar 3, 2023, 11:09:25 PM | INFO | KernelRestarter: restarting kernel (1/5), keep random ports |
Mar 3, 2023, 11:09:23 PM | WARNING | WindowlessContext: Unable to create windowless context |
Mar 3, 2023, 11:09:23 PM | WARNING | ; enable --magnum-gpu-validation to see additional info |
Mar 3, 2023, 11:09:23 PM | WARNING | Platform::WindowlessEglApplication::tryCreateContext(): no EGL devices found, likely a driver issue |
Mar 3, 2023, 11:09:23 PM | WARNING | [21:09:23:712853]:[Metadata] MetadataMediator.cpp(66)::setSimulatorConfiguration : Set new simulator config for scene/stage : /content/data/scene_datasets/habitat-test-scenes/apartment_1.glb and dataset : default which is currently active dataset. |
Mar 3, 2023, 11:09:23 PM | WARNING | [21:09:23:712824]:[Metadata] MetadataMediator.cpp(175)::setCurrPhysicsAttributesHandle : Old physics manager attributes changed to ./data/default.physics_config.json successfully. |
Mar 3, 2023, 11:09:23 PM | WARNING | [21:09:23:712807]:[Metadata] MetadataMediator.cpp(203)::setActiveSceneDatasetName : Previous active dataset changed to default successfully. |
Mar 3, 2023, 11:09:23 PM | WARNING | [21:09:23:712766]:[Metadata] PhysicsAttributesManager.cpp(26)::createObject : JSON Configuration File (./data/default.physics_config.json) based physics manager attributes created and registered. |
Mar 3, 2023, 11:09:23 PM | WARNING | [21:09:23:710912]:[Metadata] AttributesManagerBase.h(380)::createFromJsonOrDefaultInternal : <Physics Manager>: Proposing JSON name : ./data/default.physics_config.json from original name : ./data/default.physics_config.json| This file exists. |
Mar 3, 2023, 11:09:23 PM | WARNING | [21:09:23:710790]:[Metadata] MetadataMediator.cpp(120)::createSceneDataset : Dataset default successfully created. |
Mar 3, 2023, 11:09:23 PM | WARNING | [21:09:23:710753]:[Metadata] SceneDatasetAttributesManager.cpp(37)::createObject : File (default) not found, so new default dataset attributes created and registered. |
Mar 3, 2023, 11:09:23 PM | WARNING | [21:09:23:709309]:[Metadata] AssetAttributesManager.cpp(112)::AssetAttributesManager : Built default primitive asset templates : 12 |
Mar 3, 2023, 11:09:23 PM | WARNING | [21:09:23:709287]:[Metadata] AssetAttributesManager.cpp(123)::createObject : Asset attributes (uvSphereWireframe:uvSphereWireframe_rings_16_segments_32) created and registered. |
Mar 3, 2023, 11:09:23 PM | WARNING | [21:09:23:709254]:[Metadata] AssetAttributesManager.cpp(123)::createObject : Asset attributes (uvSphereSolid:uvSphereSolid_rings_8_segments_16_useTexCoords_false_useTangents_false) created and registered. |
Mar 3, 2023, 11:09:23 PM | WARNING | [21:09:23:709205]:[Metadata] AssetAttributesManager.cpp(123)::createObject : Asset attributes (icosphereWireframe:icosphereWireframe_subdivs_1) created and registered. |
Mar 3, 2023, 11:09:23 PM | WARNING | [21:09:23:709111]:[Metadata] AssetAttributesManager.cpp(123)::createObject : Asset attributes (icosphereSolid:icosphereSolid_subdivs_1) created and registered. |
Mar 3, 2023, 11:09:23 PM | WARNING | [21:09:23:702957]:[Metadata] AssetAttributesManager.cpp(123)::createObject : Asset attributes (cylinderWireframe:cylinderWireframe_rings_1_segments_32_halfLen_1) created and registered. |
Mar 3, 2023, 11:09:23 PM | WARNING | [21:09:23:702924]:[Metadata] AssetAttributesManager.cpp(123)::createObject : Asset attributes (cylinderSolid:cylinderSolid_rings_1_segments_12_halfLen_1_useTexCoords_false_useTangents_false_capEnds_true) created and registered. |
Mar 3, 2023, 11:09:23 PM | WARNING | [21:09:23:702892]:[Metadata] AssetAttributesManager.cpp(123)::createObject : Asset attributes (cubeWireframe:cubeWireframe) created and registered. |
Mar 3, 2023, 11:09:23 PM | WARNING | [21:09:23:702866]:[Metadata] AssetAttributesManager.cpp(123)::createObject : Asset attributes (cubeSolid:cubeSolid) created and registered. |
Mar 3, 2023, 11:09:23 PM | WARNING | [21:09:23:702826]:[Metadata] AssetAttributesManager.cpp(123)::createObject : Asset attributes (coneWireframe:coneWireframe_segments_32_halfLen_1.25) created and registered. |
Mar 3, 2023, 11:09:23 PM | WARNING | [21:09:23:702794]:[Metadata] AssetAttributesManager.cpp(123)::createObject : Asset attributes (coneSolid:coneSolid_segments_12_halfLen_1.25_rings_1_useTexCoords_false_useTangents_false_capEnd_true) created and registered. |
Mar 3, 2023, 11:09:23 PM | WARNING | [21:09:23:702754]:[Metadata] AssetAttributesManager.cpp(123)::createObject : Asset attributes (capsule3DWireframe:capsule3DWireframe_hemiRings_8_cylRings_1_segments_16_halfLen_1) created and registered. |
Mar 3, 2023, 11:09:23 PM | WARNING | [21:09:23:702698]:[Metadata] AssetAttributesManager.cpp(123)::createObject : Asset attributes (capsule3DSolid:capsule3DSolid_hemiRings_4_cylRings_1_segments_12_halfLen_0.75_useTexCoords_false_useTangents_false) created and registered. |
Mar 3, 2023, 11:09:23 PM | WARNING | [21:09:23:702463]:[Metadata] AttributesManagerBase.h(380)::createFromJsonOrDefaultInternal : <Dataset>: Proposing JSON name : default.scene_dataset_config.json from original name : default| This file does not exist. |
Mar 3, 2023, 11:08:44 PM | WARNING | iopub messages resumed |
Mar 3, 2023, 11:08:43 PM | WARNING | NotebookApp.rate_limit_window=3.0 (secs) |
Mar 3, 2023, 11:08:43 PM | WARNING | NotebookApp.iopub_data_rate_limit=1000000.0 (bytes/sec) |
Mar 3, 2023, 11:08:43 PM | WARNING | Current values: |
Mar 3, 2023, 11:08:43 PM | WARNING | --NotebookApp\.iopub\_data\_rate\_limit . |
Mar 3, 2023, 11:08:43 PM | WARNING | To change this limit, set the config variable |
Mar 3, 2023, 11:08:43 PM | WARNING | to the client in order to avoid crashing it. |
Mar 3, 2023, 11:08:43 PM | WARNING | The notebook server will temporarily stop sending output |
Mar 3, 2023, 11:08:43 PM | WARNING | IOPub data rate exceeded. |
Mar 3, 2023, 11:08:40 PM | WARNING | iopub messages resumed |
Mar 3, 2023, 11:08:40 PM | WARNING | NotebookApp.rate_limit_window=3.0 (secs) |
Mar 3, 2023, 11:08:40 PM | WARNING | NotebookApp.iopub_data_rate_limit=1000000.0 (bytes/sec) |
Mar 3, 2023, 11:08:40 PM | WARNING | Current values: |
Mar 3, 2023, 11:08:40 PM | WARNING | --NotebookApp\.iopub\_data\_rate\_limit . |
Mar 3, 2023, 11:08:40 PM | WARNING | To change this limit, set the config variable |
Mar 3, 2023, 11:08:40 PM | WARNING | to the client in order to avoid crashing it. |
Mar 3, 2023, 11:08:40 PM | WARNING | The notebook server will temporarily stop sending output |
Mar 3, 2023, 11:08:40 PM | WARNING | IOPub data rate exceeded. |
Mar 3, 2023, 11:07:57 PM | WARNING | iopub messages resumed |
Mar 3, 2023, 11:07:55 PM | WARNING | NotebookApp.rate_limit_window=3.0 (secs) |
Mar 3, 2023, 11:07:55 PM | WARNING | NotebookApp.iopub_data_rate_limit=1000000.0 (bytes/sec) |
Mar 3, 2023, 11:07:55 PM | WARNING | Current values: |
Mar 3, 2023, 11:07:55 PM | WARNING | --NotebookApp\.iopub\_data\_rate\_limit . |
Mar 3, 2023, 11:07:55 PM | WARNING | To change this limit, set the config variable |
Mar 3, 2023, 11:07:55 PM | WARNING | to the client in order to avoid crashing it. |
Mar 3, 2023, 11:07:55 PM | WARNING | The notebook server will temporarily stop sending output |
Mar 3, 2023, 11:07:55 PM | WARNING | IOPub data rate exceeded. |
Mar 3, 2023, 11:07:54 PM | WARNING | iopub messages resumed |
Mar 3, 2023, 11:07:50 PM | WARNING | NotebookApp.rate_limit_window=3.0 (secs) |
Mar 3, 2023, 11:07:50 PM | WARNING | NotebookApp.iopub_data_rate_limit=1000000.0 (bytes/sec) |
Mar 3, 2023, 11:07:50 PM | WARNING | Current values: |
Mar 3, 2023, 11:07:50 PM | WARNING | --NotebookApp\.iopub\_data\_rate\_limit . |
Mar 3, 2023, 11:07:50 PM | WARNING | To change this limit, set the config variable |
Mar 3, 2023, 11:07:50 PM | WARNING | to the client in order to avoid crashing it. |
Mar 3, 2023, 11:07:50 PM | WARNING | The notebook server will temporarily stop sending output |
Mar 3, 2023, 11:07:50 PM | WARNING | IOPub data rate exceeded. |
Mar 3, 2023, 11:07:49 PM | WARNING | iopub messages resumed |
Mar 3, 2023, 11:07:49 PM | WARNING | NotebookApp.rate_limit_window=3.0 (secs) |
Mar 3, 2023, 11:07:49 PM | WARNING | NotebookApp.iopub_data_rate_limit=1000000.0 (bytes/sec) |
Mar 3, 2023, 11:07:49 PM | WARNING | Current values: |
Mar 3, 2023, 11:07:49 PM | WARNING | --NotebookApp\.iopub\_data\_rate\_limit . |
Mar 3, 2023, 11:07:49 PM | WARNING | To change this limit, set the config variable |
Mar 3, 2023, 11:07:49 PM | WARNING | to the client in order to avoid crashing it. |
Mar 3, 2023, 11:07:49 PM | WARNING | The notebook server will temporarily stop sending output |
Mar 3, 2023, 11:07:49 PM | WARNING | IOPub data rate exceeded. |
Mar 3, 2023, 11:07:49 PM | WARNING | iopub messages resumed |
Mar 3, 2023, 11:07:48 PM | WARNING | NotebookApp.rate_limit_window=3.0 (secs) |
Mar 3, 2023, 11:07:48 PM | WARNING | NotebookApp.iopub_data_rate_limit=1000000.0 (bytes/sec) |
Mar 3, 2023, 11:07:48 PM | WARNING | Current values: |
Mar 3, 2023, 11:07:48 PM | WARNING | --NotebookApp\.iopub\_data\_rate\_limit . |
Mar 3, 2023, 11:07:48 PM | WARNING | To change this limit, set the config variable |
Mar 3, 2023, 11:07:48 PM | WARNING | to the client in order to avoid crashing it. |
Mar 3, 2023, 11:07:48 PM | WARNING | The notebook server will temporarily stop sending output |
Mar 3, 2023, 11:07:48 PM | WARNING | IOPub data rate exceeded. |
Mar 3, 2023, 11:07:46 PM | WARNING | iopub messages resumed |
Mar 3, 2023, 11:07:46 PM | WARNING | NotebookApp.rate_limit_window=3.0 (secs) |
Mar 3, 2023, 11:07:46 PM | WARNING | NotebookApp.iopub_data_rate_limit=1000000.0 (bytes/sec) |
Mar 3, 2023, 11:07:46 PM | WARNING | Current values: |
Mar 3, 2023, 11:07:46 PM | WARNING | --NotebookApp\.iopub\_data\_rate\_limit . |
Mar 3, 2023, 11:07:46 PM | WARNING | To change this limit, set the config variable |
Mar 3, 2023, 11:07:46 PM | WARNING | to the client in order to avoid crashing it. |
Mar 3, 2023, 11:07:46 PM | WARNING | The notebook server will temporarily stop sending output |
Mar 3, 2023, 11:07:46 PM | WARNING | IOPub data rate exceeded. |
Mar 3, 2023, 11:07:45 PM | WARNING | iopub messages resumed |
Mar 3, 2023, 11:07:43 PM | WARNING | NotebookApp.rate_limit_window=3.0 (secs) |
Mar 3, 2023, 11:07:43 PM | WARNING | NotebookApp.iopub_data_rate_limit=1000000.0 (bytes/sec) |
Mar 3, 2023, 11:07:43 PM | WARNING | Current values: |
Mar 3, 2023, 11:07:43 PM | WARNING | --NotebookApp\.iopub\_data\_rate\_limit . |
Mar 3, 2023, 11:07:43 PM | WARNING | To change this limit, set the config variable |
Mar 3, 2023, 11:07:43 PM | WARNING | to the client in order to avoid crashing it. |
Mar 3, 2023, 11:07:43 PM | WARNING | The notebook server will temporarily stop sending output |
Mar 3, 2023, 11:07:43 PM | WARNING | IOPub data rate exceeded. |
Mar 3, 2023, 11:07:43 PM | WARNING | iopub messages resumed |
Mar 3, 2023, 11:07:40 PM | WARNING | NotebookApp.rate_limit_window=3.0 (secs) |
Mar 3, 2023, 11:07:40 PM | WARNING | NotebookApp.iopub_data_rate_limit=1000000.0 (bytes/sec) |
Mar 3, 2023, 11:07:40 PM | WARNING | Current values: |
Mar 3, 2023, 11:07:40 PM | WARNING | --NotebookApp\.iopub\_data\_rate\_limit . |
Mar 3, 2023, 11:07:40 PM | WARNING | To change this limit, set the config variable |
Mar 3, 2023, 11:07:40 PM | WARNING | to the client in order to avoid crashing it. |
Mar 3, 2023, 11:07:40 PM | WARNING | The notebook server will temporarily stop sending output |
Mar 3, 2023, 11:07:40 PM | WARNING | IOPub data rate exceeded. |
Mar 3, 2023, 11:07:40 PM | WARNING | iopub messages resumed |
Mar 3, 2023, 11:07:40 PM | WARNING | NotebookApp.rate_limit_window=3.0 (secs) |
Mar 3, 2023, 11:07:40 PM | WARNING | NotebookApp.iopub_data_rate_limit=1000000.0 (bytes/sec) |
Mar 3, 2023, 11:07:40 PM | WARNING | Current values: |
Mar 3, 2023, 11:07:40 PM | WARNING | --NotebookApp\.iopub\_data\_rate\_limit . |
Mar 3, 2023, 11:07:40 PM | WARNING | To change this limit, set the config variable |
Mar 3, 2023, 11:07:40 PM | WARNING | to the client in order to avoid crashing it. |
Mar 3, 2023, 11:07:40 PM | WARNING | The notebook server will temporarily stop sending output |
Mar 3, 2023, 11:07:40 PM | WARNING | IOPub data rate exceeded. |
Mar 3, 2023, 11:07:39 PM | WARNING | iopub messages resumed |
Mar 3, 2023, 11:07:39 PM | WARNING | NotebookApp.rate_limit_window=3.0 (secs) |
Mar 3, 2023, 11:07:39 PM | WARNING | NotebookApp.iopub_data_rate_limit=1000000.0 (bytes/sec) |
Mar 3, 2023, 11:07:39 PM | WARNING | Current values: |
Mar 3, 2023, 11:07:39 PM | WARNING | --NotebookApp\.iopub\_data\_rate\_limit . |
Mar 3, 2023, 11:07:39 PM | WARNING | To change this limit, set the config variable |
Mar 3, 2023, 11:07:39 PM | WARNING | to the client in order to avoid crashing it. |
Mar 3, 2023, 11:07:39 PM | WARNING | The notebook server will temporarily stop sending output |
Mar 3, 2023, 11:07:39 PM | WARNING | IOPub data rate exceeded. |
Mar 3, 2023, 11:07:39 PM | WARNING | iopub messages resumed |
Mar 3, 2023, 11:07:33 PM | WARNING | NotebookApp.rate_limit_window=3.0 (secs) |
Mar 3, 2023, 11:07:33 PM | WARNING | NotebookApp.iopub_data_rate_limit=1000000.0 (bytes/sec) |
Mar 3, 2023, 11:07:33 PM | WARNING | Current values: |
Mar 3, 2023, 11:07:33 PM | WARNING | --NotebookApp\.iopub\_data\_rate\_limit . |
Mar 3, 2023, 11:07:33 PM | WARNING | To change this limit, set the config variable |
Mar 3, 2023, 11:07:33 PM | WARNING | to the client in order to avoid crashing it. |
Mar 3, 2023, 11:07:33 PM | WARNING | The notebook server will temporarily stop sending output |
Mar 3, 2023, 11:07:33 PM | WARNING | IOPub data rate exceeded. |
Mar 3, 2023, 9:49:55 PM | WARNING | Got events for closed stream <zmq.eventloop.zmqstream.ZMQStream object at 0x7f53ab0eee20> |
Mar 3, 2023, 9:49:55 PM | WARNING | Got events for closed stream <zmq.eventloop.zmqstream.ZMQStream object at 0x7f53aa081070> |
Mar 3, 2023, 9:49:55 PM | WARNING | tornado.websocket.WebSocketClosedError |
Mar 3, 2023, 9:49:55 PM | WARNING | raise WebSocketClosedError() |
Mar 3, 2023, 9:49:55 PM | WARNING | File "/usr/local/lib/python3.8/dist-packages/tornado/websocket.py", line 1094, in wrapper |
Mar 3, 2023, 9:49:55 PM | WARNING | Traceback (most recent call last): |
Mar 3, 2023, 9:49:55 PM | WARNING | During handling of the above exception, another exception occurred: |
Mar 3, 2023, 9:49:55 PM | WARNING | tornado.iostream.StreamClosedError: Stream is closed |
Mar 3, 2023, 9:49:55 PM | WARNING | await fut |
Mar 3, 2023, 9:49:55 PM | WARNING | File "/usr/local/lib/python3.8/dist-packages/tornado/websocket.py", line 1092, in wrapper |
Mar 3, 2023, 9:49:55 PM | WARNING | Traceback (most recent call last): |
Mar 3, 2023, 9:49:55 PM | WARNING | future: <Task finished name='Task-3188' coro=<WebSocketProtocol13.write_message.<locals>.wrapper() done, defined at /usr/local/lib/python3.8/dist-packages/tornado/websocket.py:1090> exception=WebSocketClosedError()> |
Mar 3, 2023, 9:49:55 PM | WARNING | Task exception was never retrieved |
Mar 3, 2023, 9:49:55 PM | WARNING | zmq message arrived on closed channel |
Mar 3, 2023, 9:49:54 PM | INFO | Kernel interrupted: 25189fe2-8815-4097-968f-752a9f7cb034 |
Mar 3, 2023, 8:53:19 PM | INFO | Kernel started: 25189fe2-8815-4097-968f-752a9f7cb034, name: python3 |
Mar 3, 2023, 8:51:22 PM | INFO | Use Control-C to stop this server and shut down all kernels (twice to skip confirmation). |
Mar 3, 2023, 8:51:22 PM | INFO | http://172.28.0.12:9000/ |
Mar 3, 2023, 8:51:22 PM | INFO | Jupyter Notebook 6.3.0 is running at: |
Mar 3, 2023, 8:51:22 PM | INFO | Serving notebooks from local directory: / |
Mar 3, 2023, 8:51:22 PM | WARNING | ModuleNotFoundError: No module named 'jupyter_server' |
Mar 3, 2023, 8:51:22 PM | WARNING | from jupyter_server.base.handlers import JupyterHandler |
Mar 3, 2023, 8:51:22 PM | WARNING | File "/usr/local/lib/python3.8/dist-packages/panel/io/jupyter_server_extension.py", line 53, in <module> |
Mar 3, 2023, 8:51:22 PM | WARNING | File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed |
Mar 3, 2023, 8:51:22 PM | WARNING | File "<frozen importlib._bootstrap_external>", line 848, in exec_module |
Mar 3, 2023, 8:51:22 PM | WARNING | File "<frozen importlib._bootstrap>", line 671, in _load_unlocked |
Mar 3, 2023, 8:51:22 PM | WARNING | File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked |
Mar 3, 2023, 8:51:22 PM | WARNING | File "<frozen importlib._bootstrap>", line 991, in _find_and_load |
Mar 3, 2023, 8:51:22 PM | WARNING | File "<frozen importlib._bootstrap>", line 1014, in _gcd_import |
Mar 3, 2023, 8:51:22 PM | WARNING | return _bootstrap._gcd_import(name[level:], package, level) |
Mar 3, 2023, 8:51:22 PM | WARNING | File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module |
Mar 3, 2023, 8:51:22 PM | WARNING | mod = importlib.import_module(modulename) |
Mar 3, 2023, 8:51:22 PM | WARNING | File "/usr/local/lib/python3.8/dist-packages/notebook/notebookapp.py", line 2033, in init_server_extensions |
Mar 3, 2023, 8:51:22 PM | WARNING | Traceback (most recent call last): |
Mar 3, 2023, 8:51:22 PM | WARNING | Error loading server extension panel.io.jupyter_server_extension |
Mar 3, 2023, 8:51:17 PM | INFO | Use Control-C to stop this server and shut down all kernels (twice to skip confirmation). |
Mar 3, 2023, 8:51:17 PM | INFO | http://172.28.0.2:9000/ |
Mar 3, 2023, 8:51:17 PM | INFO | Jupyter Notebook 6.3.0 is running at: |
Mar 3, 2023, 8:51:17 PM | INFO | Serving notebooks from local directory: / |
Mar 3, 2023, 8:51:17 PM | INFO | google.colab serverextension initialized. |
Mar 3, 2023, 8:51:17 PM | INFO | google.colab serverextension initialized. |
Mar 3, 2023, 8:51:17 PM | INFO | Authentication of /metrics is OFF, since other authentication is disabled. |
Mar 3, 2023, 8:51:17 PM | INFO | Writing notebook server cookie secret to /root/.local/share/jupyter/runtime/notebook_cookie_secret |
Mar 3, 2023, 8:51:17 PM | INFO | Authentication of /metrics is OFF, since other authentication is disabled. |
Mar 3, 2023, 8:51:17 PM | INFO | Writing notebook server cookie secret to /root/.local/share/jupyter/runtime/notebook_cookie_secret |
Mar 3, 2023, 8:51:17 PM | WARNING | /root/.jupyter/jupyter_notebook_config.json |
Mar 3, 2023, 8:51:17 PM | WARNING | /root/.local/etc/jupyter/jupyter_notebook_config.json |
Mar 3, 2023, 8:51:17 PM | WARNING | /usr/etc/jupyter/jupyter_notebook_config.json |
Mar 3, 2023, 8:51:17 PM | WARNING | /usr/local/etc/jupyter/jupyter_notebook_config.json |
Mar 3, 2023, 8:51:17 PM | WARNING | /usr/local/etc/jupyter/jupyter_notebook_config.d/panel-client-jupyter.json |
Mar 3, 2023, 8:51:17 PM | WARNING | /etc/jupyter/jupyter_notebook_config.json |
Mar 3, 2023, 8:51:17 PM | WARNING | /root/.jupyter/jupyter_notebook_config.json |
Mar 3, 2023, 8:51:17 PM | WARNING | /root/.local/etc/jupyter/jupyter_notebook_config.json |
Mar 3, 2023, 8:51:17 PM | WARNING | /usr/etc/jupyter/jupyter_notebook_config.json |
Mar 3, 2023, 8:51:17 PM | WARNING | /usr/local/etc/jupyter/jupyter_notebook_config.json |
Mar 3, 2023, 8:51:17 PM | WARNING | /usr/local/etc/jupyter/jupyter_notebook_config.d/panel-client-jupyter.json |
Mar 3, 2023, 8:51:17 PM | WARNING | /etc/jupyter/jupyter_notebook_config.json |
Note we have stopped supporting colab and converted tutorials to local Jupyter notebooks instead. The logs above seem to point to EGL issues on Colab. If similar issues appear elsewhere, please open a new issue.