issues Search Results · language:Edge language:Python linked:pr linked:pr language:Java
Filter by
4M results
What breaks
split_url_and_private_token() in posthog/plugins/utils.py (line 186) crashes with `ValueError: too many values to unpack
(expected 2)` when a plugin URL contains more than one `?` character. ...
Summary
check_for_updates() falls back to a subprocess that imports requests, but requests is not declared as a direct
dependency. The project already depends on httpx, so this fallback is inconsistent ...
Summary
get_video_info() uses dict.get(..., default), which does not replace explicit None values returned by yt-dlp.
show_video_preview() then performs arithmetic and comparisons on duration and view_count, ...
Summary
The README tells users to configure GEMINI_API_KEY as an environment variable, but ConfigManager only checks
~/.halo-video/config.json. The environment variable is not used as a fallback.
Affected ...
Summary
The root installer scripts install from requirements.txt, but this repository does not contain a root requirements.txt.
They also tell users to run halo --help, while the package entry point is ...
Context
NM-027 (near-miss-registry.md) records that AC-007 and AC-008 were silent no-ops for one full milestone — the tests
reported green while measuring nothing. Two root causes were identified and ...
documentation
horizon:immediate
The drain-until-idle burst settle (#13) waits until ALL camera events stop. Instrumented run 20260601-000733 shows what
those events are:
burst settle: drained 228 event(s) [FILE_ADDED:15 UNKNOWN:213] ...
Summary
If transcription returns an empty string, chunk_transcript() returns an empty list. find_relevant_chunk() then falls
back to chunks[0], which raises IndexError.
Affected files
- halo_video/transcript_utils.py:20 ...
Summary
chunk_transcript() increments i by approx_token_len - approx_overlap. If overlap is equal to or greater than max_tokens,
that increment is zero or negative, so the loop never terminates.
Affected ...
Summary
halo_video/__init__.py imports .cli, which imports heavy CLI/runtime dependencies at module import time. This makes even
lightweight imports of package metadata or utility modules depend on yt_dlp, ...

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.