DataBrewery / cubes

[NOT MAINTAINED] Light-weight Python OLAP framework for multi-dimensional data analysis
http://cubes.databrewery.org
Other
1.49k stars 314 forks source link

running dimension_browser example with different port #451

Closed soufianeGL closed 5 years ago

soufianeGL commented 6 years ago

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

KhaledTo commented 6 years ago

Hi, Can you share your slicer.ini file? Did you add this:

[server]
port = 8000

To your file? Thank you.

soufianeGL commented 6 years ago

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:

2018-03-12_155859
KhaledTo commented 6 years ago

My pleasure.

You said you are doing python application.py What if you try slicer serve slicer.ini, what happens?

Thank you.

jjmontesl commented 5 years ago

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.