Ichika
Ichika
I'll update it in next push, thanks
First check this https://docs.simkl.org/how-to-use-simkl/advanced-usage/platform-integration/linking-simkl-with-popular-media-centers/kodi if there is no answer to your question then check C:\Users***** YOUR USER ****\AppData\Roaming\Kodi\kodi.log Find all lines with ‘simkl’ and check for errors
we need more debug information for this is it possible for you to open the addon script and add log line there? C:\Users\***** YOUR USER ****\AppData\Roaming\Kodi\addons\script.simkl\resources\lib\engine.py find there a line...
my bad, the line should be like this ```log(f"Progress: {self.getTime()}/{total_time} = {min(99, 100 * self.getTime() / max(120, total_time))}%")``` and after timeout = 1000