WebTools.bundle: New install of WebTools on Windows: Wrong install Dir?
Why are you using Core.app_support_path instead of Core.bundle_path? After changing a few references to this, WebTools Started working for me.
I.E. (.\WebTools.bundle\Contents\Code\consts.py) Line 59
versionFile = Core.storage.join_path(Core.bundle_path, 'VERSION')
vice
versionFile = Core.storage.join_path(Core.app_support_path, Core.config.bundles_dir_name, BUNDLEDIRNAME, 'VERSION')
I could post logs but they will just say “Cant find XYZ at: C:\Users<user>\AppData\Local\Plex Media Server.…”
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 17 (10 by maintainers)
… Well after all that it’s staying in the Plugin Folder, I’m going to go bang my head against a wall…