Flow.Launcher
Flow.Launcher copied to clipboard
BUG: When installing local plugin, crash when website is not correct
Checks
-
[X] I have checked that this issue has not already been reported.
-
[X] 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
- ...
- ...
- ...
Screenshots
No response
Flow Launcher Version
latest
Windows Build Number
/
Error Log
Replace this line with the important log contents.