Skip to content

v1.1.2

v1.1.2 #48

Triggered via push August 3, 2025 21:06
Status Success
Total duration 53s
Artifacts

publish.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
publish: node_modules/soundcloud-downloader/src/index.ts#L57
Property 'axios' has no initializer and is not definitely assigned in the constructor.
publish: node_modules/soundcloud-downloader/src/index.ts#L52
Property 'FORMATS' has no initializer and is not definitely assigned in the constructor.
publish: node_modules/soundcloud-downloader/src/index.ts#L51
Property 'STREAMING_PROTOCOLS' has no initializer and is not definitely assigned in the constructor.
publish: node_modules/soundcloud-downloader/src/index.ts#L24
'info.media' is possibly 'undefined'.
publish: node_modules/soundcloud-downloader/src/index.ts#L1
Could not find a declaration file for module 'soundcloud-key-fetch'. '/home/runner/work/discord-player/discord-player/node_modules/soundcloud-key-fetch/index.js' implicitly has an 'any' type.
publish: node_modules/soundcloud-downloader/src/download.ts#L91
'info.media' is possibly 'undefined'.
publish: node_modules/soundcloud-downloader/src/download.ts#L52
Argument of type 'unknown' is not assignable to parameter of type 'AxiosError<any>'.
publish: node_modules/soundcloud-downloader/src/download-playlist.ts#L15
Variable 'trackNames' implicitly has an 'any[]' type.
publish: node_modules/soundcloud-downloader/src/download-playlist.ts#L10
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
publish: node_modules/soundcloud-downloader/src/download-playlist.ts#L8
Variable 'trackNames' implicitly has type 'any[]' in some locations where its type cannot be determined.