question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Bad Gateway from video stream

See original GitHub issue

Description

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?

  1. use a raspberry pi zero and a CSI to HDMI adapter
  2. 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:closed
  • Created 2 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
mtlynchcommented, May 24, 2021

Ah, thanks!

0reactions
DrRekcommented, May 23, 2021

the qoute in the command (which does make a difference in the sh scritp) and the typo “tinypilot” instead of “tinyplot” 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found