panic: livereload: no such file or directory
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 31
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Mmm I installl this package but in the moment that I try to run my server I got this error:
panic: livereload: no such file or directory
goroutine 1 [running]:
github.com/mattn/echo-livereload.LiveReloadWithConfig(0x8cfe48, 0x7ffef8f0917e, 0x24, 0x8b0eea, 0x6, 0xc4200a84b0, 0xc4200a6040)
/home/obsinqsob01/golang/src/github.com/mattn/echo-livereload/livereload.go:65 +0x230
github.com/mattn/echo-livereload.LiveReload(0xc420178000)
/home/obsinqsob01/golang/src/github.com/mattn/echo-livereload/livereload.go:37 +0x3f
main.main()
/home/obsinqsob01/golang/src/comm/main.go:19 +0x55
exit status 2
I Do not know is it's error of my machine, version or something...
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at livereload.go:65, where the panic occurs, and compare the call from main.go:19 with the package installation and server run described in the report. Reproduce the failure if possible and determine whether the missing livereload file is expected; done means the reported startup path no longer panics or the required setup is documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100