Closed soufianeGL closed 5 years ago
Hi,
Can you share your slicer.ini
file?
Did you add this:
[server]
port = 8000
To your file? Thank you.
Hi, First, i want to thank you for your reply. Yes, I changed only the port and keep the whole file as default. I think it always redirect me to the port : 5000 as you can see in the following image:
My pleasure.
You said you are doing python application.py
What if you try slicer serve slicer.ini
, what happens?
Thank you.
Hello. I have tested this and I cannot reproduce the problem, it works for me. Try, as @KhaledTo mentioned, running with slicer serve slicer.ini
.
I'm closing this as "cannot reproduce". Please reopen if the issue persists.
Hi, I have a probleme running the example "dimension_browser". first, i changed the slicer port inside the file "slicer.ini" to 8000 for example. But when i run command "python application.py", the application is always on port 5000.
Thanks