-
-
Notifications
You must be signed in to change notification settings - Fork 483
Closed as duplicate of#3617
Labels
bugSomething isn't workingSomething isn't working
Description
Checks
-
I have checked that this issue has not already been reported.
-
I am using the latest version of Flow Launcher.
Problem Description
I have just updated to the latest version v.1.20.0, after receiving the relevant notification.
Error 1: Error messages during startup
- Immediately after the installation was completed, I started getting some error messages when FlowLauncher starts. Here's one for example:
Details
Please open new issue in https://github.com/Flow-Launcher/Flow.Launcher/issues
1. Upload log file: C:\Users\jtabox\AppData\Roaming\FlowLauncher\Logs\1.20.0\2025-06-03.txt
2. Copy below exception message
Flow Launcher version: 1.20.0
OS Version: 26100.4202
IntPtr Length: 8
x64: True
Python Path: C:\Users\jtabox\AppData\Roaming\FlowLauncher\Environments\Python\PythonEmbeddable-v3.11.4\pythonw.exe
Node Path: C:\Users\jtabox\AppData\Roaming\FlowLauncher\Environments\Node.js\Node-v16.18.0\node-v16.18.0-win-x64\node.exe
Date: 06/03/2025 22:26:01
Exception:
System.AggregateException: A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. (Traceback (most recent call last):
File "<string>", line 9, in <module>
File "<frozen runpy>", line 291, in run_path
File "<frozen runpy>", line 98, in _run_module_code
File "<frozen runpy>", line 88, in _run_code
File "C:\Users\jtabox\AppData\Roaming\FlowLauncher\Plugins\rtfm-1.4.3\main.py", line 13, in <module>
from plugin.logs import Logs
File "C:\Users\jtabox\AppData\Roaming\FlowLauncher\Plugins\rtfm-1.4.3\plugin\plugin.py", line 11, in <module>
from .server.core import run_app as start_webserver
ImportError: attempted relative import with no known parent package
)
---> System.Exception: Traceback (most recent call last):
File "<string>", line 9, in <module>
File "<frozen runpy>", line 291, in run_path
File "<frozen runpy>", line 98, in _run_module_code
File "<frozen runpy>", line 88, in _run_code
File "C:\Users\jtabox\AppData\Roaming\FlowLauncher\Plugins\rtfm-1.4.3\main.py", line 13, in <module>
from plugin.logs import Logs
File "C:\Users\jtabox\AppData\Roaming\FlowLauncher\Plugins\rtfm-1.4.3\plugin\plugin.py", line 11, in <module>
from .server.core import run_app as start_webserver
ImportError: attempted relative import with no known parent package
at Flow.Launcher.Core.Plugin.JsonRPCPluginV2.<InitAsync>g__ReadErrorAsync|19_0() in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\JsonRPCPluginV2.cs:line 74
--- End of inner exception stack trace ---Error 2: Incorrect indication for plugins' available updates, incorrect versions named, and failure trying to update
- Furthermore, suddenly all my installed plugins now have the green dot notification that they have an update, which they didn't have before installing the new version:
- Trying to update any of them opens the update prompt, where noticeably the versions are incorrect, but in a specific way:
- All the plugins show that they have an update, specifically from "version 1.20.0" to whatever their actual current version is.
- Trying to do the update, it fails with an error message. Looking at the logs, this exception is logged:
Details
22:35:02.9042+02:00 - ERROR - PluginsManager.RequestUpdateAsync - Update failed for Plugins Manager
EXCEPTION OCCURS: System.Net.Http.HttpRequestException: Error code <NotFound> returned from <https://github.com/Flow-Launcher/Flow.Launcher.Plugin.PluginsManager/releases/download/v3.2.4/Flow.Launcher.Plugin.PluginsManager.zip>
at async Task Flow.Launcher.Infrastructure.Http.Http.DownloadAsync(string url, string filePath, Action<double> reportProgress, CancellationToken token) in C:/projects/flow-launcher/Flow.Launcher.Infrastructure/Http/Http.cs:line 133
at async Task Flow.Launcher.Plugin.PluginsManager.PluginsManager.DownloadFileAsync(string prgBoxTitle, string downloadUrl, string filePath, CancellationTokenSource cts, bool deleteFile, bool showProgress) in C:/projects/flow-launcher/Plugins/Flow.Launcher.Plugin.PluginsManager/PluginsManager.cs:line 226
at async ValueTask<List<Result>> Flow.Launcher.Plugin.PluginsManager.PluginsManager.RequestUpdateAsync(string search, CancellationToken token, bool usePrimaryUrlOnly)+(?) => { } in C:/projects/flow-launcher/Plugins/Flow.Launcher.Plugin.PluginsManager/PluginsManager.cs:line 325Let me know if you need me to send some other log or similar.
To Reproduce
- Update to latest 1.20.0 version
- ...
- Profit?
Screenshots
No response
Flow Launcher Version
1.20.0
Windows Build Number
10.0.26100.4202
Error Log
Details
Replace this line with the important log contents.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working

