Skip to content
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

pin ipyleaflet #33

Merged
merged 1 commit into from
Jan 18, 2022
Merged

pin ipyleaflet #33

merged 1 commit into from
Jan 18, 2022

Conversation

betolink
Copy link
Member

@betolink betolink commented Jan 4, 2022

pins ipyleaflet to avoid breaking change with versions >= 0.15

@asteiker asteiker self-requested a review January 14, 2022 21:40
Copy link
Member

@asteiker asteiker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tested by creating the environment from environment.yml in the hotfix branch. Then tested the 0_introduction. I am still seeing issues:

  • This line is now working, which is progress from the original bug:
    from iceflow.ui import IceFlowUI

  • However, in the next authentication code block I get the following error:

Authentication with Earthdata Login failed with:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<title>404 Not Found</title>
<h1>Not Found</h1>
<p>The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.</p>

Authentication failed
Earthdata Login not successful
  • In the next code block I get the following error from this line:
    client.display_map('horizontal', extra_layers=True)

Error displaying widget: model not found

Seems this notebook still has several bugs that need to be addressed.

@betolink
Copy link
Member Author

I just ran it again and you're right. It's not the notebook but the back-end. Looks like something is not working as expected with the Hermes/Valkyrie authorization endpoint. I'm going to troubleshoot it today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants