SolidOS / SolidOS/solid-panes

Internals pane broken - URI field won't open

Open
#237 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
106
Forks
52
Avg merge
13h 35m
Merged PRs (30d)
10

Description

((Looks like a type script into probllem, assuming that items on display are NamedNodes and not symbols the URI maybe ??)

When you open the internals pane and then click on the triangle to open the URI field for more stuff about the URI, the triangle disappears

image

Console trace:

Uncaught (in promise) TypeError: subject.site is not a function
    at Object.label (mashlib.js:66276)
    at mashlib.js:68844
    at Array.filter (<anonymous>)
    at _callee6$ (mashlib.js:68843)
    at tryCatch (mashlib.js:125794)
    at Generator.invoke [as _invoke] (mashlib.js:126023)
    at Generator.prototype.<computed> [as next] (mashlib.js:125846)
    at asyncGeneratorStep (mashlib.js:68164)
    at _next (mashlib.js:68186)
    at mashlib.js:6819

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the failure by opening the internals pane and expanding the URI field. Start with the Object.label location and its caller shown in the mashlib.js trace, then trace the subject passed into that call. Done means the URI triangle remains usable and expanding it no longer raises the reported TypeError.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.