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

Preview of rst files not working #790

Open
WWGolay opened this issue Apr 24, 2024 · 16 comments
Open

Preview of rst files not working #790

WWGolay opened this issue Apr 24, 2024 · 16 comments
Labels
bug Something isn't working help wanted Extra attention is needed lsp Issues that relate to the language server

Comments

@WWGolay
Copy link

WWGolay commented Apr 24, 2024

Expected behavior

When starting a preview window, I expect a new window to appear after Sphinx successfully builds the project.

Actual behavior

Sphinx completes the build, but when issuing esbonio.preview, the server connection errors and times out. I am using the stable version of the esbonio VSCode extension 0.11.0 as the preview does not work, and I cannot cause it to log. I am on a MacBook Pro M1 (2021) with OSX Ventura 13.5.2. Note that I have no issues with the same stack when using my Windows 11 desktop.

Log output

[client] Python extension is available
[client] Activating python extension
[client] Running Command: /Users/will/miniforge3/envs/pyscope-dev/bin/python -c import sys ; print("{0.major}.{0.minor}.{0.micro}".format(sys.version_info))
[client] Python version: '3.12.3'
[client] Running Command: /Users/will/miniforge3/envs/pyscope-dev/bin/python -m esbonio --version
[client] Server version '0.16.4'
[client] Server version '0.16.4'
[client] Last update was 2024-04-24T17:12:19.225Z
[client] Server start command: /Users/will/miniforge3/envs/pyscope-dev/bin/python -m esbonio
[client] LanguageClientOptions: {
  "documentSelector": [
    {
      "scheme": "file",
      "language": "restructuredtext"
    },
    {
      "scheme": "file",
      "language": "python"
    }
  ],
  "initializationOptions": {
    "sphinx": {
      "buildDir": "/Users/will/Library/CloudStorage/Dropbox/research/macro/pyscope/docs/source/_build",
      "builderName": "html",
      "confDir": "/Users/will/Library/CloudStorage/Dropbox/research/macro/pyscope/docs/source",
      "configOverrides": {},
      "doctreeDir": null,
      "forceFullBuild": false,
      "keepGoing": false,
      "makeMode": true,
      "numJobs": 1,
      "quiet": false,
      "silent": false,
      "srcDir": "/Users/will/Library/CloudStorage/Dropbox/research/macro/pyscope/docs/source",
      "tags": [],
      "verbosity": 0,
      "warningIsError": false
    },
    "server": {
      "logLevel": "debug",
      "logFilter": [],
      "hideSphinxOutput": false,
      "showDeprecationWarnings": false,
      "completion": {
        "preferredInsertBehavior": "replace"
      }
    }
  },
  "outputChannel": {
    "name": "Esbonio"
  }
}
[client] Starting Language Server
[esbonio.lsp] Loaded extension 'esbonio.lsp.directives'
[esbonio.lsp] Loaded extension 'esbonio.lsp.roles'
[esbonio.lsp] Loaded extension 'esbonio.lsp.rst.directives'
[esbonio.lsp] Loaded extension 'esbonio.lsp.rst.roles'
[esbonio.lsp] Loaded extension 'esbonio.lsp.sphinx.autodoc'
[esbonio.lsp] Loaded extension 'esbonio.lsp.sphinx.codeblocks'
[esbonio.lsp] Loaded extension 'esbonio.lsp.sphinx.domains'
[esbonio.lsp] Loaded extension 'esbonio.lsp.sphinx.directives'
[esbonio.lsp] Loaded extension 'esbonio.lsp.sphinx.images'
[esbonio.lsp] Loaded extension 'esbonio.lsp.sphinx.includes'
[esbonio.lsp] Loaded extension 'esbonio.lsp.sphinx.roles'
[esbonio.lsp] User Config {
  "buildDir": "/Users/will/Library/CloudStorage/Dropbox/research/macro/pyscope/docs/source/_build",
  "confDir": "/Users/will/Library/CloudStorage/Dropbox/research/macro/pyscope/docs/source",
  "srcDir": "/Users/will/Library/CloudStorage/Dropbox/research/macro/pyscope/docs/source"
}
[esbonio.lsp] Workspace Folder: 'file:///Users/will/Library/CloudStorage/Dropbox/research/macro/pyscope'
[esbonio.lsp] Sphinx Args {
  "buildername": "html",
  "confdir": "/Users/will/Library/CloudStorage/Dropbox/research/macro/pyscope/docs/source",
  "confoverrides": {},
  "doctreedir": "/Users/will/Library/CloudStorage/Dropbox/research/macro/pyscope/docs/source/_build/doctrees",
  "freshenv": false,
  "keep_going": false,
  "outdir": "/Users/will/Library/CloudStorage/Dropbox/research/macro/pyscope/docs/source/_build/html",
  "parallel": 1,
  "srcdir": "/Users/will/Library/CloudStorage/Dropbox/research/macro/pyscope/docs/source",
  "status": null,
  "tags": [],
  "verbosity": 0,
  "warning": null,
  "warningiserror": false
}
Running Sphinx v7.2.6
[esbonio.lsp] Reporting diagnostic at file:///Users/will/Library/CloudStorage/Dropbox/research/macro/pyscope/docs/source/conf.py:1
WARNING: directive 'autoattribute' is already registered, it will be overridden
[esbonio.lsp] Reporting diagnostic at file:///Users/will/Library/CloudStorage/Dropbox/research/macro/pyscope/docs/source/conf.py:1
WARNING: directive 'testsetup' is already registered, it will be overridden
[esbonio.lsp] Reporting diagnostic at file:///Users/will/Library/CloudStorage/Dropbox/research/macro/pyscope/docs/source/conf.py:1
WARNING: directive 'testcleanup' is already registered, it will be overridden
[esbonio.lsp] Reporting diagnostic at file:///Users/will/Library/CloudStorage/Dropbox/research/macro/pyscope/docs/source/conf.py:1
WARNING: directive 'doctest' is already registered, it will be overridden
loading pickled environment...
done
loading intersphinx inventory from /Users/will/miniforge3/envs/pyscope-dev/lib/python3.12/site-packages/sphinx_astropy/local/python3_local_links.inv...
[autosummary] generating autosummary for: api/auto_api/pyscope.analysis.calc_zmag.rst, api/auto_api/pyscope.observatory.ASCOMCamera.rst, api/auto_api/pyscope.observatory.ASCOMCoverCalibrator.rst, api/auto_api/pyscope.observatory.ASCOMDevice.rst, api/auto_api/pyscope.observatory.ASCOMDome.rst, api/auto_api/pyscope.observatory.ASCOMFilterWheel.rst, api/auto_api/pyscope.observatory.ASCOMFocuser.rst, api/auto_api/pyscope.observatory.ASCOMObservingConditions.rst, api/auto_api/pyscope.observatory.ASCOMRotator.rst, api/auto_api/pyscope.observatory.ASCOMSwitch.rst, ..., development/workflow.rst, index.rst, installation.rst, license.rst, user_guide/config.rst, user_guide/examples.rst, user_guide/header.rst, user_guide/help.rst, user_guide/index.rst, user_guide/logging.rst
[automodsumm] api/pyscope.observatory.rst: found 35 automodsumm entries to generate
[automodsumm] api/pyscope.utils.rst: found 3 automodsumm entries to generate
[automodsumm] api/pyscope.reduction.rst: found 5 automodsumm entries to generate
[automodsumm] api/pyscope.telrun.rst: found 14 automodsumm entries to generate
[automodsumm] api/pyscope.analysis.rst: found 1 automodsumm entries to generate
The default value for `navigation_with_keys` will change to `False` in the next release. If you wish to preserve the old behavior for your site, set `navigation_with_keys=True` in the `html_theme_options` dict in your `conf.py` file. Be aware that `navigation_with_keys = True` has negative accessibility implications: https://github.com/pydata/pydata-sphinx-theme/issues/1492
[esbonio.lsp] Skipping extension 'sphinx.addnodes', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.builders.changes', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.builders.epub3', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.ext.mathjax', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.builders.html.transforms', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.builders.html', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.builders.dirhtml', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.builders.dummy', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.builders.gettext', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.builders.latex.transforms', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.builders.latex', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.builders.linkcheck', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.builders.manpage', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.builders.singlehtml', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.builders.texinfo', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.builders.text', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.builders.xml', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.config', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.domains.c', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.domains.changeset', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.domains.citation', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.domains.cpp', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.domains.index', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.domains.javascript', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.domains.math', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.directives', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.domains.python', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.domains.rst', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.domains.std', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.directives.code', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.directives.other', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.directives.patches', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.extension', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.parsers', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.registry', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.roles', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.transforms', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.transforms.compact_bullet_list', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.transforms.i18n', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.transforms.references', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.transforms.post_transforms', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.transforms.post_transforms.code', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.transforms.post_transforms.images', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.versioning', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.environment.collectors.dependencies', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.environment.collectors.asset', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.environment.collectors.metadata', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.environment.collectors.title', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.environment.collectors.toctree', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'alabaster', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinxcontrib.applehelp', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinxcontrib.devhelp', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinxcontrib.htmlhelp', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinxcontrib.serializinghtml', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinxcontrib.qthelp', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.ext.autodoc.preserve_defaults', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.ext.autodoc.type_comment', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.ext.autodoc.typehints', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.ext.autodoc', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.ext.coverage', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.ext.graphviz', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.ext.inheritance_diagram', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.ext.intersphinx', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.ext.todo', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.ext.linkcode', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinxcontrib.jquery', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.ext.autosummary', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'numpydoc', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx_copybutton', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'pytest_doctestplus.sphinx.doctestplus', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx_astropy.ext.changelog_links', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx_astropy.ext.generate_config', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx_astropy.ext.intersphinx_toggle', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx_astropy.ext.missing_static', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx_automodapi.autodoc_enhancements', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx_automodapi.automodsumm', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx_automodapi.automodapi', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx_automodapi.smart_resolver', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'matplotlib.sphinxext.plot_directive', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx_favicon', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'sphinx.ext.doctest', missing 'esbonio_setup' fuction
[esbonio.lsp] Skipping extension 'pydata_sphinx_theme', missing 'esbonio_setup' fuction
[esbonio.lsp] Building...
[client] Build start.
building [mo]: targets for 0 po files that are out of date
writing output...

building [html]: targets for 0 source files that are out of date
updating environment:
0 added, 1 changed, 0 removed
�[2K
reading sources... [100%]
user_guide/header


looking for now-outdated files...
none found
pickling environment...
done
checking consistency...
done
preparing documents...
done
copying assets...
copying static files...
done
copying extra files...
done
done
�[2K
writing output... [ 33%]
index

�[2K
writing output... [ 67%]
user_guide/header

�[2K
writing output... [100%]
user_guide/index


generating indices...
genindex
py-modindex
done
writing additional pages...
search
done
dumping search index in English (code: en)...
done
dumping object inventory...
done
build succeeded.

The HTML pages are in docs/source/_build/html.
[client] Build complete {
  "config": {
    "sphinx": {
      "buildDir": "/Users/will/Library/CloudStorage/Dropbox/research/macro/pyscope/docs/source/_build/html",
      "confDir": "/Users/will/Library/CloudStorage/Dropbox/research/macro/pyscope/docs/source",
      "doctreeDir": "/Users/will/Library/CloudStorage/Dropbox/research/macro/pyscope/docs/source/_build/doctrees",
      "srcDir": "/Users/will/Library/CloudStorage/Dropbox/research/macro/pyscope/docs/source",
      "command": [
        "sphinx-build",
        "-M",
        "html",
        "/Users/will/Library/CloudStorage/Dropbox/research/macro/pyscope/docs/source",
        "/Users/will/Library/CloudStorage/Dropbox/research/macro/pyscope/docs/source/_build/html",
        "-d",
        "/Users/will/Library/CloudStorage/Dropbox/research/macro/pyscope/docs/source/_build/doctrees"
      ],
      "version": "7.2.6"
    },
    "server": {
      "logLevel": "debug"
    }
  },
  "error": false,
  "warnings": 0
}
[esbonio.lsp] Getting initial doctree for: '/Users/will/Library/CloudStorage/Dropbox/research/macro/pyscope/docs/source/index.rst'
Cancel notification for unknown message id "2"
Cancel notification for unknown message id "1"
[esbonio.lsp] Getting initial doctree for: '/Users/will/Library/CloudStorage/Dropbox/research/macro/pyscope/docs/source/index.rst'
Cancel notification for unknown message id "5"
Cancel notification for unknown message id "7"
Cancel notification for unknown message id "8"
Cancel notification for unknown message id "9"
[client] HTML Path '/index.html'
[esbonio.lsp] esbonio.server.preview: {'show': False}
[esbonio.lsp] Starting preview server
[Error - 5:18:01 PM] Client Esbonio Language Server: connection to server is erroring. Shutting down server.
[Error - 5:18:01 PM] Client Esbonio Language Server: connection to server is erroring. Shutting down server.
[Error - 5:18:03 PM] Stopping server timed out
[Error - 5:18:03 PM] Stopping server failed
Error: Stopping the server timed out
    at /Users/will/.vscode/extensions/swyddfa.esbonio-0.11.0/dist/node/extension.js:1:102414
[Error - 5:18:03 PM] Stopping server failed
Error: Stopping the server timed out
    at /Users/will/.vscode/extensions/swyddfa.esbonio-0.11.0/dist/node/extension.js:1:102414

(Optional) Settings from conf.py

No response

@WWGolay WWGolay added bug Something isn't working triage Issues needing triage labels Apr 24, 2024
@alcarney
Copy link
Member

Hmm, this maybe difficult for me to debug if this only occurs on an M1 Mac as it's not something I have access to.

However, looking at the log messages

[esbonio.lsp] Starting preview server
[Error - 5:18:01 PM] Client Esbonio Language Server: connection to server is erroring. Shutting down server.
[Error - 5:18:01 PM] Client Esbonio Language Server: connection to server is erroring. Shutting down server.
[Error - 5:18:03 PM] Stopping server timed out
[Error - 5:18:03 PM] Stopping server failed

this reads to me as the server hasn't crashed, but has instead printed something outside of the LSP spec. In fact, if I throw a random print() statement into my version of the server I can produce similar error messages - So I'm assuming launching the preview fails on your machine and something is trying to print an error message.

The preview mechanism is essentially a python -m http.server run in a separate subprocess. I don't suppose you know if any of the following have issues on Apple silicon builds of Python?

  • multiprocessing.Queue
  • multiprocessing.Process
  • http.server

@alcarney alcarney added lsp Issues that relate to the language server os:mac Issues only found on MacOS and removed triage Issues needing triage labels Apr 24, 2024
@WWGolay
Copy link
Author

WWGolay commented Apr 24, 2024

Hm that’s confusing because my temporary solution to this has just been to run python -m http.server in the build directory and open a browser, which is not ideal. As for multiprocessing, I note that the multiprocessing page for Python 3.12 has some changes that can raise errors, could this be a problem? Is there a way to access the error being raised?

@alcarney
Copy link
Member

I note that the multiprocessing page for Python 3.12 has some changes that can raise errors, could this be a problem?

Potentially? Though, I had a (very!) brief skim of the page and didn't notice anything obvious

Is there a way to access the error being raised?

Not easily I'm afraid... your best bet is probably to find your installation of esbonio in site-packages/ and add a try, except either here or here and see if you can get it to log an error.

@ArgyRad
Copy link

ArgyRad commented May 12, 2024

Hi,
I have come across a similar issue on several Ubuntu and Rocky Linux Intel-based machines and Pythons versions ranging from 3.9.10 (did not try on earlier versions) till 3.12.3. On Windows 11/3.12.3 it is OK.

I am trying to generate a reST preview from VSC.

I will try the try/except proposal above.
Let me know if I can be of further assistance.

@alcarney
Copy link
Member

Let me know if I can be of further assistance.

If you are able to share any debug logs/errors messages you encounter that really helps diagnose what might be happening.

I will try the try/except proposal above.

Just checking that you are also using the stable version (v0.11.0) of the extension, and not one of the pre-release versions? (v0.90.0+)

@ArgyRad
Copy link

ArgyRad commented May 12, 2024

I am not very capable as a programmer (and also bound by confidentiality), so as far as I understand, this is the output in visual studio after I set the output level to debug.

[esbonio.lsp] Getting initial doctree for: '/some/path/sg/sphinx_reference/tabs.rst'
Cancel notification for unknown message id "1"
[esbonio.lsp] Getting initial doctree for: '/some/path/sg/sphinx_reference/tabs.rst'
Cancel notification for unknown message id "4"
[client] Ignoring output:extension-output-swyddfa.esbonio-%231-Esbonio
[client] HTML Path '/sphinx_reference/tabs.html'
[esbonio.lsp] esbonio.server.preview: {'show': False}
[esbonio.lsp] Starting preview server.
[Error - 8:49:07 PM] Client Esbonio Language Server: connection to server is erroring. Shutting down server.
[Error - 8:49:07 PM] Client Esbonio Language Server: connection to server is erroring. Shutting down server.
[Error - 8:49:09 PM] Stopping server timed out
[Error - 8:49:09 PM] Stopping server failed
Error: Stopping the server timed out
	at /some/other/path/swyddfa.esbonio-0.11.0/dist/node/extension.js:1:102414
[Error - 8:49:09 PM] Stopping server failed
Error: Stopping the server timed out
	at /some/other/path/swyddfa.esbonio-0.11.0/dist/node/extension.js:1:102414
[client] Ignoring output:extension-output-swyddfa.esbonio-%231-Esbonio

I will soon try to do something about the code and add some snippet that will redirect the built-in print function. I have read an earlier comment of yours about the print function and I will try do see if something prints something. However, I am not sure my skills and knowledge will suffice. We'll see...

By the way, what is the meaning of this:
Cancel notification for unknown message id "4"

@ArgyRad
Copy link

ArgyRad commented May 12, 2024

alright, I think I have reached a conclusion and apparently both of you @alcarney and @WWGolay were correct.
First, let me start by posting the not-so-elegant debug changes I made to esbonio/lsp/sphinx/init.py::SphinxLanguageServer.preview()

    def preview(self, options: Dict[str, Any]) -> Dict[str, Any]:
        if not self.app or not self.app.builder:
            return {}

        builder_name = self.app.builder.name
        if builder_name not in {"html"}:
            self.show_message(
                f"Previews are not currently supported for the '{builder_name}' builder."
            )

            return {}
        
        self.logger.debug('Making sure VSC is executing this file.')
        
        import builtins
        import inspect
        
        global gl_logger
        gl_logger = self.logger
        
        original_print = print

        def custom_print(*args, **kwargs):
            stack = inspect.stack()
            calling_frame_record = stack[1]
            frame = calling_frame_record[0]
            info = inspect.getframeinfo(frame)
            logging.debug(f"Print called from {info.filename}:{info.lineno}")
            gl_logger.debug(' '.join(str(arg) for arg in args))
            

        builtins.print = custom_print
        
        print('Making sure my print redirection works.')
        
        import traceback
        try:
            
            if not self.preview_process and IS_LINUX:
                self.logger.debug("Starting preview server.")
                server = make_preview_server(self.app.outdir)  # type: ignore[arg-type]
                print('Checkpoint 1')
                self.preview_port = server.server_port
                print('Checkpoint 2')

                self.preview_process = Process(target=server.serve_forever, daemon=True)
                print('Checkpoint 3')
                self.preview_process.start()
                print('Checkpoint 4')

            if not self.preview_process and not IS_LINUX:
                self.logger.debug("Starting preview server")

                q: Queue = Queue()
                self.preview_process = Process(
                    target=start_preview_server, args=(q, self.app.outdir), daemon=True
                )
                self.preview_process.start()
                self.preview_port = q.get()

            if options.get("show", True):
                print('Checkpoint 5')
                self.show_document(
                    ShowDocumentParams(
                        uri=f"http://localhost:{self.preview_port}", external=True
                    )
                )
                print('Checkpoint 6')
        except Exception:
            exc_msg = traceback.format_exc()
            self.logger.debug(exc_msg)

        builtins.print = original_print
        
        self.logger.debug('FINAL CHECKPOINT')
        
        return {"port": self.preview_port}

and now the output

[esbonio.lsp] esbonio.server.preview: {'show': False}
[esbonio.lsp] Making sure VSC is executing this file.
DEBUG:esbonio.lsp:Making sure my print redirection works.
DEBUG:esbonio.lsp:Starting preview server.
[esbonio.lsp] Making sure my print redirection works.
[esbonio.lsp] Starting preview server.
DEBUG:esbonio.lsp:Checkpoint 1
[esbonio.lsp] Checkpoint 1
DEBUG:esbonio.lsp:Checkpoint 2
[esbonio.lsp] Checkpoint 2
DEBUG:esbonio.lsp:Checkpoint 3
[esbonio.lsp] Checkpoint 3
WARNING:py.warnings:/path/to/my/custom/python/lib/python3.12/multiprocessing/popen_fork.py:66: DeprecationWarning: This process (pid=78894) is multi-threaded, use of fork() may lead to deadlocks in the child.
  self.pid = os.fork()

[Error - 12:33:29 AM] Client Esbonio Language Server: connection to server is erroring. Shutting down server.
DEBUG:esbonio.lsp:Checkpoint 4
DEBUG:esbonio.lsp:FINAL CHECKPOINT
[Error - 12:33:29 AM] Client Esbonio Language Server: connection to server is erroring. Shutting down server.
[Error - 12:33:29 AM] Client Esbonio Language Server: connection to server is erroring. Shutting down server.
[Error - 12:33:31 AM] Stopping server timed out
[Error - 12:33:31 AM] Stopping server failed

which means that a print-like operation (DeprecationWarning) is making everything go down, right?

@WWGolay
Copy link
Author

WWGolay commented May 12, 2024

Apologies, I haven't been working on this myself!

It looks like a deprecation warning is triggered by Python 3.12 multiprocessing library as I had suspected.

@ArgyRad
Copy link

ArgyRad commented May 12, 2024

I stand corrected, the above message of mine contains an error (logging.debug) which raises this DeprecationWarning (it still gives me a headache on how this triggered a warning, but I will not care any more).

The corrected code is

    def preview(self, options: Dict[str, Any]) -> Dict[str, Any]:
        if not self.app or not self.app.builder:
            return {}

        builder_name = self.app.builder.name
        if builder_name not in {"html"}:
            self.show_message(
                f"Previews are not currently supported for the '{builder_name}' builder."
            )

            return {}
        
        #self.logger.debug('Making sure VSC is executing this file.')
        
        import builtins
        import inspect
        import warnings
        
        warnings.filterwarnings('ignore')
        
        global gl_logger
        gl_logger = self.logger
        
        original_print = print

        def custom_print(*args, **kwargs):
            stack = inspect.stack()
            calling_frame_record = stack[1]
            frame = calling_frame_record[0]
            info = inspect.getframeinfo(frame)
            log_entry = []
            for frame_info in stack[1:]:  # Skip the first element as it's this custom_print call
                filename = frame_info.filename
                lineno = frame_info.lineno
                function = frame_info.function
                code_context = frame_info.code_context[0].strip() if frame_info.code_context else "No context"
                log_entry.append(f"  File \"{filename}\", line {lineno}, in {function}\n    {code_context}")
            
            
            gl_logger.debug(f'Print called from {info.filename}:{info.lineno}')
            gl_logger.debug('\n'.join(log_entry))
            gl_logger.debug(' '.join(str(arg) for arg in args))
            

        builtins.print = custom_print
        
        #print('Making sure my print redirection works.')
        
        import traceback
        try:
            
            if not self.preview_process and IS_LINUX:
                self.logger.debug("Starting preview server.")
                server = make_preview_server(self.app.outdir)  # type: ignore[arg-type]
                #print('Checkpoint 1')
                self.preview_port = server.server_port
                #print('Checkpoint 2')

                self.preview_process = Process(target=server.serve_forever, daemon=True)
                self.logger.debug('Checkpoint 3')
                self.preview_process.start()
                self.logger.debug('Checkpoint 4')

            if not self.preview_process and not IS_LINUX:
                self.logger.debug("Starting preview server")

                q: Queue = Queue()
                self.preview_process = Process(
                    target=start_preview_server, args=(q, self.app.outdir), daemon=True
                )
                self.preview_process.start()
                self.preview_port = q.get()

            if options.get("show", True):
                #print('Checkpoint 5')
                self.show_document(
                    ShowDocumentParams(
                        uri=f"http://localhost:{self.preview_port}", external=True
                    )
                )
                #print('Checkpoint 6')
        except Exception:
            exc_msg = traceback.format_exc()
            self.logger.debug(exc_msg)

        builtins.print = original_print
        
        #self.logger.debug('FINAL CHECKPOINT')
        
        return {"port": self.preview_port}

and the output is

[esbonio.lsp] esbonio.server.preview: {'show': False}
[esbonio.lsp] Starting preview server.
[esbonio.lsp] Checkpoint 3
[Error - 1:21:10 AM] Client Esbonio Language Server: connection to server is erroring. Shutting down server.
[Error - 1:21:10 AM] Client Esbonio Language Server: connection to server is erroring. Shutting down server.
[Error - 1:21:10 AM] Client Esbonio Language Server: connection to server is erroring. Shutting down server.
[Error - 1:21:12 AM] Stopping server timed out
[Error - 1:21:12 AM] Stopping server failed
Error: Stopping the server timed out
	at /extensions/swyddfa.esbonio-0.11.0/dist/node/extension.js:1:102414
[Error - 1:21:12 AM] Stopping server failed
Error: Stopping the server timed out
	at /extensions/swyddfa.esbonio-0.11.0/dist/node/extension.js:1:102414
[Error - 1:21:12 AM] Stopping server failed
Error: Stopping the server timed out
	at /extensions/swyddfa.esbonio-0.11.0/dist/node/extension.js:1:102414
[client] Ignoring output:extension-output-swyddfa.esbonio-%231-Esbonio

which apparently is not really helpful, apart from indicating that a rogue print() call is not the issue here.

@WWGolay
Copy link
Author

WWGolay commented May 13, 2024

Hm much more confusing then.

@ArgyRad
Copy link

ArgyRad commented May 13, 2024

Late last night I also took an effort to see if the fork() method of multiprocessing might be doing something, so I added an

multiprocessing.set_start_method('spawn', force=True)

after all multiprocessing imports (since I do not have the time to study the code in detail, entry points, etc). I did that because Windows uses spawn() by default. No luck here as well.

I will now try to see if the OSes are blocking communication to the server.

@ArgyRad
Copy link

ArgyRad commented May 13, 2024

After doubtful code changes I was able to verify that the server actually starts.
However, I am running the server with the windows code on linux.
Any idea on how I can get VSC to tell me more than this? It is not enough to understand what happens.

[Error - 11:21:11 AM] Client Esbonio Language Server: connection to server is erroring. Shutting down server.

@alcarney
Copy link
Member

Thank you for digging into this! I wish I had a better idea on what might be going on...

To answer some of the questions I see in the messages above.

By the way, what is the meaning of this:
Cancel notification for unknown message id "4"

It's a message coming from pygls (the LSP library esbonio uses), VSCode is telling esbonio it is no longer interested in seeing a response to a request it sent and esbonio should stop processing it. pygls' internal book keeping is a little off, but for this issue it's safe for us to ignore these.

Any idea on how I can get VSC to tell me more than this? It is not enough to understand what happens.
[Error - 11:21:11 AM] Client Esbonio Language Server: connection to server is erroring. Shutting down server.

Unfortunately not, I have never found the VSCode log messages to be that useful :/

After doubtful code changes I was able to verify that the server actually starts.

Have you managed to get any logs from the server? (i.e. this file), you'd probably have to write them to a text file as I'm not sure if the language server is setup to forward them onto VSCode...

Since you said you've also seen this issue on Linux I will see over the next few days if I can reproduce the issue myself.
Is this something that used to work and is now broken? Or has it never worked for you?

@ArgyRad
Copy link

ArgyRad commented May 15, 2024

This is my first time working with VSC, I cannot say if this a regression or not.

I do not think I was able to get what you want. I set the logging levels from VSC to debug and also added a line in python to set the logging module to debug, also enabled --log trace in VSC command line and I did not observe anything useful other than the JSONs passed to and fro.

My educated guess is that it has to do with the multiprocessing module. Even when I had Esbonio operate in Linux as in Windows (by forcing spawn as the new process generation method and changing some of your code) it would not work.

The fact that fork was/is used in Mac and fork is used in Linux makes me think that somewhere in the chain of Python modules this difference causes a problem. Unfortunately, I am nowhere near good enough to detect what is happening.

If I had the time to spare, I would try it with Python 3.6. I think that differences in spawn and fork started from 3.7. Due to work and personal schedule, I cannot afford the time to check with such an old Python version this month. But I will do so when I find the time.

P.S.: Python will switch to spawn as default from 3.14, even for Linux.

@alcarney
Copy link
Member

Unfortunately I am unable to reproduce this issue using Python 3.12 on Fedora :/

I agree the issue is likely to do with the multiprocessing. Just to see what would happen I forced the multi-processing method to spawn and while it did fail.... it wasn't the manner you are describing. I had a nice error message about something like _thread.lock wasn't pickle-able and server continued to work (albeit with no preview).

It's a long shot, but I don't suppose you have tried it with a blank sphinx-quickstart project? In this version of esbonio Sphinx and the server itself are in the same Python process so it's possible (if unlikely) that something in your extensions is upsetting things?

This is my first time working with VSC,

If that is the case... perhaps you want to consider trying the pre-release version of Esbonio?

As much as I'd love to get to the bottom of this, my focus is on the upcoming major version. It's also worth mentioning that the preview implementation in the pre-release does not rely on multiprocessing so you may have more luck with it. - The trade-off of course, being a pre-release it's going to have it's own set of bugs to contend with 😅

That said, if we do eventually figure out what's going on I'm more than happy to push out a bugfix to resolve this :)

@alcarney
Copy link
Member

Also if you think there's something I can try on my end to reproduce this please say :)

@alcarney alcarney added help wanted Extra attention is needed and removed os:mac Issues only found on MacOS labels May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed lsp Issues that relate to the language server
Projects
None yet
Development

No branches or pull requests

3 participants