keybase / keybase/client

Trying to Open a Team Folder Chat Yields an Error

Open
#9,568 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Go
Stars
9.2k
Forks
1.3k
Avg merge
12h 58m
Merged PRs (30d)
56

Description

Keybase GUI Version: 1.0.35-20171114170030+d28b65dbe

Reproduction Steps:

  1. Go to folders.
  2. Click on a team.
  3. Click 'Open in chat'.

Result:

t.split is not a function

TypeError: t.split is not a function
  at t.parseFolderNameToUsers (file:///opt/keybase/resources/app/desktop/dist/index.bundle.js:1:470163)
  at s (file:///opt/keybase/resources/app/desktop/dist/index.bundle.js:1:2450807)
  at s.next (<anonymous>)
  at n (file:///opt/keybase/resources/app/desktop/dist/index.bundle.js:1:509748)
  at n (file:///opt/keybase/resources/app/desktop/dist/index.bundle.js:1:510414)
  at T (file:///opt/keybase/resources/app/desktop/dist/index.bundle.js:1:513571)
  at y (file:///opt/keybase/resources/app/desktop/dist/index.bundle.js:1:511061)
  at n (file:///opt/keybase/resources/app/desktop/dist/index.bundle.js:1:509811)
  at s (file:///opt/keybase/resources/app/desktop/dist/index.bundle.js:1:515498)
  at v (file:///opt/keybase/resources/app/desktop/dist/index.bundle.js:1:511384)

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 a team folder and selecting “Open in chat.” Start by tracing parseFolderNameToUsers from the error in desktop/dist/index.bundle.js back to its source, then verify that the team chat opens without the t.split TypeError.

Written by the indexing model from the issue text.

Assessment

Tech stack
electron, javascript
Domain
desktop
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.