Skip to content

Python CGI endless error #21491

Answered by airtower-luna
LEFT-BEE asked this question in General
Discussion options

You must be logged in to vote

Take a look at that traceback in the server log, decoding the Python bytes object makes it a bit more readable:

>>> print(b.decode(errors='replace'))
Traceback (most recent call last):
  File "C:\Users\2����\cgi-bin\chatbot.py", line 5, in <module>
    from botengine import make_reply
  File "C:\Users\2����\cgi-bin\botengine.py", line 8, in <module>
    okt = Okt()
  File "C:\Users\2����\AppData\Local\Programs\Python\Python37\lib\site-packages\konlpy\tag\_okt.py", line 95, in __init__
    self.jki = OktInterfaceJavaClass()
  File "C:\Users\2����\AppData\Local\Programs\Python\Python37\lib\site-packages\jpype\_jpackage.py", line 123, in __call__
    raise TypeError("Package {0} is not Calla…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants