-
Notifications
You must be signed in to change notification settings - Fork 0
Issue with running app #4
Description
Hello Moses,
After installing virtualtouchpad I run it and got this:
Exception in thread Thread-1: Traceback (most recent call last): File "C:\Users\jedy\AppData\Local\Programs\Python\Python37\lib\threading.py", line 917, in _bootstrap_inner self.run() File "C:\Users\jedy\AppData\Local\Programs\Python\Python37\lib\threading.py", line 865, in run self._target(*self._args, **self._kwargs) File "C:\Users\jedy\AppData\Local\Programs\Python\Python37\lib\site-packages\pystray\_base.py", line 181, in setup_handler setup(self) File "C:\Users\jedy\AppData\Local\Programs\Python\Python37\lib\site-packages\virtualtouchpad\__main__.py", line 181, in setup main_server.start() File "C:\Users\jedy\AppData\Local\Programs\Python\Python37\lib\site-packages\virtualtouchpad\__init__.py", line 55, in start port=configuration.SERVER_PORT) File "C:\Users\jedy\AppData\Local\Programs\Python\Python37\lib\site-packages\aiohttp\web.py", line 50, in run_app loop = asyncio.get_event_loop() File "C:\Users\jedy\AppData\Local\Programs\Python\Python37\lib\asyncio\events.py", line 644, in get_event_loop % threading.current_thread().name) RuntimeError: There is no current event loop in thread 'Thread-1'.
So it is not working as it should. Tried this on windows 10 with python 3.7 installed.