-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Flow Launcher version: 1.18.0
OS Version: 22631.3527
IntPtr Length: 8
x64: True
Python Path: C:\Users\giaco\AppData\Local\Programs\Python\Python312\pythonw.exe
Node Path:
Date: 05/09/2024 18:31:48
Exception:
QrFlow Exception:
Websites: https://github.com/asmpro7/QrFlow
Author: Ahmed ElSaeed
Version: 1.1.0
Flow.Launcher.Core.ExternalPlugins.FlowPluginException: Traceback (most recent call last):
File "C:\Users\giaco\AppData\Roaming\FlowLauncher\Plugins\QrFlow-1.1.0\main.py", line 12, in
import qrcode
File "C:\Users\giaco\AppData\Roaming\FlowLauncher\Plugins\QrFlow-1.1.0\lib\qrcode_init_.py", line 1, in
from qrcode.main import QRCode
File "C:\Users\giaco\AppData\Roaming\FlowLauncher\Plugins\QrFlow-1.1.0\lib\qrcode\main.py", line 15, in
from typing_extensions import Literal
File "C:\Users\giaco\AppData\Roaming\FlowLauncher\Plugins\QrFlow-1.1.0\lib\typing_extensions.py", line 1174, in
class TypeVar(typing.TypeVar, _DefaultMixin, _root=True):
TypeError: type 'typing.TypeVar' is not an acceptable base type
---> System.IO.InvalidDataException: Traceback (most recent call last):
File "C:\Users\giaco\AppData\Roaming\FlowLauncher\Plugins\QrFlow-1.1.0\main.py", line 12, in
import qrcode
File "C:\Users\giaco\AppData\Roaming\FlowLauncher\Plugins\QrFlow-1.1.0\lib\qrcode_init_.py", line 1, in
from qrcode.main import QRCode
File "C:\Users\giaco\AppData\Roaming\FlowLauncher\Plugins\QrFlow-1.1.0\lib\qrcode\main.py", line 15, in
from typing_extensions import Literal
File "C:\Users\giaco\AppData\Roaming\FlowLauncher\Plugins\QrFlow-1.1.0\lib\typing_extensions.py", line 1174, in
class TypeVar(typing.TypeVar, _DefaultMixin, _root=True):
TypeError: type 'typing.TypeVar' is not an acceptable base type
at Flow.Launcher.Core.Plugin.JsonRPCPlugin.ExecuteAsync(ProcessStartInfo startInfo, CancellationToken token) in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\JsonRPCPlugin.cs:line 243
at Flow.Launcher.Core.Plugin.JsonRPCPlugin.ExecuteAsync(ProcessStartInfo startInfo, CancellationToken token) in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\JsonRPCPlugin.cs:line 248
at Flow.Launcher.Core.Plugin.JsonRPCPlugin.QueryAsync(Query query, CancellationToken token) in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\JsonRPCPlugin.cs:line 261
at Flow.Launcher.Core.Plugin.PluginManager.<>c__DisplayClass23_0.<b__0>d.MoveNext() in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\PluginManager.cs:line 196
--- End of stack trace from previous location ---
at Flow.Launcher.Infrastructure.Stopwatch.DebugAsync(String message, Func`1 action) in C:\projects\flow-launcher\Flow.Launcher.Infrastructure\Stopwatch.cs:line 34
at Flow.Launcher.Core.Plugin.PluginManager.QueryForPluginAsync(PluginPair pair, Query query, CancellationToken token) in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\PluginManager.cs:line 195
--- End of inner exception stack trace ---
at Flow.Launcher.Core.Plugin.PluginManager.<>c__DisplayClass23_1.b__1(ActionContext ) in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\PluginManager.cs:line 224
at Flow.Launcher.Plugin.Result.ExecuteAsync(ActionContext context) in //Flow.Launcher.Plugin/Result.cs:line 246
at Flow.Launcher.ViewModel.MainViewModel.OpenResultAsync(String index) in C:\projects\flow-launcher\Flow.Launcher\ViewModel\MainViewModel.cs:line 307
at CommunityToolkit.Mvvm.Input.AsyncRelayCommand.AwaitAndThrowIfFailed(Task executionTask)
at System.Threading.Tasks.Task.<>c.b__128_0(Object state)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)