mirror of
https://github.com/AJaySi/ALwrity.git
synced 2026-04-25 08:55:58 +03:00
[PR #338] [MERGED] Fix content asset service import in video studio create endpoint #307
Labels
No labels
AI Content Agents
AI Content Strategy
AI Content planning
AI Marketing Tools
AI SEO
AI personalization
AI writer
ALwrity Copi-lot
Alwrity web search
Anthropic
DeepSeek
Gemini AI
Integration
LLM
OnBoarding
OnBoarding
RAG knowledgebase Memory
bug
documentation
enhancement
good first issue
help wanted
invalid
openai
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ALwrity#307
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/AJaySi/ALwrity/pull/338
Author: @AJaySi
Created: 2/10/2026
Status: ✅ Merged
Merged: 2/11/2026
Merged by: @AJaySi
Base:
main← Head:codex/fix-service-import-in-create.py📝 Commits (1)
2f97637Fix video studio content asset service import📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
backend/routers/video_studio/endpoints/create.py(+1 -1)📄 Description
Motivation
ContentAssetServiceis imported from the correct module to avoid import errors during module load.Description
backend/routers/video_studio/endpoints/create.pytofrom services.content_asset_service import ContentAssetService(replacing the incorrectservices.content_assets.content_asset_service).Testing
services.content_assetsunderbackend/routers/video_studioandbackend/routerswithrgand found no remaining matches.python -c "from services.content_asset_service import ContentAssetService"inbackend/and the import succeeded.routers.video_studioviaimportlib.import_module, which still fails due to an unrelatedModuleNotFoundError: No module named 'utils.auth_utils'(this is not caused by the changed import).Codex Task
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.