Skip to content

fix: ensure aweme_id/comment_id stored as int for PostgreSQL compat#694

Open
qql2 wants to merge 2 commits into
666ghj:mainfrom
qql2:main
Open

fix: ensure aweme_id/comment_id stored as int for PostgreSQL compat#694
qql2 wants to merge 2 commits into
666ghj:mainfrom
qql2:main

Conversation

@qql2

@qql2 qql2 commented Jun 19, 2026

Copy link
Copy Markdown

Summary\nFix PostgreSQL DataError when scraping Douyin.\n\n## Root Cause\nstore/douyin/_store_impl.py converts aweme_id/comment_id to int for WHERE queries but doesn't update the dict. MySQL silently coerces; PostgreSQL requires exact type match.\n\n## Fix\nAdd and after int() conversion.\n\n## Related\n- Submodule MediaCrawler: qql2/MediaCrawler:main (0ea3ac8)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant