livepeer / livepeer/devenv

Conflicting naming of .lpData and .lpdata

Open
#45 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
1
Forks
4
PR merge metrics
No merged PRs in 30d

Description

**Describe the bug**
Livepeer.go looks for the `/home/vagrant/.lpData/mainnet` folder when running `livepeer` in the VM, after building. Only a `/home/vagrant/.lpdata/mainnet`folder exists. Should be a simple capitalization issue (see screenshot below). To fix the issue locally, I just create an `/home/vagrant/.lpData/` folder manually, and script runs fine.

**To Reproduce**
Steps to reproduce the behavior:
1. In the VM, `go build ./cmd/livepeer/livepeer.go`
2. livepeer

**Screenshots**
screen shot 2019-01-09 at 5 19 51 pm

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with Livepeer.go and the VM setup used by `go build ./cmd/livepeer/livepeer.go`, then compare the `.lpData` and `.lpdata` paths used when `livepeer` runs. Done means a fresh VM run uses the existing `/home/vagrant/.lpdata/mainnet` folder without manually creating a second directory.

Written by the indexing model from the issue text.

Assessment

Tech stack
go, shell
Domain
devops
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.