django django-imagekit django-cumulus 随机语法错误

发布于 2024-09-14 12:26:48 字数 816 浏览 7 评论 0原文

我已经在 Rackspace 的应用程序中使用 django-imagekit 和 django-cumulus 有一段时间了,我似乎遇到了随机错误,这些错误不会定期发生基础上,但更多的是不规则的基础上。

有人遇到同样的问题吗?

该错误似乎出现在 {% forgun ingun %}


{% 表示枪中枪 %}

{% endfor %}

现在我得到了一个不同的错误......

渲染时捕获异常:(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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文