Skip to content

没有结果响应 #6

Open
Open
@Devinwon

Description

@Devinwon

您好,命令行,页面我都可以运行,但是输入没有正确响应

页面:按照提示输入
蜘蛛咬伤的概述是什么?,

def search_post(request):
ctx = {}
if request.POST:
question = request.POST['q']
ctx['rlt'] = query_main.query_function(question) #执行到这里报错了
print(ctx['rlt'])
return render(request, "post.html", ctx)

print 结果:
SELECT DISTINCT ?x WHERE {
?s :jibingname '蜘蛛咬伤'.?s :gaishu ?x
}

出现503错误,

其他就是无法理解之类,

命令行都是I dont .....之类

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions