Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix security vulnerabilities #47

Merged
merged 2 commits into from
Jul 14, 2022
Merged

Conversation

wasertech
Copy link
Collaborator

@wasertech wasertech commented Jul 14, 2022

I only fix the security vulnerabilities thus It was a lot easier to upgrade and keep the configuration relatively the same.

@wasertech wasertech mentioned this pull request Jul 14, 2022
@wasertech
Copy link
Collaborator Author

image
Like a charm!

See the logs

❯ make package
yarn install
yarn install v1.22.19
[1/4] Resolving packages...
success Already up-to-date.
Done in 0.59s.
yarn build
yarn run v1.22.19
$ node scripts/build.js
Creating an optimized production build...
Compiled successfully.

File sizes after gzip:

  70.72 kB  build/static/js/bundle.min.js
  226 B     build/static/css/bundle.min.css

The project was built assuming it is hosted at /.
You can control this with the homepage field in your package.json.

The coqui_stt_model_manager/static/build folder is ready to be deployed.
You may serve it with a static server:

  yarn global add serve
  serve -s coqui_stt_model_manager/static/build

Find out more about deployment here:

  https://cra.link/deployment

Done in 3.55s.
python -m pip install build
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: build in /home/waser/.local/lib/python3.10/site-packages (0.8.0)
Requirement already satisfied: tomli>=1.0.0 in /usr/lib/python3.10/site-packages (from build) (2.0.1)
Requirement already satisfied: packaging>=19.0 in /usr/lib/python3.10/site-packages (from build) (21.3)
Requirement already satisfied: pep517>=0.9.1 in /usr/lib/python3.10/site-packages (from build) (0.12.0)
Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/lib/python3.10/site-packages (from packaging>=19.0->build) (3.0.9)
python -m build
* Creating venv isolated environment...
* Installing packages in isolated environment... (setuptools, wheel)
* Getting dependencies for sdist...
running egg_info
writing coqui_stt_model_manager.egg-info/PKG-INFO
writing dependency_links to coqui_stt_model_manager.egg-info/dependency_links.txt
writing entry points to coqui_stt_model_manager.egg-info/entry_points.txt
writing requirements to coqui_stt_model_manager.egg-info/requires.txt
writing top-level names to coqui_stt_model_manager.egg-info/top_level.txt
reading manifest file 'coqui_stt_model_manager.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'coqui_stt_model_manager.egg-info/SOURCES.txt'
* Building sdist...
running sdist
running egg_info
writing coqui_stt_model_manager.egg-info/PKG-INFO
writing dependency_links to coqui_stt_model_manager.egg-info/dependency_links.txt
writing entry points to coqui_stt_model_manager.egg-info/entry_points.txt
writing requirements to coqui_stt_model_manager.egg-info/requires.txt
writing top-level names to coqui_stt_model_manager.egg-info/top_level.txt
reading manifest file 'coqui_stt_model_manager.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'coqui_stt_model_manager.egg-info/SOURCES.txt'
running check
creating coqui_stt_model_manager-0.0.21
creating coqui_stt_model_manager-0.0.21/coqui_stt_model_manager
creating coqui_stt_model_manager-0.0.21/coqui_stt_model_manager.egg-info
creating coqui_stt_model_manager-0.0.21/coqui_stt_model_manager/static
creating coqui_stt_model_manager-0.0.21/coqui_stt_model_manager/static/build
creating coqui_stt_model_manager-0.0.21/coqui_stt_model_manager/static/build/static
creating coqui_stt_model_manager-0.0.21/coqui_stt_model_manager/static/build/static/css
creating coqui_stt_model_manager-0.0.21/coqui_stt_model_manager/static/build/static/js
creating coqui_stt_model_manager-0.0.21/coqui_stt_model_manager/static/fonts
creating coqui_stt_model_manager-0.0.21/coqui_stt_model_manager/templates
creating coqui_stt_model_manager-0.0.21/test
copying files to coqui_stt_model_manager-0.0.21...
copying LICENSE -> coqui_stt_model_manager-0.0.21
copying MANIFEST.in -> coqui_stt_model_manager-0.0.21
copying README.md -> coqui_stt_model_manager-0.0.21
copying VERSION -> coqui_stt_model_manager-0.0.21
copying pyproject.toml -> coqui_stt_model_manager-0.0.21
copying setup.cfg -> coqui_stt_model_manager-0.0.21
copying setup.py -> coqui_stt_model_manager-0.0.21
copying coqui_stt_model_manager/__init__.py -> coqui_stt_model_manager-0.0.21/coqui_stt_model_manager
copying coqui_stt_model_manager/__main__.py -> coqui_stt_model_manager-0.0.21/coqui_stt_model_manager
copying coqui_stt_model_manager/modelmanager.py -> coqui_stt_model_manager-0.0.21/coqui_stt_model_manager
copying coqui_stt_model_manager/server.py -> coqui_stt_model_manager-0.0.21/coqui_stt_model_manager
copying coqui_stt_model_manager.egg-info/PKG-INFO -> coqui_stt_model_manager-0.0.21/coqui_stt_model_manager.egg-info
copying coqui_stt_model_manager.egg-info/SOURCES.txt -> coqui_stt_model_manager-0.0.21/coqui_stt_model_manager.egg-info
copying coqui_stt_model_manager.egg-info/dependency_links.txt -> coqui_stt_model_manager-0.0.21/coqui_stt_model_manager.egg-info
copying coqui_stt_model_manager.egg-info/entry_points.txt -> coqui_stt_model_manager-0.0.21/coqui_stt_model_manager.egg-info
copying coqui_stt_model_manager.egg-info/requires.txt -> coqui_stt_model_manager-0.0.21/coqui_stt_model_manager.egg-info
copying coqui_stt_model_manager.egg-info/top_level.txt -> coqui_stt_model_manager-0.0.21/coqui_stt_model_manager.egg-info
copying coqui_stt_model_manager/static/bootstrap-icons.css -> coqui_stt_model_manager-0.0.21/coqui_stt_model_manager/static
copying coqui_stt_model_manager/static/bootstrap.min.css -> coqui_stt_model_manager-0.0.21/coqui_stt_model_manager/static
copying coqui_stt_model_manager/static/coqui-STT-logo-green.png -> coqui_stt_model_manager-0.0.21/coqui_stt_model_manager/static
copying coqui_stt_model_manager/static/downsampling_worker.js -> coqui_stt_model_manager-0.0.21/coqui_stt_model_manager/static
copying coqui_stt_model_manager/static/style.css -> coqui_stt_model_manager-0.0.21/coqui_stt_model_manager/static
copying coqui_stt_model_manager/static/build/precache-manifest.b3483b3e7bb5eed11c87cef007527ed2.js -> coqui_stt_model_manager-0.0.21/coqui_stt_model_manager/static/build
copying coqui_stt_model_manager/static/build/service-worker.js -> coqui_stt_model_manager-0.0.21/coqui_stt_model_manager/static/build
copying coqui_stt_model_manager/static/build/static/css/bundle.min.css -> coqui_stt_model_manager-0.0.21/coqui_stt_model_manager/static/build/static/css
copying coqui_stt_model_manager/static/build/static/js/bundle.min.js -> coqui_stt_model_manager-0.0.21/coqui_stt_model_manager/static/build/static/js
copying coqui_stt_model_manager/static/build/static/js/bundle.min.js.LICENSE.txt -> coqui_stt_model_manager-0.0.21/coqui_stt_model_manager/static/build/static/js
copying coqui_stt_model_manager/static/build/static/js/bundle.min.js.map -> coqui_stt_model_manager-0.0.21/coqui_stt_model_manager/static/build/static/js
copying coqui_stt_model_manager/static/fonts/bootstrap-icons.woff -> coqui_stt_model_manager-0.0.21/coqui_stt_model_manager/static/fonts
copying coqui_stt_model_manager/static/fonts/bootstrap-icons.woff2 -> coqui_stt_model_manager-0.0.21/coqui_stt_model_manager/static/fonts
copying coqui_stt_model_manager/templates/base.html -> coqui_stt_model_manager-0.0.21/coqui_stt_model_manager/templates
copying coqui_stt_model_manager/templates/index.html -> coqui_stt_model_manager-0.0.21/coqui_stt_model_manager/templates
copying coqui_stt_model_manager/templates/transcribe.html -> coqui_stt_model_manager-0.0.21/coqui_stt_model_manager/templates
copying test/test_server.py -> coqui_stt_model_manager-0.0.21/test
Writing coqui_stt_model_manager-0.0.21/setup.cfg
Creating tar archive
removing 'coqui_stt_model_manager-0.0.21' (and everything under it)
* Building wheel from sdist
* Creating venv isolated environment...
* Installing packages in isolated environment... (setuptools, wheel)
* Getting dependencies for wheel...
running egg_info
writing coqui_stt_model_manager.egg-info/PKG-INFO
writing dependency_links to coqui_stt_model_manager.egg-info/dependency_links.txt
writing entry points to coqui_stt_model_manager.egg-info/entry_points.txt
writing requirements to coqui_stt_model_manager.egg-info/requires.txt
writing top-level names to coqui_stt_model_manager.egg-info/top_level.txt
reading manifest file 'coqui_stt_model_manager.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'coqui_stt_model_manager.egg-info/SOURCES.txt'
* Installing packages in isolated environment... (wheel)
* Building wheel...
running bdist_wheel
running build
running build_py
creating build
creating build/lib
creating build/lib/coqui_stt_model_manager
copying coqui_stt_model_manager/server.py -> build/lib/coqui_stt_model_manager
copying coqui_stt_model_manager/modelmanager.py -> build/lib/coqui_stt_model_manager
copying coqui_stt_model_manager/__main__.py -> build/lib/coqui_stt_model_manager
copying coqui_stt_model_manager/__init__.py -> build/lib/coqui_stt_model_manager
running egg_info
writing coqui_stt_model_manager.egg-info/PKG-INFO
writing dependency_links to coqui_stt_model_manager.egg-info/dependency_links.txt
writing entry points to coqui_stt_model_manager.egg-info/entry_points.txt
writing requirements to coqui_stt_model_manager.egg-info/requires.txt
writing top-level names to coqui_stt_model_manager.egg-info/top_level.txt
reading manifest file 'coqui_stt_model_manager.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'coqui_stt_model_manager.egg-info/SOURCES.txt'
/tmp/build-env-jt7f2i8r/lib/python3.10/site-packages/setuptools/command/build_py.py:153: SetuptoolsDeprecationWarning:     Installing 'coqui_stt_model_manager.static' as data is deprecated, please list it in `packages`.
    !!


    ############################
    # Package would be ignored #
    ############################
    Python recognizes 'coqui_stt_model_manager.static' as an importable package,
    but it is not listed in the `packages` configuration of setuptools.

    'coqui_stt_model_manager.static' has been automatically added to the distribution only
    because it may contain data files, but this behavior is likely to change
    in future versions of setuptools (and therefore is considered deprecated).

    Please make sure that 'coqui_stt_model_manager.static' is included as a package by using
    the `packages` configuration field or the proper discovery methods
    (for example by using `find_namespace_packages(...)`/`find_namespace:`
    instead of `find_packages(...)`/`find:`).

    You can read more about "package discovery" and "data files" on setuptools
    documentation page.


!!

  check.warn(importable)
/tmp/build-env-jt7f2i8r/lib/python3.10/site-packages/setuptools/command/build_py.py:153: SetuptoolsDeprecationWarning:     Installing 'coqui_stt_model_manager.static.build' as data is deprecated, please list it in `packages`.
    !!


    ############################
    # Package would be ignored #
    ############################
    Python recognizes 'coqui_stt_model_manager.static.build' as an importable package,
    but it is not listed in the `packages` configuration of setuptools.

    'coqui_stt_model_manager.static.build' has been automatically added to the distribution only
    because it may contain data files, but this behavior is likely to change
    in future versions of setuptools (and therefore is considered deprecated).

    Please make sure that 'coqui_stt_model_manager.static.build' is included as a package by using
    the `packages` configuration field or the proper discovery methods
    (for example by using `find_namespace_packages(...)`/`find_namespace:`
    instead of `find_packages(...)`/`find:`).

    You can read more about "package discovery" and "data files" on setuptools
    documentation page.


!!

  check.warn(importable)
/tmp/build-env-jt7f2i8r/lib/python3.10/site-packages/setuptools/command/build_py.py:153: SetuptoolsDeprecationWarning:     Installing 'coqui_stt_model_manager.static.build.static.css' as data is deprecated, please list it in `packages`.
    !!


    ############################
    # Package would be ignored #
    ############################
    Python recognizes 'coqui_stt_model_manager.static.build.static.css' as an importable package,
    but it is not listed in the `packages` configuration of setuptools.

    'coqui_stt_model_manager.static.build.static.css' has been automatically added to the distribution only
    because it may contain data files, but this behavior is likely to change
    in future versions of setuptools (and therefore is considered deprecated).

    Please make sure that 'coqui_stt_model_manager.static.build.static.css' is included as a package by using
    the `packages` configuration field or the proper discovery methods
    (for example by using `find_namespace_packages(...)`/`find_namespace:`
    instead of `find_packages(...)`/`find:`).

    You can read more about "package discovery" and "data files" on setuptools
    documentation page.


!!

  check.warn(importable)
/tmp/build-env-jt7f2i8r/lib/python3.10/site-packages/setuptools/command/build_py.py:153: SetuptoolsDeprecationWarning:     Installing 'coqui_stt_model_manager.static.build.static.js' as data is deprecated, please list it in `packages`.
    !!


    ############################
    # Package would be ignored #
    ############################
    Python recognizes 'coqui_stt_model_manager.static.build.static.js' as an importable package,
    but it is not listed in the `packages` configuration of setuptools.

    'coqui_stt_model_manager.static.build.static.js' has been automatically added to the distribution only
    because it may contain data files, but this behavior is likely to change
    in future versions of setuptools (and therefore is considered deprecated).

    Please make sure that 'coqui_stt_model_manager.static.build.static.js' is included as a package by using
    the `packages` configuration field or the proper discovery methods
    (for example by using `find_namespace_packages(...)`/`find_namespace:`
    instead of `find_packages(...)`/`find:`).

    You can read more about "package discovery" and "data files" on setuptools
    documentation page.


!!

  check.warn(importable)
/tmp/build-env-jt7f2i8r/lib/python3.10/site-packages/setuptools/command/build_py.py:153: SetuptoolsDeprecationWarning:     Installing 'coqui_stt_model_manager.static.fonts' as data is deprecated, please list it in `packages`.
    !!


    ############################
    # Package would be ignored #
    ############################
    Python recognizes 'coqui_stt_model_manager.static.fonts' as an importable package,
    but it is not listed in the `packages` configuration of setuptools.

    'coqui_stt_model_manager.static.fonts' has been automatically added to the distribution only
    because it may contain data files, but this behavior is likely to change
    in future versions of setuptools (and therefore is considered deprecated).

    Please make sure that 'coqui_stt_model_manager.static.fonts' is included as a package by using
    the `packages` configuration field or the proper discovery methods
    (for example by using `find_namespace_packages(...)`/`find_namespace:`
    instead of `find_packages(...)`/`find:`).

    You can read more about "package discovery" and "data files" on setuptools
    documentation page.


!!

  check.warn(importable)
/tmp/build-env-jt7f2i8r/lib/python3.10/site-packages/setuptools/command/build_py.py:153: SetuptoolsDeprecationWarning:     Installing 'coqui_stt_model_manager.templates' as data is deprecated, please list it in `packages`.
    !!


    ############################
    # Package would be ignored #
    ############################
    Python recognizes 'coqui_stt_model_manager.templates' as an importable package,
    but it is not listed in the `packages` configuration of setuptools.

    'coqui_stt_model_manager.templates' has been automatically added to the distribution only
    because it may contain data files, but this behavior is likely to change
    in future versions of setuptools (and therefore is considered deprecated).

    Please make sure that 'coqui_stt_model_manager.templates' is included as a package by using
    the `packages` configuration field or the proper discovery methods
    (for example by using `find_namespace_packages(...)`/`find_namespace:`
    instead of `find_packages(...)`/`find:`).

    You can read more about "package discovery" and "data files" on setuptools
    documentation page.


!!

  check.warn(importable)
creating build/lib/coqui_stt_model_manager/static
copying coqui_stt_model_manager/static/bootstrap-icons.css -> build/lib/coqui_stt_model_manager/static
copying coqui_stt_model_manager/static/bootstrap.min.css -> build/lib/coqui_stt_model_manager/static
copying coqui_stt_model_manager/static/coqui-STT-logo-green.png -> build/lib/coqui_stt_model_manager/static
copying coqui_stt_model_manager/static/downsampling_worker.js -> build/lib/coqui_stt_model_manager/static
copying coqui_stt_model_manager/static/style.css -> build/lib/coqui_stt_model_manager/static
creating build/lib/coqui_stt_model_manager/static/build
copying coqui_stt_model_manager/static/build/precache-manifest.b3483b3e7bb5eed11c87cef007527ed2.js -> build/lib/coqui_stt_model_manager/static/build
copying coqui_stt_model_manager/static/build/service-worker.js -> build/lib/coqui_stt_model_manager/static/build
creating build/lib/coqui_stt_model_manager/static/build/static
creating build/lib/coqui_stt_model_manager/static/build/static/css
copying coqui_stt_model_manager/static/build/static/css/bundle.min.css -> build/lib/coqui_stt_model_manager/static/build/static/css
creating build/lib/coqui_stt_model_manager/static/build/static/js
copying coqui_stt_model_manager/static/build/static/js/bundle.min.js -> build/lib/coqui_stt_model_manager/static/build/static/js
copying coqui_stt_model_manager/static/build/static/js/bundle.min.js.LICENSE.txt -> build/lib/coqui_stt_model_manager/static/build/static/js
copying coqui_stt_model_manager/static/build/static/js/bundle.min.js.map -> build/lib/coqui_stt_model_manager/static/build/static/js
creating build/lib/coqui_stt_model_manager/static/fonts
copying coqui_stt_model_manager/static/fonts/bootstrap-icons.woff -> build/lib/coqui_stt_model_manager/static/fonts
copying coqui_stt_model_manager/static/fonts/bootstrap-icons.woff2 -> build/lib/coqui_stt_model_manager/static/fonts
creating build/lib/coqui_stt_model_manager/templates
copying coqui_stt_model_manager/templates/base.html -> build/lib/coqui_stt_model_manager/templates
copying coqui_stt_model_manager/templates/index.html -> build/lib/coqui_stt_model_manager/templates
copying coqui_stt_model_manager/templates/transcribe.html -> build/lib/coqui_stt_model_manager/templates
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/coqui_stt_model_manager
creating build/bdist.linux-x86_64/wheel/coqui_stt_model_manager/templates
copying build/lib/coqui_stt_model_manager/templates/transcribe.html -> build/bdist.linux-x86_64/wheel/coqui_stt_model_manager/templates
copying build/lib/coqui_stt_model_manager/templates/index.html -> build/bdist.linux-x86_64/wheel/coqui_stt_model_manager/templates
copying build/lib/coqui_stt_model_manager/templates/base.html -> build/bdist.linux-x86_64/wheel/coqui_stt_model_manager/templates
creating build/bdist.linux-x86_64/wheel/coqui_stt_model_manager/static
creating build/bdist.linux-x86_64/wheel/coqui_stt_model_manager/static/fonts
copying build/lib/coqui_stt_model_manager/static/fonts/bootstrap-icons.woff2 -> build/bdist.linux-x86_64/wheel/coqui_stt_model_manager/static/fonts
copying build/lib/coqui_stt_model_manager/static/fonts/bootstrap-icons.woff -> build/bdist.linux-x86_64/wheel/coqui_stt_model_manager/static/fonts
creating build/bdist.linux-x86_64/wheel/coqui_stt_model_manager/static/build
creating build/bdist.linux-x86_64/wheel/coqui_stt_model_manager/static/build/static
creating build/bdist.linux-x86_64/wheel/coqui_stt_model_manager/static/build/static/js
copying build/lib/coqui_stt_model_manager/static/build/static/js/bundle.min.js.map -> build/bdist.linux-x86_64/wheel/coqui_stt_model_manager/static/build/static/js
copying build/lib/coqui_stt_model_manager/static/build/static/js/bundle.min.js.LICENSE.txt -> build/bdist.linux-x86_64/wheel/coqui_stt_model_manager/static/build/static/js
copying build/lib/coqui_stt_model_manager/static/build/static/js/bundle.min.js -> build/bdist.linux-x86_64/wheel/coqui_stt_model_manager/static/build/static/js
creating build/bdist.linux-x86_64/wheel/coqui_stt_model_manager/static/build/static/css
copying build/lib/coqui_stt_model_manager/static/build/static/css/bundle.min.css -> build/bdist.linux-x86_64/wheel/coqui_stt_model_manager/static/build/static/css
copying build/lib/coqui_stt_model_manager/static/build/service-worker.js -> build/bdist.linux-x86_64/wheel/coqui_stt_model_manager/static/build
copying build/lib/coqui_stt_model_manager/static/build/precache-manifest.b3483b3e7bb5eed11c87cef007527ed2.js -> build/bdist.linux-x86_64/wheel/coqui_stt_model_manager/static/build
copying build/lib/coqui_stt_model_manager/static/style.css -> build/bdist.linux-x86_64/wheel/coqui_stt_model_manager/static
copying build/lib/coqui_stt_model_manager/static/downsampling_worker.js -> build/bdist.linux-x86_64/wheel/coqui_stt_model_manager/static
copying build/lib/coqui_stt_model_manager/static/coqui-STT-logo-green.png -> build/bdist.linux-x86_64/wheel/coqui_stt_model_manager/static
copying build/lib/coqui_stt_model_manager/static/bootstrap.min.css -> build/bdist.linux-x86_64/wheel/coqui_stt_model_manager/static
copying build/lib/coqui_stt_model_manager/static/bootstrap-icons.css -> build/bdist.linux-x86_64/wheel/coqui_stt_model_manager/static
copying build/lib/coqui_stt_model_manager/__init__.py -> build/bdist.linux-x86_64/wheel/coqui_stt_model_manager
copying build/lib/coqui_stt_model_manager/__main__.py -> build/bdist.linux-x86_64/wheel/coqui_stt_model_manager
copying build/lib/coqui_stt_model_manager/modelmanager.py -> build/bdist.linux-x86_64/wheel/coqui_stt_model_manager
copying build/lib/coqui_stt_model_manager/server.py -> build/bdist.linux-x86_64/wheel/coqui_stt_model_manager
running install_egg_info
Copying coqui_stt_model_manager.egg-info to build/bdist.linux-x86_64/wheel/coqui_stt_model_manager-0.0.21-py3.10.egg-info
running install_scripts
adding license file "LICENSE" (matched pattern "LICEN[CS]E*")
creating build/bdist.linux-x86_64/wheel/coqui_stt_model_manager-0.0.21.dist-info/WHEEL
creating '/home/waser/Projets/Données/STT/STTModelManager/stt-model-manager/dist/tmpa448oi6x/coqui_stt_model_manager-0.0.21-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to
it
adding 'coqui_stt_model_manager/__init__.py'
adding 'coqui_stt_model_manager/__main__.py'
adding 'coqui_stt_model_manager/modelmanager.py'
adding 'coqui_stt_model_manager/server.py'
adding 'coqui_stt_model_manager/static/bootstrap-icons.css'
adding 'coqui_stt_model_manager/static/bootstrap.min.css'
adding 'coqui_stt_model_manager/static/coqui-STT-logo-green.png'
adding 'coqui_stt_model_manager/static/downsampling_worker.js'
adding 'coqui_stt_model_manager/static/style.css'
adding 'coqui_stt_model_manager/static/build/precache-manifest.b3483b3e7bb5eed11c87cef007527ed2.js'
adding 'coqui_stt_model_manager/static/build/service-worker.js'
adding 'coqui_stt_model_manager/static/build/static/css/bundle.min.css'
adding 'coqui_stt_model_manager/static/build/static/js/bundle.min.js'
adding 'coqui_stt_model_manager/static/build/static/js/bundle.min.js.LICENSE.txt'
adding 'coqui_stt_model_manager/static/build/static/js/bundle.min.js.map'
adding 'coqui_stt_model_manager/static/fonts/bootstrap-icons.woff'
adding 'coqui_stt_model_manager/static/fonts/bootstrap-icons.woff2'
adding 'coqui_stt_model_manager/templates/base.html'
adding 'coqui_stt_model_manager/templates/index.html'
adding 'coqui_stt_model_manager/templates/transcribe.html'
adding 'coqui_stt_model_manager-0.0.21.dist-info/LICENSE'
adding 'coqui_stt_model_manager-0.0.21.dist-info/METADATA'
adding 'coqui_stt_model_manager-0.0.21.dist-info/WHEEL'
adding 'coqui_stt_model_manager-0.0.21.dist-info/entry_points.txt'
adding 'coqui_stt_model_manager-0.0.21.dist-info/top_level.txt'
adding 'coqui_stt_model_manager-0.0.21.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built coqui_stt_model_manager-0.0.21.tar.gz and coqui_stt_model_manager-0.0.21-py3-none-any.whl
❯ pip install --force-reinstall dist/coqui_stt_model_manager-0.0.21-py3-none-any.whl
Defaulting to user installation because normal site-packages is not writeable
Processing ./dist/coqui_stt_model_manager-0.0.21-py3-none-any.whl
Collecting coqpit==0.0.9
  Using cached coqpit-0.0.9-py3-none-any.whl
Collecting webrtcvad==2.0.10
  Using cached webrtcvad-2.0.10-cp310-cp310-linux_x86_64.whl
Collecting Werkzeug<2.1
  Using cached Werkzeug-2.0.3-py3-none-any.whl (289 kB)
Collecting stt<2.0.0
  Using cached stt-1.3.0-cp310-cp310-manylinux_2_24_x86_64.whl (3.5 MB)
Collecting Flask==2.0.1
  Using cached Flask-2.0.1-py3-none-any.whl (94 kB)
Collecting pyxdg==0.27
  Using cached pyxdg-0.27-py2.py3-none-any.whl (49 kB)
Collecting Jinja2==3.0.1
  Using cached Jinja2-3.0.1-py3-none-any.whl (133 kB)
Collecting Flask-Cors==3.0.10
  Using cached Flask_Cors-3.0.10-py2.py3-none-any.whl (14 kB)
Collecting Flask-SocketIO==4.3.2
  Using cached Flask_SocketIO-4.3.2-py2.py3-none-any.whl (15 kB)
Collecting requests==2.25.1
  Using cached requests-2.25.1-py2.py3-none-any.whl (61 kB)
Collecting click>=7.1.2
  Using cached click-8.1.3-py3-none-any.whl (96 kB)
Collecting itsdangerous>=2.0
  Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB)
Collecting Six
  Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting python-socketio<5,>=4.3.0
  Using cached python_socketio-4.6.1-py2.py3-none-any.whl (51 kB)
Collecting MarkupSafe>=2.0
  Using cached MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)
Collecting chardet<5,>=3.0.2
  Using cached chardet-4.0.0-py2.py3-none-any.whl (178 kB)
Collecting certifi>=2017.4.17
  Using cached certifi-2022.6.15-py3-none-any.whl (160 kB)
Collecting idna<3,>=2.5
  Using cached idna-2.10-py2.py3-none-any.whl (58 kB)
Collecting urllib3<1.27,>=1.21.1
  Using cached urllib3-1.26.10-py2.py3-none-any.whl (139 kB)
Collecting numpy>=1.21.4
  Using cached numpy-1.23.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.0 MB)
Collecting python-engineio<4,>=3.13.0
  Using cached python_engineio-3.14.2-py2.py3-none-any.whl (51 kB)
Installing collected packages: webrtcvad, pyxdg, Werkzeug, urllib3, Six, numpy, MarkupSafe, itsdangerous, idna, coqpit, click, chardet, certifi, stt, requests, python-engineio, Jinja2, python-socketio, Flask, Flask-SocketIO, Flask-Cors, coqui-stt-model-manager
  Attempting uninstall: webrtcvad
    Found existing installation: webrtcvad 2.0.10
    Uninstalling webrtcvad-2.0.10:
      Successfully uninstalled webrtcvad-2.0.10
  Attempting uninstall: pyxdg
    Found existing installation: pyxdg 0.27
    Uninstalling pyxdg-0.27:
      Successfully uninstalled pyxdg-0.27
  Attempting uninstall: Werkzeug
    Found existing installation: Werkzeug 2.0.3
    Uninstalling Werkzeug-2.0.3:
      Successfully uninstalled Werkzeug-2.0.3
  Attempting uninstall: urllib3
    Found existing installation: urllib3 1.26.10
    Uninstalling urllib3-1.26.10:
      Successfully uninstalled urllib3-1.26.10
  Attempting uninstall: Six
    Found existing installation: six 1.16.0
    Uninstalling six-1.16.0:
      Successfully uninstalled six-1.16.0
  Attempting uninstall: numpy
    Found existing installation: numpy 1.23.1
    Uninstalling numpy-1.23.1:
      Successfully uninstalled numpy-1.23.1
  Attempting uninstall: MarkupSafe
    Found existing installation: MarkupSafe 2.1.1
    Uninstalling MarkupSafe-2.1.1:
      Successfully uninstalled MarkupSafe-2.1.1
  Attempting uninstall: itsdangerous
    Found existing installation: itsdangerous 2.1.2
    Uninstalling itsdangerous-2.1.2:
      Successfully uninstalled itsdangerous-2.1.2
  Attempting uninstall: idna
    Found existing installation: idna 2.10
    Uninstalling idna-2.10:
      Successfully uninstalled idna-2.10
  Attempting uninstall: coqpit
    Found existing installation: coqpit 0.0.9
    Uninstalling coqpit-0.0.9:
      Successfully uninstalled coqpit-0.0.9
  Attempting uninstall: click
    Found existing installation: click 8.1.3
    Uninstalling click-8.1.3:
      Successfully uninstalled click-8.1.3
  Attempting uninstall: chardet
    Found existing installation: chardet 4.0.0
    Uninstalling chardet-4.0.0:
      Successfully uninstalled chardet-4.0.0
  Attempting uninstall: certifi
    Found existing installation: certifi 2022.6.15
    Uninstalling certifi-2022.6.15:
      Successfully uninstalled certifi-2022.6.15
  Attempting uninstall: stt
    Found existing installation: stt 1.3.0
    Uninstalling stt-1.3.0:
      Successfully uninstalled stt-1.3.0
  Attempting uninstall: requests
    Found existing installation: requests 2.25.1
    Uninstalling requests-2.25.1:
      Successfully uninstalled requests-2.25.1
  Attempting uninstall: python-engineio
    Found existing installation: python-engineio 3.14.2
    Uninstalling python-engineio-3.14.2:
      Successfully uninstalled python-engineio-3.14.2
  Attempting uninstall: Jinja2
    Found existing installation: Jinja2 3.0.1
    Uninstalling Jinja2-3.0.1:
      Successfully uninstalled Jinja2-3.0.1
  Attempting uninstall: python-socketio
    Found existing installation: python-socketio 4.6.1
    Uninstalling python-socketio-4.6.1:
      Successfully uninstalled python-socketio-4.6.1
  Attempting uninstall: Flask
    Found existing installation: Flask 2.0.1
    Uninstalling Flask-2.0.1:
      Successfully uninstalled Flask-2.0.1
  Attempting uninstall: Flask-SocketIO
    Found existing installation: Flask-SocketIO 4.3.2
    Uninstalling Flask-SocketIO-4.3.2:
      Successfully uninstalled Flask-SocketIO-4.3.2
  Attempting uninstall: Flask-Cors
    Found existing installation: Flask-Cors 3.0.10
    Uninstalling Flask-Cors-3.0.10:
      Successfully uninstalled Flask-Cors-3.0.10
  Attempting uninstall: coqui-stt-model-manager
    Found existing installation: coqui-stt-model-manager 0.0.21
    Uninstalling coqui-stt-model-manager-0.0.21:
      Successfully uninstalled coqui-stt-model-manager-0.0.21
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
tensorflow 2.9.1 requires libclang, which is not installed.
tensorflow 2.9.1 requires tensorflow-io-gcs-filesystem, which is not installed.
tensorboard 2.9.1 requires protobuf<3.20,>=3.9.2, but you have protobuf 4.21.2 which is incompatible.
caffeine-ng 3.5.1.post71+g77611ac requires click<8.0,>=7.1, but you have click 8.1.3 which is incompatible.
Successfully installed Flask-2.0.1 Flask-Cors-3.0.10 Flask-SocketIO-4.3.2 Jinja2-3.0.1 MarkupSafe-2.1.1 Six-1.16.0 Werkzeug-2.0.3 certifi-2022.6.15 chardet-4.0.0 click-8.1.3 coqpit-0.0.9 coqui-stt-model-manager-0.0.21 idna-2.10 itsdangerous-2.1.2 numpy-1.23.1 python-engineio-3.14.2 python-socketio-4.6.1 pyxdg-0.27 requests-2.25.1 stt-1.3.0 urllib3-1.26.10 webrtcvad-2.0.10
❯ stt-model-manager
INFO:engineio.server:Server initialized for threading.
DEBUG:root:Installed models:
DEBUG:root:French/commonvoice-fr/v0.8/French STT v0.8
DEBUG:root:English/Coqui/v1.0.0-huge-vocab/English STT v1.0.0-huge-vocab
 * Serving Flask app 'coqui_stt_model_manager.server' (lazy loading)
 * Environment: production
   WARNING: This is a development server. Do not use it in a production deployment.
   Use a production WSGI server instead.
 * Debug mode: off
Traceback (most recent call last):
  File "/home/waser/.local/bin/stt-model-manager", line 8, in <module>
    sys.exit(main())
  File "/home/waser/.local/lib/python3.10/site-packages/coqui_stt_model_manager/__main__.py", line 34, in main
DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): 127.0.0.1:38450
    start_app(app)
  File "/home/waser/.local/lib/python3.10/site-packages/coqui_stt_model_manager/server.py", line 286, in start_app
    socketio.run(
  File "/home/waser/.local/lib/python3.10/site-packages/flask_socketio/__init__.py", line 553, in run
    app.run(host=host, port=port, threaded=True,
  File "/home/waser/.local/lib/python3.10/site-packages/flask/app.py", line 922, in run
    run_simple(t.cast(str, host), port, self, **options)
  File "/home/waser/.local/lib/python3.10/site-packages/werkzeug/serving.py", line 1017, in run_simple
    inner()
  File "/home/waser/.local/lib/python3.10/site-packages/werkzeug/serving.py", line 957, in inner
    srv = make_server(
  File "/home/waser/.local/lib/python3.10/site-packages/werkzeug/serving.py", line 789, in make_server
    return ThreadedWSGIServer(
  File "/home/waser/.local/lib/python3.10/site-packages/werkzeug/serving.py", line 693, in __init__
    super().__init__(server_address, handler)  # type: ignore
  File "/usr/lib/python3.10/socketserver.py", line 452, in __init__
    self.server_bind()
  File "/usr/lib/python3.10/http/server.py", line 136, in server_bind
    socketserver.TCPServer.server_bind(self)
  File "/usr/lib/python3.10/socketserver.py", line 466, in server_bind
    self.socket.bind(self.server_address)
OSError: [Errno 98] Address already in use
DEBUG:urllib3.connectionpool:http://127.0.0.1:38450 "GET / HTTP/1.1" 200 3619
Started server listening on http://127.0.0.1:38450 ...

config/webpack.config.js Outdated Show resolved Hide resolved
@wasertech
Copy link
Collaborator Author

Had another server running on the background so I restarted my computer and this is the logs for simple this is a test test.

❯ stt-model-manager
INFO:engineio.server:Server initialized for threading.
DEBUG:root:Installed models:
DEBUG:root:French/commonvoice-fr/v0.8/French STT v0.8
DEBUG:root:English/Coqui/v1.0.0-huge-vocab/English STT v1.0.0-huge-vocab
 * Serving Flask app 'coqui_stt_model_manager.server' (lazy loading)
 * Environment: production
   WARNING: This is a development server. Do not use it in a production deployment.
   Use a production WSGI server instead.
 * Debug mode: off
DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): 127.0.0.1:38450
Current installs: []
DEBUG:urllib3.connectionpool:http://127.0.0.1:38450 "GET / HTTP/1.1" 200 3619
Started server listening on http://127.0.0.1:38450 ...
[2654:2654:0714/185006.573050:ERROR:image_generic.cc(77)] Unable to decode PNG for 1.
[2654:2654:0714/185007.988239:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.988887:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.989023:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.989117:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.989227:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.989330:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.989451:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.989562:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.989700:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.989795:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.989890:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.989994:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.990100:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.990206:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.990309:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.990419:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.990525:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.990621:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.990725:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.990837:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.990937:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.991056:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.991175:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.991293:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.991418:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.991534:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.991651:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.991806:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.991931:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.992051:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.992167:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.992289:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.992408:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.992529:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.992647:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.992766:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.992884:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.993005:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.993131:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.993255:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.993377:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.993493:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.993613:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.993765:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.993853:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.993970:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.994113:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.994225:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.994338:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.994451:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.994570:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.994687:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.994802:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.994917:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.995028:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.995145:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.995276:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.995382:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.995491:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.995601:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.995718:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.995831:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.995943:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.996056:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.996165:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.996279:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.996389:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.996498:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.996609:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.996723:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.996834:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.996946:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.997079:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.997210:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.997324:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.997438:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.997549:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.997671:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.997779:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.997890:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.998000:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.998108:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.998224:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.998343:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.998454:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.998568:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.998676:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.998790:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.998904:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.999020:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.999133:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.999247:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.999359:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.999473:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.999579:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.999700:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.999813:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185007.999926:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.000038:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.000147:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.000262:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.000371:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.000480:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.000627:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.000730:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.000914:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.000996:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.001104:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.001221:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.001336:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.001432:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.001538:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.001643:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.001749:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.001842:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.001950:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.002045:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.002152:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.002255:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.002358:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.002456:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.002550:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.002658:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.002752:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.002857:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.002965:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.003075:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.003176:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.003278:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.003384:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.003488:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.003591:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.003690:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.003792:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.003895:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.003994:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.004099:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.004202:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.004317:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.004414:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.004514:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.004620:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.004715:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.004825:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.004927:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.005024:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.005131:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.005235:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.005329:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.005436:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.005540:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.005647:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.005746:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.005840:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.005945:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.006040:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.006146:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.006246:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.006348:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.006451:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.006552:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.006654:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.006757:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.006856:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.006961:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.007063:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcok[2654:2654:0714/185008.009610:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.009714:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.009810:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.009912:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.010005:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
[2654:2654:0714/185008.010112:ERROR:CONSOLE(1)] "syncDetachedTabInformation: The message port closed before a response was received.", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bundle.js (1)
Current installs: []
[2654:2654:0714/185014.709348:ERROR:CONSOLE(0)] "Uncaught (in promise) Error: A listener indicated an asynchronous response by returning true, but the message channel closed before a response was received", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/browser.html (0)
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Sending packet OPEN data {'sid': '3b2beda1fd5f4f90a238c2af75e08d9b', 'upgrades': [], 'pingTimeout': 60000, 'pingInterval': 25000}
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Sending packet MESSAGE data 0
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 2["start","French STT v0.8"]
INFO:socketio.server:received event "start" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
Starting session for model French STT v0.8
Creating model instance from /home/waser/.local/share/coqui/models/French STT v0.8/model.tflite
TensorFlow: v2.8.0-8-g06c8fea58fd
 Coqui STT: v1.3.0-0-g148fa743
INFO: Created TensorFlow Lite XNNPACK delegate for CPU.
Enabling external scorer from /home/waser/.local/share/coqui/models/French STT v0.8/kenlm.scorer
[2654:2654:0714/185043.699665:ERROR:CONSOLE(0)] "Uncaught (in promise) Error: A listener indicated an asynchronous response by returning true, but the message channel closed before a response was received", source: chrome-extension://mpognobbkildjkofajifpdfhcoklimli/browser.html (0)
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 2["stream-intermediate"]
INFO:socketio.server:received event "stream-intermediate" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
..INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
.INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
.INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
.INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
.INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]

[3b2beda1fd5f4f90a238c2af75e08d9b:start]INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
==INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
=INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
=INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
=INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
-INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
=INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 2["stream-intermediate"]
INFO:socketio.server:received event "stream-intermediate" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
=INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
=INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
==INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
=INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
==INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
===INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
=INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
=INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
=INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 2["stream-intermediate"]
INFO:socketio.server:received event "stream-intermediate" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:socketio.server:emitting event "intermediate" to 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Sending packet MESSAGE data 2["intermediate",{"text":"ce"}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
==INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
=INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
=INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
======INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
=INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
=-INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 2["stream-intermediate"]
INFO:socketio.server:received event "stream-intermediate" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:socketio.server:emitting event "intermediate" to 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Sending packet MESSAGE data 2["intermediate",{"text":"ceci "}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
-INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
-INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
[3b2beda1fd5f4f90a238c2af75e08d9b:end]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
Recognized text: ceci est un test (len=16)
INFO:socketio.server:emitting event "recognize" to 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Sending packet MESSAGE data 2["recognize",{"text":"ceci est un test"}]
----------INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 2["stream-intermediate"]
INFO:socketio.server:received event "stream-intermediate" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
-INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
--INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
-INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
--INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
-INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
[3b2beda1fd5f4f90a238c2af75e08d9b:end]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
------INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
-INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
-INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
-INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 2["stream-intermediate"]
INFO:socketio.server:received event "stream-intermediate" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
-INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
--INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
-INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 51-["stream-data",{"_placeholder":true,"num":0}]
-INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data <binary>
INFO:socketio.server:received event "stream-data" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
-INFO:engineio.server:3b2beda1fd5f4f90a238c2af75e08d9b: Received packet MESSAGE data 2["stream-reset"]
INFO:socketio.server:received event "stream-reset" from 3b2beda1fd5f4f90a238c2af75e08d9b [/]
[3b2beda1fd5f4f90a238c2af75e08d9b:reset]
^C            

@wasertech
Copy link
Collaborator Author

I think that this line doesn't work anymore:

//  webpackDevServer.config.js:83:85
    // WebpackDevServer is noisy by default so we emit custom message instead
    // by listening to the compiler events with `compiler.hooks[...].tap` calls above.
    quiet: true,

@wasertech wasertech merged commit 35811c4 into coqui-ai:main Jul 14, 2022
@wasertech wasertech changed the title Fix security vulneabilites Fix security vulnerabilities Jul 14, 2022
@wasertech wasertech deleted the security-patch-1b branch July 15, 2022 15:57
@wasertech wasertech mentioned this pull request Jul 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants