xuexiaoyi-to-xuexitong-tampermonkey-proxy icon indicating copy to clipboard operation
xuexiaoyi-to-xuexitong-tampermonkey-proxy copied to clipboard

list index out of range

Open clansty opened this issue 2 years ago • 0 comments

172.17.0.1 - - [30/Apr/2022 12:13:53] "GET /hashTopic?question=qwq HTTP/1.1" 200 -
Traceback (most recent call last):
  File "/app/app.py", line 129, in searchView
    answer = searchXuexiaoyi(question)  # 进行搜题
  File "/app/app.py", line 64, in searchXuexiaoyi
    answer = fetchXuexiaoyi(question)[0]
  File "/usr/local/lib/python3.10/site-packages/google/protobuf/internal/containers.py", line 93, in __getitem__
    return self._values[key]
IndexError: list index out of range

clansty avatar Apr 30 '22 12:04 clansty