Suddenly plex integration stopped working

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

Log (This keeps coming up):

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)
image.png
Was this page helpful?