Replies: 2 comments 2 replies
-
That was what I saw in command prompt. Here is what I saw in the UI:
SystemExit: 1 |
Beta Was this translation helpful? Give feedback.
-
So, I should change the port? If so, in what file? Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hi,
I was able to get the app started on localhost and input my openai key. However, after asking a question, I received the following and was wondering if you knew how to address these issues. Thanks!
0.00s - Debugger warning: It seems that frozen modules are being used, which may
0.00s - make the debugger miss breakpoints. Please pass -Xfrozen_modules=off
0.00s - to python to disable frozen modules.
0.00s - Note: Debugging will proceed. Set PYDEVD_DISABLE_FILE_VALIDATION=1 to disable this validation.
0.00s - Debugger warning: It seems that frozen modules are being used, which may
0.00s - make the debugger miss breakpoints. Please pass -Xfrozen_modules=off
0.00s - to python to disable frozen modules.
0.00s - Note: Debugging will proceed. Set PYDEVD_DISABLE_FILE_VALIDATION=1 to disable this validation.
Traceback (most recent call last):
File "C:\Users\jvineburgh\AppData\Local\Programs\Python\Python311\Lib\site-packages\gpt_code_ui\kernel_program\launch_kernel.py", line 4, in
app.launch_new_instance()
File "C:\Users\jvineburgh\AppData\Local\Programs\Python\Python311\Lib\site-packages\traitlets\config\application.py", line 1042, in launch_instance
app.initialize(argv)
File "C:\Users\jvineburgh\AppData\Local\Programs\Python\Python311\Lib\site-packages\traitlets\config\application.py", line 113, in inner
return method(app, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\jvineburgh\AppData\Local\Programs\Python\Python311\Lib\site-packages\ipykernel\kernelapp.py", line 678, in initialize
self.init_sockets()
File "C:\Users\jvineburgh\AppData\Local\Programs\Python\Python311\Lib\site-packages\ipykernel\kernelapp.py", line 317, in init_sockets
self.shell_port = self._bind_socket(self.shell_socket, self.shell_port)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\jvineburgh\AppData\Local\Programs\Python\Python311\Lib\site-packages\ipykernel\kernelapp.py", line 252, in _bind_socket
return self._try_bind_socket(s, port)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\jvineburgh\AppData\Local\Programs\Python\Python311\Lib\site-packages\ipykernel\kernelapp.py", line 228, in _try_bind_socket
s.bind("tcp://%s:%i" % (self.ip, port))
File "C:\Users\jvineburgh\AppData\Local\Programs\Python\Python311\Lib\site-packages\zmq\sugar\socket.py", line 301, in bind
super().bind(addr)
File "zmq\backend\cython\socket.pyx", line 564, in zmq.backend.cython.socket.Socket.bind
File "zmq\backend\cython\checkrc.pxd", line 28, in zmq.backend.cython.checkrc._check_rc
zmq.error.ZMQError: Address in use
Beta Was this translation helpful? Give feedback.
All reactions