rokucommunity / rokucommunity/vscode-brightscript-language

Decode roku error codes

Open
#94 11 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

good first issue
Dominant language
TypeScript
Stars
132
Forks
60
Avg merge
13h 53m
Merged PRs (30d)
20

Description

When encountering an error on a remote Roku device, sometimes the errors contain codes like &h02. We should decode those errors to provide more benefit to end users. Here's a forum post listing what many of those error codes are:

https://forums.roku.com/viewtopic.php?t=33193#p211138

I envision we would scan all roku output (or at least the error output) and replace things like &h02 with &h02 (ERR_SYNTAX).

This might be better implemented in roku-debug, but leaving the issue here for now until we work out the details.

Contributor guide

Open the contributing guide

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

Start by reviewing how this extension currently receives and displays Roku output, then compare the proposed mappings in the linked Roku forum post. Check whether the behavior belongs here or in roku-debug. Done means recognized codes such as \u0026h02 are shown with their decoded names without disrupting other Roku output.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript, vscode
Domain
devtools
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.