You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting the following error when trying to install the plugin :
"Flow Launcher version: 1.16.2
OS Version: 22631.2428
IntPtr Length: 8
x64: True
Python Path: C:\Users\danie\AppData\Roaming\FlowLauncher\Environments\Python\PythonEmbeddable-v3.11.4\pythonw.exe
Node Path:
Date: 10/20/2023 17:17:31
Exception:
Google Calendar Exception:
Websites: https://github.com/ivanipenburg/Flow.Launcher.Plugin.GoogleCalendar
Author: Ilja van Ipenburg
Version: 1.2.3
Flow.Launcher.Core.ExternalPlugins.FlowPluginException: Traceback (most recent call last):
File "C:\Users\danie\AppData\Roaming\FlowLauncher\Plugins\Google Calendar-1.2.3\main.py", line 9, in
from plugin.main import GoogleCalendar
File "C:\Users\danie\AppData\Roaming\FlowLauncher\Plugins\Google Calendar-1.2.3\plugin\main.py", line 6, in
from ctparse import ctparse
File "C:\Users\danie\AppData\Roaming\FlowLauncher\Plugins\Google Calendar-1.2.3\lib\ctparse_init_.py", line 10, in
from ctparse.ctparse import ctparse, ctparse_gen # noqa
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\danie\AppData\Roaming\FlowLauncher\Plugins\Google Calendar-1.2.3\lib\ctparse\ctparse.py", line 15, in
import regex
File "C:\Users\danie\AppData\Roaming\FlowLauncher\Plugins\Google Calendar-1.2.3\lib\regex_init_.py", line 1, in
from .regex import *
File "C:\Users\danie\AppData\Roaming\FlowLauncher\Plugins\Google Calendar-1.2.3\lib\regex\regex.py", line 421, in
import regex._regex_core as _regex_core
File "C:\Users\danie\AppData\Roaming\FlowLauncher\Plugins\Google Calendar-1.2.3\lib\regex_regex_core.py", line 21, in
import regex._regex as _regex
ModuleNotFoundError: No module named 'regex._regex'
---> System.IO.InvalidDataException: Traceback (most recent call last):
File "C:\Users\danie\AppData\Roaming\FlowLauncher\Plugins\Google Calendar-1.2.3\main.py", line 9, in
from plugin.main import GoogleCalendar
File "C:\Users\danie\AppData\Roaming\FlowLauncher\Plugins\Google Calendar-1.2.3\plugin\main.py", line 6, in
from ctparse import ctparse
File "C:\Users\danie\AppData\Roaming\FlowLauncher\Plugins\Google Calendar-1.2.3\lib\ctparse_init_.py", line 10, in
from ctparse.ctparse import ctparse, ctparse_gen # noqa
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\danie\AppData\Roaming\FlowLauncher\Plugins\Google Calendar-1.2.3\lib\ctparse\ctparse.py", line 15, in
import regex
File "C:\Users\danie\AppData\Roaming\FlowLauncher\Plugins\Google Calendar-1.2.3\lib\regex_init_.py", line 1, in
from .regex import *
File "C:\Users\danie\AppData\Roaming\FlowLauncher\Plugins\Google Calendar-1.2.3\lib\regex\regex.py", line 421, in
import regex._regex_core as _regex_core
File "C:\Users\danie\AppData\Roaming\FlowLauncher\Plugins\Google Calendar-1.2.3\lib\regex_regex_core.py", line 21, in
import regex._regex as _regex
ModuleNotFoundError: No module named 'regex._regex'
at Flow.Launcher.Core.Plugin.JsonRPCPlugin.ExecuteAsync(ProcessStartInfo startInfo, CancellationToken token) in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\JsonRPCPlugin.cs:line 291
at Flow.Launcher.Core.Plugin.JsonRPCPlugin.ExecuteAsync(ProcessStartInfo startInfo, CancellationToken token) in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\JsonRPCPlugin.cs:line 296
at Flow.Launcher.Core.Plugin.JsonRPCPlugin.QueryAsync(Query query, CancellationToken token) in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\JsonRPCPlugin.cs:line 311
at Flow.Launcher.Core.Plugin.PluginManager.<>c__DisplayClass22_0.<b__0>d.MoveNext() in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\PluginManager.cs:line 194
--- 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 40
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 193
--- End of inner exception stack trace ---
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 213
at Flow.Launcher.ViewModel.MainViewModel.<>c__DisplayClass139_0.<g__QueryTask|2>d.MoveNext() in C:\projects\flow-launcher\Flow.Launcher\ViewModel\MainViewModel.cs:line 849
--- End of stack trace from previous location ---
at Flow.Launcher.ViewModel.MainViewModel.QueryResults(Boolean isReQuery) in C:\projects\flow-launcher\Flow.Launcher\ViewModel\MainViewModel.cs:line 813
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)
"
The text was updated successfully, but these errors were encountered:
I am getting the following error when trying to install the plugin :
"Flow Launcher version: 1.16.2
OS Version: 22631.2428
IntPtr Length: 8
x64: True
Python Path: C:\Users\danie\AppData\Roaming\FlowLauncher\Environments\Python\PythonEmbeddable-v3.11.4\pythonw.exe
Node Path:
Date: 10/20/2023 17:17:31
Exception:
Google Calendar Exception:
Websites: https://github.com/ivanipenburg/Flow.Launcher.Plugin.GoogleCalendar
Author: Ilja van Ipenburg
Version: 1.2.3
Flow.Launcher.Core.ExternalPlugins.FlowPluginException: Traceback (most recent call last):
File "C:\Users\danie\AppData\Roaming\FlowLauncher\Plugins\Google Calendar-1.2.3\main.py", line 9, in
from plugin.main import GoogleCalendar
File "C:\Users\danie\AppData\Roaming\FlowLauncher\Plugins\Google Calendar-1.2.3\plugin\main.py", line 6, in
from ctparse import ctparse
File "C:\Users\danie\AppData\Roaming\FlowLauncher\Plugins\Google Calendar-1.2.3\lib\ctparse_init_.py", line 10, in
from ctparse.ctparse import ctparse, ctparse_gen # noqa
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\danie\AppData\Roaming\FlowLauncher\Plugins\Google Calendar-1.2.3\lib\ctparse\ctparse.py", line 15, in
import regex
File "C:\Users\danie\AppData\Roaming\FlowLauncher\Plugins\Google Calendar-1.2.3\lib\regex_init_.py", line 1, in
from .regex import *
File "C:\Users\danie\AppData\Roaming\FlowLauncher\Plugins\Google Calendar-1.2.3\lib\regex\regex.py", line 421, in
import regex._regex_core as _regex_core
File "C:\Users\danie\AppData\Roaming\FlowLauncher\Plugins\Google Calendar-1.2.3\lib\regex_regex_core.py", line 21, in
import regex._regex as _regex
ModuleNotFoundError: No module named 'regex._regex'
---> System.IO.InvalidDataException: Traceback (most recent call last):
File "C:\Users\danie\AppData\Roaming\FlowLauncher\Plugins\Google Calendar-1.2.3\main.py", line 9, in
from plugin.main import GoogleCalendar
File "C:\Users\danie\AppData\Roaming\FlowLauncher\Plugins\Google Calendar-1.2.3\plugin\main.py", line 6, in
from ctparse import ctparse
File "C:\Users\danie\AppData\Roaming\FlowLauncher\Plugins\Google Calendar-1.2.3\lib\ctparse_init_.py", line 10, in
from ctparse.ctparse import ctparse, ctparse_gen # noqa
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\danie\AppData\Roaming\FlowLauncher\Plugins\Google Calendar-1.2.3\lib\ctparse\ctparse.py", line 15, in
import regex
File "C:\Users\danie\AppData\Roaming\FlowLauncher\Plugins\Google Calendar-1.2.3\lib\regex_init_.py", line 1, in
from .regex import *
File "C:\Users\danie\AppData\Roaming\FlowLauncher\Plugins\Google Calendar-1.2.3\lib\regex\regex.py", line 421, in
import regex._regex_core as _regex_core
File "C:\Users\danie\AppData\Roaming\FlowLauncher\Plugins\Google Calendar-1.2.3\lib\regex_regex_core.py", line 21, in
import regex._regex as _regex
ModuleNotFoundError: No module named 'regex._regex'
at Flow.Launcher.Core.Plugin.JsonRPCPlugin.ExecuteAsync(ProcessStartInfo startInfo, CancellationToken token) in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\JsonRPCPlugin.cs:line 291
at Flow.Launcher.Core.Plugin.JsonRPCPlugin.ExecuteAsync(ProcessStartInfo startInfo, CancellationToken token) in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\JsonRPCPlugin.cs:line 296
at Flow.Launcher.Core.Plugin.JsonRPCPlugin.QueryAsync(Query query, CancellationToken token) in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\JsonRPCPlugin.cs:line 311
at Flow.Launcher.Core.Plugin.PluginManager.<>c__DisplayClass22_0.<b__0>d.MoveNext() in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\PluginManager.cs:line 194
--- 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 40
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 193
--- End of inner exception stack trace ---
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 213
at Flow.Launcher.ViewModel.MainViewModel.<>c__DisplayClass139_0.<g__QueryTask|2>d.MoveNext() in C:\projects\flow-launcher\Flow.Launcher\ViewModel\MainViewModel.cs:line 849
--- End of stack trace from previous location ---
at Flow.Launcher.ViewModel.MainViewModel.QueryResults(Boolean isReQuery) in C:\projects\flow-launcher\Flow.Launcher\ViewModel\MainViewModel.cs:line 813
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)
"
The text was updated successfully, but these errors were encountered: