Skip to content

fix: streaming chrome #7

fix: streaming chrome

fix: streaming chrome #7

Triggered via push September 10, 2025 14:36
Status Failure
Total duration 26s
Artifacts

ci-cd.yml

on: push
🐍 Backend Linting
20s
🐍 Backend Linting
🌐 Frontend Build & Test
21s
🌐 Frontend Build & Test
🔐 Security Analysis
13s
🔐 Security Analysis
📈 Performance Metrics
📈 Performance Metrics
📋 Project Health
0s
📋 Project Health
🚀 Deployment Ready
0s
🚀 Deployment Ready
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 5 warnings
🔐 Security Analysis
Process completed with exit code 1.
🐍 Backend Linting
Process completed with exit code 1.
🐍 Backend Linting
Process completed with exit code 1.
🐍 Backend Linting
Process completed with exit code 1.
🌐 Frontend Build & Test: frontend/types/speech-recognition.d.ts#L20
Unexpected any. Specify a different type
🌐 Frontend Build & Test: frontend/types/speech-recognition.d.ts#L19
Unexpected any. Specify a different type
🌐 Frontend Build & Test: frontend/types/speech-recognition.d.ts#L18
Unexpected any. Specify a different type
🌐 Frontend Build & Test: frontend/types/speech-recognition.d.ts#L17
Unexpected any. Specify a different type
🌐 Frontend Build & Test: frontend/types/speech-recognition.d.ts#L16
Unexpected any. Specify a different type
🌐 Frontend Build & Test: frontend/types/speech-recognition.d.ts#L15
Unexpected any. Specify a different type
🌐 Frontend Build & Test: frontend/types/speech-recognition.d.ts#L14
Unexpected any. Specify a different type
🌐 Frontend Build & Test: frontend/types/speech-recognition.d.ts#L13
Unexpected any. Specify a different type
🌐 Frontend Build & Test: frontend/app/components/VoiceTranscription.tsx#L204
`"` can be escaped with `"`, `“`, `"`, `”`
🌐 Frontend Build & Test: frontend/app/components/VoiceTranscription.tsx#L204
`"` can be escaped with `"`, `“`, `"`, `”`
🐍 Backend Linting
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0/4zBaAAAAAAsCKVDgW2dS7IJaGrrYOloQkwyQUEyMDMwMTA5MDI5AEVkZ2U=
🐍 Backend Linting
Failed to restore: Cache service responded with 400
🌐 Frontend Build & Test: frontend/app/components/VoiceTranscription.tsx#L119
'error' is defined but never used
🌐 Frontend Build & Test: frontend/app/components/VoiceTranscription.tsx#L72
React Hook useEffect has missing dependencies: 'captionsEnabled', 'isRecording', 'onCaptionUpdate', 'sendTranscriptChunk', and 'transcript'. Either include them or remove the dependency array. If 'onCaptionUpdate' changes too often, find the parent component that defines it and wrap that definition in useCallback
🌐 Frontend Build & Test: frontend/app/classroom/[id]/ClassroomContent.tsx#L192
The ref value 'peerConnectionsRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'peerConnectionsRef.current' to a variable inside the effect, and use that variable in the cleanup function