camenduru / text-to-video-synthesis-colab

Text To Video Synthesis Colab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

text_to_video_synthesis error log

ELO2023 opened this issue · comments

I ran text_to_video_synthesis again just now received an app crash. markdown error log stated:

Timestamp Level Message
Apr 5, 2023, 5:29:23 PM WARNING WARNING:root:kernel fe7a616c-0131-49f8-8976-380c2d7012db restarted
Apr 5, 2023, 5:29:23 PM INFO KernelRestarter: restarting kernel (1/5), keep random ports
Apr 5, 2023, 5:24:35 PM INFO Kernel started: fe7a616c-0131-49f8-8976-380c2d7012db, name: python3
Apr 5, 2023, 5:23:51 PM INFO Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
Apr 5, 2023, 5:23:51 PM INFO http://172\.28\.0\.12:9000/
Apr 5, 2023, 5:23:51 PM INFO Jupyter Notebook 6.4.8 is running at:
Apr 5, 2023, 5:23:51 PM INFO Serving notebooks from local directory: /
Apr 5, 2023, 5:23:51 PM INFO Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
Apr 5, 2023, 5:23:51 PM INFO http://172\.28\.0\.2:9000/
Apr 5, 2023, 5:23:51 PM INFO Jupyter Notebook 6.3.0 is running at:
Apr 5, 2023, 5:23:51 PM INFO Serving notebooks from local directory: /
Apr 5, 2023, 5:23:51 PM WARNING ModuleNotFoundError: No module named 'jupyter_server'
Apr 5, 2023, 5:23:51 PM WARNING from jupyter_server.base.handlers import JupyterHandler
Apr 5, 2023, 5:23:51 PM WARNING File "/usr/local/lib/python3.9/dist-packages/panel/io/jupyter_server_extension.py", line 53, in <module>
Apr 5, 2023, 5:23:51 PM WARNING File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
Apr 5, 2023, 5:23:51 PM WARNING File "<frozen importlib._bootstrap_external>", line 850, in exec_module
Apr 5, 2023, 5:23:51 PM WARNING File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
Apr 5, 2023, 5:23:51 PM WARNING File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
Apr 5, 2023, 5:23:51 PM WARNING File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
Apr 5, 2023, 5:23:51 PM WARNING File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
Apr 5, 2023, 5:23:51 PM WARNING return _bootstrap._gcd_import(name[level:], package, level)
Apr 5, 2023, 5:23:51 PM WARNING File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
Apr 5, 2023, 5:23:51 PM WARNING mod = importlib.import_module(modulename)
Apr 5, 2023, 5:23:51 PM WARNING File "/usr/local/lib/python3.9/dist-packages/notebook/notebookapp.py", line 2033, in init_server_extensions
Apr 5, 2023, 5:23:51 PM WARNING Traceback (most recent call last):
Apr 5, 2023, 5:23:51 PM WARNING Error loading server extension panel.io.jupyter_server_extension
Apr 5, 2023, 5:23:46 PM INFO google.colab serverextension initialized.
Apr 5, 2023, 5:23:46 PM INFO Authentication of /metrics is OFF, since other authentication is disabled.
Apr 5, 2023, 5:23:46 PM INFO Writing notebook server cookie secret to /root/.local/share/jupyter/runtime/notebook_cookie_secret
Apr 5, 2023, 5:23:46 PM WARNING /root/.jupyter/jupyter_notebook_config.json
Apr 5, 2023, 5:23:46 PM WARNING /root/.local/etc/jupyter/jupyter_notebook_config.json
Apr 5, 2023, 5:23:46 PM WARNING /usr/etc/jupyter/jupyter_notebook_config.json
Apr 5, 2023, 5:23:46 PM WARNING /usr/local/etc/jupyter/jupyter_notebook_config.json
Apr 5, 2023, 5:23:46 PM WARNING /usr/local/etc/jupyter/jupyter_notebook_config.d/panel-client-jupyter.json
Apr 5, 2023, 5:23:46 PM WARNING /etc/jupyter/jupyter_notebook_config.json
Apr 5, 2023, 5:23:46 PM INFO google.colab serverextension initialized.
Apr 5, 2023, 5:23:46 PM INFO Authentication of /metrics is OFF, since other authentication is disabled.
Apr 5, 2023, 5:23:46 PM INFO Writing notebook server cookie secret to /root/.local/share/jupyter/runtime/notebook_cookie_secret
Apr 5, 2023, 5:23:46 PM WARNING /root/.jupyter/jupyter_notebook_config.json
Apr 5, 2023, 5:23:46 PM WARNING /root/.local/etc/jupyter/jupyter_notebook_config.json
Apr 5, 2023, 5:23:46 PM WARNING /usr/etc/jupyter/jupyter_notebook_config.json
Apr 5, 2023, 5:23:46 PM WARNING /usr/local/etc/jupyter/jupyter_notebook_config.json
Apr 5, 2023, 5:23:46 PM WARNING /usr/local/etc/jupyter/jupyter_notebook_config.d/panel-client-jupyter.json
Apr 5, 2023, 5:23:46 PM WARNING /etc/jupyter/jupyter_notebook_config.json
Apr 5, 2023, 5:23:46 PM WARNING [D 22:23:46.007 NotebookApp] Loaded config file: /root/.jupyter/jupyter_notebook_config.py
Apr 5, 2023, 5:23:46 PM WARNING [D 22:23:46.003 NotebookApp] Looking for jupyter_notebook_config in /root/.jupyter
Apr 5, 2023, 5:23:46 PM WARNING [D 22:23:46.003 NotebookApp] Looking for jupyter_notebook_config in /root/.local/etc/jupyter
Apr 5, 2023, 5:23:46 PM WARNING [D 22:23:46.002 NotebookApp] Looking for jupyter_notebook_config in /usr/etc/jupyter
Apr 5, 2023, 5:23:46 PM WARNING [D 22:23:46.002 NotebookApp] Loaded config file: /usr/local/etc/jupyter/jupyter_notebook_config.json
Apr 5, 2023, 5:23:45 PM WARNING [D 22:23:45.997 NotebookApp] Looking for jupyter_notebook_config in /usr/local/etc/jupyter
Apr 5, 2023, 5:23:45 PM WARNING [D 22:23:45.996 NotebookApp] Loaded config file: /etc/jupyter/jupyter_notebook_config.py
Apr 5, 2023, 5:23:45 PM WARNING [D 22:23:45.994 NotebookApp] Looking for jupyter_notebook_config in /etc/jupyter
Apr 5, 2023, 5:23:45 PM WARNING [D 22:23:45.993 NotebookApp] Looking for jupyter_config in /root/.jupyter
Apr 5, 2023, 5:23:45 PM WARNING [D 22:23:45.990 NotebookApp] Looking for jupyter_config in /root/.local/etc/jupyter
Apr 5, 2023, 5:23:45 PM WARNING [D 22:23:45.990 NotebookApp] Looking for jupyter_config in /usr/etc/jupyter
Apr 5, 2023, 5:23:45 PM WARNING [D 22:23:45.972 NotebookApp] Looking for jupyter_config in /usr/local/etc/jupyter
Apr 5, 2023, 5:23:45 PM WARNING [D 22:23:45.970 NotebookApp] Looking for jupyter_config in /etc/jupyter
Apr 5, 2023, 5:23:45 PM WARNING [D 22:23:45.962 NotebookApp] Searching ['/root/.jupyter', '/root/.local/etc/jupyter', '/usr/etc/jupyter', '/usr/local/etc/jupyter', '/etc/jupyter'] for config files
Apr 5, 2023, 5:23:45 PM WARNING [D 22:23:45.888 NotebookApp] Loaded config file: /root/.jupyter/jupyter_notebook_config.py
Apr 5, 2023, 5:23:45 PM WARNING [D 22:23:45.884 NotebookApp] Looking for jupyter_notebook_config in /root/.jupyter
Apr 5, 2023, 5:23:45 PM WARNING [D 22:23:45.884 NotebookApp] Looking for jupyter_notebook_config in /root/.local/etc/jupyter
Apr 5, 2023, 5:23:45 PM WARNING [D 22:23:45.884 NotebookApp] Looking for jupyter_notebook_config in /usr/etc/jupyter
Apr 5, 2023, 5:23:45 PM WARNING [D 22:23:45.884 NotebookApp] Loaded config file: /usr/local/etc/jupyter/jupyter_notebook_config.json
Apr 5, 2023, 5:23:45 PM WARNING [D 22:23:45.882 NotebookApp] Looking for jupyter_notebook_config in /usr/local/etc/jupyter
Apr 5, 2023, 5:23:45 PM WARNING [D 22:23:45.881 NotebookApp] Loaded config file: /etc/jupyter/jupyter_notebook_config.py
Apr 5, 2023, 5:23:45 PM WARNING [D 22:23:45.880 NotebookApp] Looking for jupyter_notebook_config in /etc/jupyter
Apr 5, 2023, 5:23:45 PM WARNING [D 22:23:45.877 NotebookApp] Looking for jupyter_config in /root/.jupyter
Apr 5, 2023, 5:23:45 PM WARNING [D 22:23:45.877 NotebookApp] Looking for jupyter_config in /root/.local/etc/jupyter
Apr 5, 2023, 5:23:45 PM WARNING [D 22:23:45.877 NotebookApp] Looking for jupyter_config in /usr/etc/jupyter
Apr 5, 2023, 5:23:45 PM WARNING [D 22:23:45.860 NotebookApp] Looking for jupyter_config in /usr/local/etc/jupyter
Apr 5, 2023, 5:23:45 PM WARNING [D 22:23:45.858 NotebookApp] Looking for jupyter_config in /etc/jupyter
Apr 5, 2023, 5:23:45 PM WARNING [D 22:23:45.858 NotebookApp] Searching ['/root/.jupyter', '/root/.local/etc/jupyter', '/usr/etc/jupyter', '/usr/local/etc/jupyter', '/etc/jupyter'] for config files

Screenshot 2023-04-05 173006
Screenshot 2023-04-05 173223
Screenshot 2023-04-05 173240
Screenshot 2023-04-05 173301
Screenshot 2023-04-05 173320