You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the Satori library, approximately 1 out of every 2 attempts fails to generate an SVG, throwing the following error: Cannot read properties of undefined (reading '265').
Expected Behavior
Satori should generate the SVG consistently without encountering this error.
Hey @shinyuna, the error you're running into seems similar to the error in #162. Are you loading variable fonts? If not, would you be able to provide a reproduction?
Hey @shinyuna, the error you're running into seems similar to the error in #162. Are you loading variable fonts? If not, would you be able to provide a reproduction?안녕하세요 @shinyuna, 발생한 오류는 #162의 오류와 유사한 것 같습니다. 가변 글꼴을 로드하고 있습니까? 그렇지 않다면 복제품을 제공할 수 있습니까?
Description / Observed Behavior
When using the Satori library, approximately 1 out of every 2 attempts fails to generate an SVG, throwing the following error:
Cannot read properties of undefined (reading '265')
.Expected Behavior
Satori should generate the SVG consistently without encountering this error.
Reproduction
Additional Context
Satori version: 0.12.0
Configuration details:
This issue might be related to the dynamic asset loading process, as the error occurs sporadically.
The text was updated successfully, but these errors were encountered: