Skip to content

Commit

Permalink
Improve bug report template
Browse files Browse the repository at this point in the history
Insert a code block to (hopefully) increase the chances that users
format their terminal output.
  • Loading branch information
rom1v committed May 6, 2020
1 parent 0b4e484 commit 1a9429f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Expand Up @@ -21,5 +21,9 @@ assignees: ''
A clear and concise description of what the bug is.

On errors, please provide the output of the console (and `adb logcat` if relevant).
Format them between code blocks (delimited by ```).

This comment has been minimized.

Copy link
@HTC37

HTC37 Mar 9, 2023

.github/ISSUE_TEMPLATE/bug_report.md

```
Please paste terminal output in a code block.
```

Please do not post screenshots of your terminal, just post the content as text instead.

2 comments on commit 1a9429f

@Kaushik2112
Copy link

@Kaushik2112 Kaushik2112 commented on 1a9429f Sep 30, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi i was trying to connect my asus zenfone max pro m2 running in android 10. But i'm facing this problem as it read below:

s-iMac:~ kkdebbarma$ scrcpy
2020-09-30 20:20:44.203 scrcpy[676:701314] INFO: scrcpy 1.16 https://github.com/Genymobile/scrcpy
adb: error: failed to get feature set: device unauthorized.
This adb server's $ADB_VENDOR_KEYS is not set
Try 'adb kill-server' if that seems wrong.
Otherwise check for a confirmation dialog on your device.
2020-09-30 20:20:44.280 scrcpy[676:701314] ERROR: "adb push" returned with value 1

Plz find me a solution ASAP.
Thank You

@agusrajuthaliyan
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was trying to connect my Redmi 10i running android 11 on my windows 11 laptop. I am stuck on usb authorization. The touch display is not working. How do I fix this?

C:\Users\Agus RT>scrcpy
scrcpy v2.2 https://github.com/Genymobile/scrcpy
ERROR: Device is unauthorized:
ERROR: --> (usb) 65aa2c30 unauthorized
ERROR: A popup should open on the device to request authorization.
ERROR: Check the FAQ: https://github.com/Genymobile/scrcpy/blob/master/FAQ.md
ERROR: Server connection failed

Please sign in to comment.