mafintosh / mafintosh/hypervision
'Go live' does not work on windows.
- Dominant language
- JavaScript
- Stars
- 450
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Description
I had other problems, I dont know if it's related or not to #32
I inserted an ```win.webContents.openDevTools()``` to see the output when I click on ```Go live``` and the error was ```Uncaught Error: route 'C:/broadcast' did not match```. So I went to [home.js (line 38)](https://github.com/mafintosh/hypervision/blob/master/components/home.js#L38) and changed to ```./brodcast```, then the error was ```Uncaught Error: route 'C:/Users/*/Documents/GitHub/hypervision/broadcast' did not match```. So, again I changed to ```./components/broadcast``` and the error is the same, just different directory ```Uncaught Error: route 'C:/Users/*/Documents/GitHub/hypervision/components/broadcast' did not match```. I even tried to change to ```./components/broadcast.js``` but I got nothing.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at components/home.js line 38 and reproduce the Go live action on Windows while tracing how the broadcast route is resolved. Compare the reported C:/ route errors with the expected route handling, then verify that clicking Go live opens the broadcast view without the route-not-matched error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100