Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

image generatorが落ちている #34

Open
MitsukiUsui opened this issue Apr 16, 2024 · 1 comment
Open

image generatorが落ちている #34

MitsukiUsui opened this issue Apr 16, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@MitsukiUsui
Copy link
Member

2024/4/11以降サムネが表示されなくなっているように見える。
ログを確認したところ、以下のようなエラーが出ていた。

INFO:mylib.artifact.image.generator:out/artifact/image/clip/l/12527.jpg already exists
Traceback (most recent call last):
  File "/Users/mitsuki/politylink/politylink-tube/builder/generate_images.py", line 81, in <module>
    main()
  File "/Users/mitsuki/politylink/politylink-tube/builder/generate_images.py", line 65, in main
    response = generator.generate(request)
  File "/Users/mitsuki/politylink/politylink-tube/builder/mylib/artifact/image/generator.py", line 57, in generate
    image = cv2.resize(image, dsize=request.dsize)
cv2.error: OpenCV(4.7.0) /Users/opencv-cn/GHA-OCV-1/_work/opencv-python/opencv-python/opencv/modules/imgproc/src/resize.cpp:4062: error: (-215:Assertion failed) !ssize.empty() in function 'resize'
@MitsukiUsui MitsukiUsui added the bug Something isn't working label Apr 16, 2024
@MitsukiUsui
Copy link
Member Author

clipId = 12612をスキップすることで一時的に対応。この動画がなぜ処理できないかは要調査。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant