Closed kgeo closed 6 months ago
trakts init does not run
PS C:\Users\x> trakts init This will guide you through the setup of the scrobbler. If you wish to quit at any point, press Ctrl+C or Cmd+C
AttributeError
module 'pkgutil' has no attribute 'ImpImporter'
at pipx\venvs\trakt-scrobbler\Lib\site-packages\pkg_resources__init__.py:2191 in 2187│ dist_groups = map(find_distributions, resolved_paths) 2188│ return next(dist_groups, ()) 2189│ 2190│ → 2191│ register_finder(pkgutil.ImpImporter, find_on_path) 2192│ 2193│ if hasattr(importlib_machinery, 'FileFinder'): 2194│ register_finder(importlib_machinery.FileFinder, find_on_path) 2195│
``` (replace these lines) *PASTE LOG FILE CONTENTS HERE* Command: "trakts log open" or "trakts log path" or see [FAQ](https://github.com/iamkroot/trakt-scrobbler/wiki/FAQs#where-is-the-log-fileother-data-stored). ```
See #257
System Info
Description
trakts init does not run
Command line output
PS C:\Users\x> trakts init This will guide you through the setup of the scrobbler. If you wish to quit at any point, press Ctrl+C or Cmd+C
AttributeError
module 'pkgutil' has no attribute 'ImpImporter'
at pipx\venvs\trakt-scrobbler\Lib\site-packages\pkg_resources__init__.py:2191 in
2187│ dist_groups = map(find_distributions, resolved_paths)
2188│ return next(dist_groups, ())
2189│
2190│
→ 2191│ register_finder(pkgutil.ImpImporter, find_on_path)
2192│
2193│ if hasattr(importlib_machinery, 'FileFinder'):
2194│ register_finder(importlib_machinery.FileFinder, find_on_path)
2195│
Log file
Click to see log contents
``` (replace these lines) *PASTE LOG FILE CONTENTS HERE* Command: "trakts log open" or "trakts log path" or see [FAQ](https://github.com/iamkroot/trakt-scrobbler/wiki/FAQs#where-is-the-log-fileother-data-stored). ```