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
App should show animations during speedtest process.
Current Behavior
No animations while speedtest is running.
Note:
App will show animations if I use the 2 finger jestures on my trackpad to move left and right, and it continues to show animations as long as I keep sliding my fingers up and down or left and right on the trackpad
Traceback (most recent call last):
File "/usr/lib64/python3.12/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
TypeError: 'NoneType' object is not callable
Exception in callback None()
handle:
Possible Implementation
Unknown
The text was updated successfully, but these errors were encountered:
Expected Behavior
App should show animations during speedtest process.
Current Behavior
No animations while speedtest is running.
Note:
App will show animations if I use the 2 finger jestures on my trackpad to move left and right, and it continues to show animations as long as I keep sliding my fingers up and down or left and right on the trackpad
Possible Solution
Unknown
Steps to Reproduce
Context (Environment)
Speedtest Version: 1.3.0
$ flatpak --version
Flatpak 1.15.10
$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Skylake GT2 [HD Graphics 520] (rev 07)
$ grep -E '^(VERSION|NAME)=' /etc/os-release
NAME="Fedora Linux"
VERSION="40 (Workstation Edition)"
Detailed Description
The only errors on the CLI are as follows:
$ flatpak run xyz.ketok.Speedtest
Traceback (most recent call last):
File "/usr/lib64/python3.12/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
TypeError: 'NoneType' object is not callable
Exception in callback None()
handle:
Possible Implementation
Unknown
The text was updated successfully, but these errors were encountered: