feat(plex user auth): Use the built in plex user auth instead of server token #51
Annotations
10 errors and 1 warning
Ruff (I001):
backend/services/plex.py#L3
backend/services/plex.py:3:1: I001 Import block is un-sorted or un-formatted
|
Ruff (UP011):
backend/services/plex.py#L27
backend/services/plex.py:27:11: UP011 Unnecessary parentheses to `functools.lru_cache`
|
Ruff (TRY300):
backend/services/plex.py#L48
backend/services/plex.py:48:9: TRY300 Consider moving this statement to an `else` block
|
Ruff (BLE001):
backend/services/plex.py#L50
backend/services/plex.py:50:12: BLE001 Do not catch blind exception: `Exception`
|
Ruff (B904):
backend/services/plex.py#L51
backend/services/plex.py:51:9: B904 Within an `except` clause, raise exceptions with `raise ... from err` or `raise ... from None` to distinguish them from errors in exception handling
|
Ruff (TRY002):
backend/services/plex.py#L51
backend/services/plex.py:51:15: TRY002 Create your own exception
|
Ruff (TRY003):
backend/services/plex.py#L51
backend/services/plex.py:51:15: TRY003 Avoid specifying long messages outside the exception class
|
Ruff (EM102):
backend/services/plex.py#L51
backend/services/plex.py:51:25: EM102 Exception must not use an f-string literal, assign to variable first
|
Ruff (RUF010):
backend/services/plex.py#L51
backend/services/plex.py:51:62: RUF010 Use explicit conversion flag
|
Ruff (SLF001):
backend/services/plex.py#L422
backend/services/plex.py:422:22: SLF001 Private member accessed: `_baseurl`
|
ruff
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|