Skip to content

recentfiles plugin blocks startup after upgrade to v2.2.1.1 #2998

@JFoederer

Description

@JFoederer

After upgrading to RIDE v2.2.1.1 it doesn't startup anymore

Running from command line reveals this logging:

'Plugins'
'Plugins'
Traceback (most recent call last):
  File "C:\Users\...\Python313\Lib\site-packages\robotide\application\application.py", line 131, in OnInit
    self.workspace_path = self.workspace_path or self._get_latest_path()
                                                 ~~~~~~~~~~~~~~~~~~~~~^^
  File "C:\Users\...\Python313\Lib\site-packages\robotide\application\application.py", line 476, in _get_latest_path
    recent = self._get_recentfiles_plugin()
  File "C:\Users\...\Python313\Lib\site-packages\robotide\application\application.py", line 487, in _get_recentfiles_plugin
    if isinstance(pl.conn_plugin, RecentFilesPlugin):
                  ^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'conn_plugin'
OnInit returned false, exiting...

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugMalfunctions that should be fixed to comply with the expected behaviorfixedIssues that have been fixed and can be closed already

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions