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
This has been working flawlessly so far but now suddenly it stopped working.
Double checked URL
Double checked plex token
Not sure what is wrong here
Mani said Homarr should be made ESM compatible (Don't know what that means)
Logs
2023-06-05T16:59:05.006507663Z file:///app/node_modules/@jellyfin/sdk/lib/generated-client/common.js:1
2023-06-05T16:59:05.006576072Z import { awaiter } from '../node_modules/tslib/tslib.es6.js';
2023-06-05T16:59:05.006623049Z ^^^^^^^^^
2023-06-05T16:59:05.006636139Z SyntaxError: Named export 'awaiter' not found. The requested module '../node_modules/tslib/tslib.es6.js' is a CommonJS module, which may not support all module.exports as named exports.
2023-06-05T16:59:05.006649078Z CommonJS modules can always be imported via the default export, for example using:
2023-06-05T16:59:05.006660812Z
2023-06-05T16:59:05.006672008Z import pkg from '../node_modules/tslib/tslib.es6.js';
2023-06-05T16:59:05.006683268Z const { __awaiter } = pkg;
2023-06-05T16:59:05.006694792Z
2023-06-05T16:59:05.006705605Z at ModuleJob._instantiate (node:internal/modules/esm/module_job:123:21)
2023-06-05T16:59:05.006717238Z at async ModuleJob.run (node:internal/modules/esm/module_job:189:5)
2023-06-05T16:59:05.006728515Z at async Promise.all (index 0)
2023-06-05T16:59:05.006739205Z at async ESMLoader.import (node:internal/modules/esm/loader:530:24)
2023-06-05T16:59:05.006750238Z at async importModuleDynamicallyWrapper (node:internal/vm/module:438:15)
manuel-rw
changed the title
Suddenly plex integration stopped working (Make Homarr compatible with ESM)
Jellyfin integration: Upstream migration to ESM let's compilation of Homarr fail
Jun 5, 2023
Environment
Docker
Version
1.12.2 Dev branch
Describe the problem
This has been working flawlessly so far but now suddenly it stopped working.
Double checked URL
Double checked plex token
Not sure what is wrong here
Mani said Homarr should be made ESM compatible (Don't know what that means)
Logs
2023-06-05T16:59:05.006507663Z file:///app/node_modules/@jellyfin/sdk/lib/generated-client/common.js:1
2023-06-05T16:59:05.006576072Z import { awaiter } from '../node_modules/tslib/tslib.es6.js';
2023-06-05T16:59:05.006623049Z ^^^^^^^^^
2023-06-05T16:59:05.006636139Z SyntaxError: Named export 'awaiter' not found. The requested module '../node_modules/tslib/tslib.es6.js' is a CommonJS module, which may not support all module.exports as named exports.
2023-06-05T16:59:05.006649078Z CommonJS modules can always be imported via the default export, for example using:
2023-06-05T16:59:05.006660812Z
2023-06-05T16:59:05.006672008Z import pkg from '../node_modules/tslib/tslib.es6.js';
2023-06-05T16:59:05.006683268Z const { __awaiter } = pkg;
2023-06-05T16:59:05.006694792Z
2023-06-05T16:59:05.006705605Z at ModuleJob._instantiate (node:internal/modules/esm/module_job:123:21)
2023-06-05T16:59:05.006717238Z at async ModuleJob.run (node:internal/modules/esm/module_job:189:5)
2023-06-05T16:59:05.006728515Z at async Promise.all (index 0)
2023-06-05T16:59:05.006739205Z at async ESMLoader.import (node:internal/modules/esm/loader:530:24)
2023-06-05T16:59:05.006750238Z at async importModuleDynamicallyWrapper (node:internal/vm/module:438:15)
Context
Please tick the boxes
The text was updated successfully, but these errors were encountered: