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

Show what happens when trying to load a remote CID #1794

Open
momack2 opened this issue May 20, 2021 · 3 comments
Open

Show what happens when trying to load a remote CID #1794

momack2 opened this issue May 20, 2021 · 3 comments
Labels
area/screen/explore Issues related to IPLS Explorer screen area/screen/files Issues related to Files screen effort/days Estimated to take multiple days, but less than a week help wanted Seeking public contribution on this issue kind/bug A bug in existing code (including security flaws) P1 High: Likely tackled by core team if no one steps up topic/design-content Content design, writing, information architecture topic/design-front-end Front-end implementation of UX/UI work topic/design-ux UX strategy, research, not solely visual design

Comments

@momack2
Copy link
Contributor

momack2 commented May 20, 2021

Describe the bug
Tried to view a CID that's stored on pinata - loaded forever and the rest of the screen became unclickable / frozen - had to quit the app

To Reproduce
Steps to reproduce the behavior:

  1. Search CID in the address bar
  2. see ipfs loading logo
  3. try to click on anything else on the screen
  4. See error

Expected behavior
Does not freeze, able to navigate away

Screenshots
Screen Shot 2021-05-19 at 4 41 42 PM

Desktop (please complete the following information):

  • OS: macOS catalina
  • Browser chrome
  • Version 89.0.4389.114
@momack2 momack2 added the need/triage Needs initial labeling and prioritization label May 20, 2021
@lidel
Copy link
Member

lidel commented May 21, 2021

Notes from triage:

  • ipfs-webui should be smarter about content that is not in local datastore
  • if it is not in local cache, show new page for "looking for content"
    • details TBD, rough ideas:
      • always show "cancel" option (js-ipfs-http-client now supports AbortSignal)
      • > 5s provide information that content is not present on local node and is being loooked for
      • >ns "taking longer than expected, would you like to manually connect to peer" + input
  • see if we can proactively detect CIDs "broken by a typo (desktop find file bug #1739 (comment))

@lidel lidel added area/screen/explore Issues related to IPLS Explorer screen area/screen/files Issues related to Files screen kind/bug A bug in existing code (including security flaws) P1 High: Likely tackled by core team if no one steps up effort/days Estimated to take multiple days, but less than a week and removed need/triage Needs initial labeling and prioritization labels May 21, 2021
@lidel lidel assigned olizilla and unassigned olizilla Jun 18, 2021
@hacdias hacdias self-assigned this Aug 18, 2021
@lidel lidel changed the title Desktop froze when trying to load a CID Desktop froze when trying to load a remote CID Aug 30, 2021
@lidel
Copy link
Member

lidel commented Jan 10, 2022

@lidel lidel added the help wanted Seeking public contribution on this issue label Jan 10, 2022
@lidel lidel changed the title Desktop froze when trying to load a remote CID Show what happens when trying to load a remote CID Jan 10, 2022
@lidel lidel added topic/design-content Content design, writing, information architecture topic/design-front-end Front-end implementation of UX/UI work topic/design-ux UX strategy, research, not solely visual design labels Jan 10, 2022
@tinytb
Copy link

tinytb commented Jan 3, 2023

We don't have bandwidth for this specific issue right now, but this kind of visibility into network operations would be very useful (e.g. for this IPNS issue)

This information isn't offered by the current RPC API, but we definitely want to expose this in Helia. After that's done, we can expose the info in a GUI.

For visibility, here's the GUI roadmap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/screen/explore Issues related to IPLS Explorer screen area/screen/files Issues related to Files screen effort/days Estimated to take multiple days, but less than a week help wanted Seeking public contribution on this issue kind/bug A bug in existing code (including security flaws) P1 High: Likely tackled by core team if no one steps up topic/design-content Content design, writing, information architecture topic/design-front-end Front-end implementation of UX/UI work topic/design-ux UX strategy, research, not solely visual design
Projects
No open projects
Status: Backlog
Status: Needs Grooming
Development

No branches or pull requests

5 participants