Skip to content

Added STREAM_KEY to .env.example #56

Added STREAM_KEY to .env.example

Added STREAM_KEY to .env.example #56

Triggered via push January 27, 2024 14:30
Status Success
Total duration 20s
Artifacts

black.yml

on: push
formatter
12s
formatter
Fit to window
Zoom out
Zoom in

Annotations

3 warnings and 23 notices
formatter
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Unbound local variables: src/video_data_extractor/modules/frame_extractor.py#L41
Local variable 'video' might be referenced before assignment
Unbound local variables: src/video_data_extractor/modules/frame_extractor.py#L42
Local variable 'video_fps' might be referenced before assignment
Class has no `__init__` method: src/test.py#L7
Class has no __init__ method
Shadowing names from outer scopes: src/video_streamer/core/config.py#L73
Shadows name 'e' from outer scope
Shadowing names from outer scopes: src/audio_detection/core/config.py#L49
Shadows name 'e' from outer scope
Shadowing names from outer scopes: src/stream_ranker/core/config.py#L53
Shadows name 'e' from outer scope
Shadowing names from outer scopes: src/stream_ranker/rank_stream.py#L20
Shadows name 'event' from outer scope
Shadowing names from outer scopes: src/motion_detection/detect_motion.py#L21
Shadows name 'event' from outer scope
Shadowing names from outer scopes: src/stream_downloader/core/config.py#L64
Shadows name 'e' from outer scope
Shadowing names from outer scopes: src/audio_detection/detect_audio.py#L20
Shadows name 'event' from outer scope
Shadowing names from outer scopes: src/video_data_extractor/core/config.py#L67
Shadows name 'e' from outer scope
Shadowing names from outer scopes: src/image_detection/core/config.py#L52
Shadows name 'e' from outer scope
Shadowing names from outer scopes: src/image_detection/detect_image.py#L29
Shadows name 'event' from outer scope
Shadowing names from outer scopes: src/video_data_extractor/extract_video_data.py#L23
Shadows name 'event' from outer scope
Shadowing names from outer scopes: src/motion_detection/core/config.py#L49
Shadows name 'e' from outer scope
Shadowing names from outer scopes: src/api/core/config.py#L25
Shadows name 'e' from outer scope
Unused local symbols: src/video_streamer/video_stream.py#L23
Local variable 'file_streamer_thread' value is not used
Unused local symbols: src/video_streamer/video_stream.py#L59
Parameter 'frame' value is not used
Unused local symbols: src/stream_downloader/download_stream.py#L143
Parameter 'frame' value is not used
Unused local symbols: src/motion_detection/detect_motion.py#L72
Parameter 'frame' value is not used
Unused local symbols: src/video_data_extractor/extract_video_data.py#L80
Parameter 'frame' value is not used
Unused local symbols: src/audio_detection/detect_audio.py#L79
Parameter 'frame' value is not used
Unused local symbols: src/stream_ranker/rank_stream.py#L59
Parameter 'frame' value is not used
Unused local symbols: src/image_detection/detect_image.py#L91
Parameter 'frame' value is not used
Unused local symbols: src/video_streamer/video_stream.py#L25
Local variable 'streamer_thread' value is not used