Fix for UnicodeDecodeError on Macbook - #2
Merged
Merged
Conversation
added `load_dotenv=False` to app.run to resolve UnicodeDecodeError
smittix
approved these changes
Jan 1, 2026
smittix
pushed a commit
that referenced
this pull request
Feb 10, 2026
…r-satellite [WIP] Add test coverage for weather satellite decoder modules
crystalheeler
added a commit
to themuseum1960/intercept-test
that referenced
this pull request
May 30, 2026
1. Strip dead code proactively when the trigger goes away (e.g. when we swap a bundled binary, remove the now-unused detection helpers/branches in the same change). Keep historical comments and CHANGELOG entries — those are documentation, not dead code. 2. Never tag or publish a release without explicit user confirmation. Push to main freely; the release tag is the explicit gate. Both surfaced this session — smittix#1 needed a reminder during the gvanem→ MalcolmRobb swap; smittix#2 is to prevent future surprise releases. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
smittix
added a commit
that referenced
this pull request
Jul 5, 2026
smittix
pushed a commit
that referenced
this pull request
Jul 5, 2026
…r-satellite [WIP] Add test coverage for weather satellite decoder modules
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
On first install using a MacBook M1 Max running Tahoe 26.3, after installing all dependencies through brew, I got this error when running
sudo python3 intercept.pyThis PR is adding
load_dotenv=Falseto app.run to resolve UnicodeDecodeError