Closed seth-shi closed 3 years ago
?
Can you elaborate more about the issue? or is it not a problem anymore?
In Windows 10 when I run the program, the program will always block in the Read
method
Which version are you using?
wait i come back home, now my pc can run success.
So the problem is not reproducible?
module lol
go 1.16
require ( github.com/kbinani/screenshot v0.0.0-20210720154843-7d3a670d8329 // indirect golang.design/x/clipboard v0.5.3 )
win 10 block
no content return empty slice is ok. but has picture content block
Not reproducible for me. I can fetch the picture. Are you using external screenshot software? This package only supports system screen capture, which is triggered by Shift+Win+s.
i try keyboard => PrtSc key QQ software screen
Sounds like a problem with QQ which cannot be fixed from our side. Close.
I can give you what help you
is not qq problem, is ok on other pc
wait me upload video
Thanks for the video, can you also provide your system and your Go version?
# go version
go version go1.16.6 windows/386
# systeminfo
主机名: DESKTOP-612H964
OS 名称: Microsoft Windows 10 专业版
OS 版本: 10.0.19043 暂缺 Build 19043
OS 制造商: Microsoft Corporation
OS 配置: 独立工作站
OS 构建类型: Multiprocessor Free
PR welcome.
go version go1.16.6 windows/386
C:\Users\seth-shi\Desktop\go1.16.6.windows-amd64\go\bin\go.exe version
is my problem, i install windows/386(golang) on win10 64 bit. change to windows/amd64(golang) is ok. Whether can add a system digits and golang detection do not match hits
Looks like a user error. Nothing needs to fix here.
when copy text can get text content; but copy image,
Read
blocking