-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blank screen encountered after using Kedro Viz. #1500
Comments
I will transfer this issue to |
Hey @Kale-S, thanks for the issue. Could you please provide more context in order for us to help you better? It would be great to see if there are any errors in the browser console and also to know what browser and browser version. And you're seeing this happen on a Windows machine, is that right? When it functioned property on your other machine, was that also a Windows operating system? |
@johnkmaxi could you please provide a minimum viable repo so we can try to reproduce this on our end? That will help us debug faster. |
Hi @Kale-S, @johnkmaxi - could you please execute I'm curious on the |
A user with this problem https://stackoverflow.com/q/77370743/554319 |
That's the same user :)
|
Hi @Fatafim similarly could you run |
@MehdiNV Sure, here it is: |
Cheers! If you use a lower node version (~16 and below, e.g. 16.20.2), does anything change? |
@Fatafim Cheers for sharing - that's strange to see. If possible, would you be able to share a minimum viable repo? I'm struggling to reproduce this bug, and a repo close to yours would be massively useful hopefully for this Edit: On similar note, can you please also pass your terminal output when you run into this bug? |
Hello, I think I've solved the problem! Assuming that you have not made any big changes in kedro viz, it was a dependency conflict. Which one exactly? I do not know, but I realized it might have been the problem when I saw another conflict between kedro and icecream - which did NOT occur on another pc that had the same specification but it was installed solely for the project I had been using. So, if you're having the same issue, reinstall you python entirely, including manual delete of all libraries. If any of you also has a problem with GridSearchCV with n_jobs>1 - the solution stays the same. @MehdiNV - so no wonder you couldn't reproduce it. I couldn't reproduce it on a virtual environment I was going to share with you either :) |
@Kale-S - were you able to solve this issue at your end? |
Description
Initially, I attempted to execute the spaceflights example provided in the documentation. However, whenever I tried launching the Kedro Viz interface, it opened the local host at 127.0.0.1:4141, but all I could see was a blank page.
Moreover, I encountered a similar issue with my own Kedro project. Interestingly, when I ran the project on a different machine, it functioned correctly
Steps to Reproduce
Its hard to reproduce because its only happend on my working machine.
Actual Result
When I execute the
%run_viz
command within the Jupyter Lab using the Kedro kernel, I encounter a white page displaying the message "127.0.0.1 has refused the connection."Your Environment
I used the src/requirement.txt as Environment
The text was updated successfully, but these errors were encountered: