Skip to content

Conversation

@getong
Copy link
Contributor

@getong getong commented Jan 10, 2026

Traceback (most recent call last):
    File "/Users/gerald/.emacs.d/var/straight/build-30.2/lsp-bridge/lsp_bridge.py", line 675, in event_dispatcher
      getattr(self, func_name)(*func_args)                                                                                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^                             
    File "/Users/gerald/.emacs.d/var/straight/build-30.2/lsp-bridge/lsp_bridge.py", line 960, in _do
      open_file_success = self.open_file(filepath)  # _do is called inside event_loop, so we can block here.
    File "/Users/gerald/.emacs.d/var/straight/build-30.2/lsp-bridge/lsp_bridge.py", line 715, in open_file
      create_file_action_with_single_server(filepath, lang_server_info, lsp_server)
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/Users/gerald/.emacs.d/var/straight/repos/lsp-bridge/core/fileaction.py", line 41, in create_file_action_with_single_server
      action = FileAction(filepath, single_server_info, single_server, None, None, external_file_link)
    File "/Users/gerald/.emacs.d/var/straight/repos/lsp-bridge/core/fileaction.py", line 89, in __init__
      self.org_lang_servers[self.single_server.server_name] = self.single_server
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  AttributeError: 'bool' object has no attribute 'server_name'

@manateelazycat manateelazycat merged commit 317eff9 into manateelazycat:master Jan 11, 2026
1 check passed
@getong getong deleted the fix-error branch January 11, 2026 10:07
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.

2 participants