Garulf / Playnite-Plugin

Search and launch your Playnite library.
10 stars 1 forks source link

TypeError #39

Open Meakoala opened 4 months ago

Meakoala commented 4 months ago

Hi, I currently have problem similar to this #12 issue. but I tried all solution mention in this issue and still not working. Playnite and Flow launcher is installed via installer and not in portable.

I have some differences in my trace log.

Trace Log

``` Traceback (most recent call last): File C:\Users\User\AppData\Roaming\FlowLauncher\Plugins\Playnite-2.0.0\lib\flox\launcher.py, line 44, in run results = request_method(*request_parameters) or self._results ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File C:\Users\User\AppData\Roaming\FlowLauncher\Plugins\Playnite-2.0.0\lib\flox\__init__.py, line 131, in _query self.query(query) File C:\Users\User\AppData\Roaming\FlowLauncher\Plugins\Playnite-2.0.0\plugin\main.py, line 28, in query games = self.pn.search(query, self.applied_filters) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File C:\Users\User\AppData\Roaming\FlowLauncher\Plugins\Playnite-2.0.0\plugin\playnite.py, line 55, in search games = self.get_games() ^^^^^^^^^^^^^^^^ File C:\Users\User\AppData\Roaming\FlowLauncher\Plugins\Playnite-2.0.0\plugin\playnite.py, line 50, in get_games games.append(Game(Playnite=self, **game)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: game.Game() argument after ** must be a mapping, not str ```