Skip to content

BUG: When installing local plugin, crash when website is not correct #3017

@stefanroelofs

Description

@stefanroelofs

Checks

  • I have checked that this issue has not already been reported.

  • I am using the latest version of Flow Launcher.

Problem Description

In plugin.json I had my company website like this: https://www.company.com
Now when installing the plugin Flowlauncher crashes in PluginsManager.cs line 535:

var author = url.Split('/')[3];

Array index 3 might not exist here.
For me adding a trailing / to the url fixed the issue.

To Reproduce

  1. ...
  2. ...
  3. ...

Screenshots

No response

Flow Launcher Version

latest

Windows Build Number

/

Error Log

Replace this line with the important log contents.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions