fix(main): UnicodeDecodeError#3
Merged
Merged
Conversation
File "T:\_GitHubProjects\Forks\crawl4ai\main.py", line 70, in read_index
partials[filename[:-5]] = file.read()
UnicodeDecodeError: 'gbk' codec can't decode byte 0xa4 in position 149: illegal multibyte sequence
|
same issue, same solution |
Owner
|
@QIN2DIM Appreciate the collaboration. |
unclecode
pushed a commit
that referenced
this pull request
Nov 6, 2024
Merging latest changes from main branch
lassedrud
pushed a commit
to lassedrud/crawl4ai
that referenced
this pull request
Feb 21, 2025
fix(main): UnicodeDecodeError
quangnx99
pushed a commit
to quangnx99/crawl4ai
that referenced
this pull request
Apr 17, 2026
- Remove "browser locale is Vietnamese" warning that anchored LLM to VN - Move URL locale signal to priority unclecode#3 (after explicit page text + footer) - Add brand HQ fallback (UNIQLO → JP, Samsung → KR, Zara → ES) - Currency determination now based on page content only Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Origin:
zh-CN. Requiresutf-8to render a pageas below:
I'm troubleshooting the same problem elsewhere.