django django-imagekit django-cumulus 随机语法错误
我已经在 Rackspace 的应用程序中使用 django-imagekit 和 django-cumulus 有一段时间了,我似乎遇到了随机错误,这些错误不会定期发生基础上,但更多的是不规则的基础上。
有人遇到同样的问题吗?
该错误似乎出现在 {% forgun ingun %}
现在我得到了一个不同的错误......
渲染时捕获异常:(8, '_ssl.c:480: EOF 发生违反协议')
I have been using django-imagekit
and django-cumulus
now for a while in my app with Rackspace and I seem to be getting random errors, these do not occur on a regular basis, but more on an irregular basis.
Anyone experiencing the same issue?
The error seems to appear on {% for gun in guns %}
<div style="margin-top: 20px;">
{% for gun in guns %}<div style="float:left;padding-right:6px;margin-bottom:20px;">
<a href="/gunsafe/detail/{{ gun.id }}"><img src="{{ gun.thumbnail_image.url}}" width="166px"></a><br />
<a href="/gunsafe/detail/{{ gun.id }}">{{ gun.brand }}</a>
</div>
{% endfor %}
</div>
Now I got a different error...
Caught an exception while rendering: (8, '_ssl.c:480: EOF occurred in violation of protocol')
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论