Bad Gateway from video stream
See original GitHub issueDescription
Tiny pilot is capturing my mouse&keyboard but is not showing the screen.
What’s the behavior that you expect?
I should be able to see the screen
What’s happening instead?
I should be able to see the screen
What are the steps to reproduce this behavior?
- use a raspberry pi zero and a CSI to HDMI adapter
- run```
curl
–silent
–show-error
https://raw.githubusercontent.com/mtlynch/tinypilot/master/quick-install |
bash - &&
sudo reboot
3. screen says "no screen" (or smth similar)
4. after googling realize I should run the following steps
cat /home/tinypilot/settings.yml ustreamer_port: 8001 ustreamer_persistent: true ustreamer_encoder: hw ustreamer_format: jpeg ustreamer_resolution: 1920x1080 ustreamer_capture_device: “tc358743”
4. run `sudo /opt/tinyplot-privileged/update && sudo reboot`
5. still no screen (as shown in the screenshot below)
## Screenshots
![image](https://user-images.githubusercontent.com/12783153/118400308-5d664b00-b661-11eb-838f-4bbc03db10a7.png)
## Logs
https://logs.tinypilotkvm.com/xKCICJrb
Issue Analytics
- State:
- Created 2 years ago
- Comments:6
Top Results From Across the Web
How To Fix a 502 Bad Gateway Error - Kinsta
The 502 bad gateway error specifically means that server received an invalid response from an inbound server. Check out these common causes ...
Read more >502 Bad Gateway Error Explained: What it is and How to Fix It
A 502 Bad Gateway error indicates that a URL request or attempt to visit a web page returned an invalid response.
Read more >502 Bad Gateway Error: What It Is and How to Fix It - Lifewire
The 502 Bad Gateway error is an HTTP status code that means that one server on the internet received an invalid response from...
Read more >What is a 502 Bad Gateway and how do you fix it? - IT PRO
An Error 502 Bad Gateway means there is a problem with the website's server, rather than your computer, router, or internet connection. It's...
Read more >How to Solve 502 Bad Gateway Issues? - KeyCDN Support
Having issues with a 502 Bad Gateway error? This guide gives you practical tips to solve origin not reachable problems.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ah, thanks!
the qoute in the command (which does make a difference in the sh scritp) and the typo “tinypilot” instead of “tinyplot” 😃