[GH-ISSUE #1786] frp开发微信公众号扫码推事件的问题 #1416

Closed
opened 2026-05-05 12:53:41 -06:00 by gitea-mirror · 0 comments
Owner

Originally created by @teaRRe on GitHub (Apr 30, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1786

Issue is only used for submiting bug report and documents typo. If there are same issues or answers can be found in documents, we will close it directly.

Use the commands below to provide key information from your environment:
You do NOT have to include this information if this is a FEATURE REQUEST

What version of frp are you using (./frpc -v or ./frps -v)?

  • Server: frp_0.33.0_linux_amd64
  • Client: frp_0.33.0_windows_amd64

What operating system and processor architecture are you using (go env)?

  • Server:CentOS
  • Client:Windows10

Configures you used:

  • Server:
[common]
bind_port = 7000
vhost_http_port = 80
  • Client:
[common]
server_addr = *.*.*.*
server_port = 7000

[ssh]
type = http
#local_ip = 127.0.0.1
local_port = 8080
#remote_port = 7001
custom_domains = *******.***

IP和域名已打码

Steps to reproduce the issue:

  1. 微信公众号扫一扫带提示 scancode_waitmsg事件
  2. 用 natapp 做穿透可正常推消息
  3. 使用以上配置启动接收不到推送消息

Describe the results you received:

log:

[root@tearreal frp_0.33.0_linux_amd64]# ./frps -c ./frps.ini 
2020/04/30 09:23:59 [I] [service.go:178] frps tcp listen on 0.0.0.0:7000
2020/04/30 09:23:59 [I] [service.go:220] http service listen on 0.0.0.0:80
2020/04/30 09:23:59 [I] [root.go:209] start frps success
2020/04/30 09:25:29 [I] [service.go:432] [5846fecd35f4c07b] client login info: ip [*.*.*.*:39811] version [0.33.0] hostname [] os [windows] arch [amd64]
2020/04/30 09:25:29 [I] [http.go:92] [5846fecd35f4c07b] [ssh] http proxy listen for host [*****.***] location [] group []
2020/04/30 09:25:29 [I] [control.go:445] [5846fecd35f4c07b] new proxy [ssh] success
2020/04/30 09:26:59 [I] [proxy.go:103] [5846fecd35f4c07b] [ssh] get a new work connection: [*.*.*.*:39811]
2020/04/30 09:42:53 [I] [proxy.go:103] [5846fecd35f4c07b] [ssh] get a new work connection: [*.*.*.*:39811]
2020/04/30 09:42:53 [W] [http.go:86] do http proxy request error: context canceled
2020/04/30 09:43:04 [I] [proxy.go:103] [5846fecd35f4c07b] [ssh] get a new work connection: [*.*.*.*:39811]
2020/04/30 09:43:04 [W] [http.go:86] do http proxy request error: context canceled
2020/04/30 09:43:19 [I] [proxy.go:103] [5846fecd35f4c07b] [ssh] get a new work connection: [*.*.*.*:39811]
2020/04/30 09:43:19 [W] [http.go:86] do http proxy request error: context canceled
2020/04/30 09:44:28 [I] [proxy.go:103] [5846fecd35f4c07b] [ssh] get a new work connection: [*.*.*.*:39811]
2020/04/30 09:44:28 [W] [http.go:86] do http proxy request error: context canceled
2020/04/30 09:45:27 [I] [proxy.go:103] [5846fecd35f4c07b] [ssh] get a new work connection: [*.*.*.*:39811]
2020/04/30 09:45:27 [W] [http.go:86] do http proxy request error: context canceled
2020/04/30 09:45:45 [I] [proxy.go:103] [5846fecd35f4c07b] [ssh] get a new work connection: [*.*.*.*:39811]
2020/04/30 09:45:45 [W] [http.go:86] do http proxy request error: context canceled

2020/04/30 09:45:45 [W] [http.go:86] do http proxy request error: context canceled

IP已打码

Describe the results you expected:

  • 正常推送

Additional information you deem important (e.g. issue happens only occasionally):

  • 啊 不知

Can you point out what caused this issue (optional)

Originally created by @teaRRe on GitHub (Apr 30, 2020). Original GitHub issue: https://github.com/fatedier/frp/issues/1786 Issue is only used for submiting bug report and documents typo. If there are same issues or answers can be found in documents, we will close it directly. Use the commands below to provide key information from your environment: You do NOT have to include this information if this is a FEATURE REQUEST **What version of frp are you using (./frpc -v or ./frps -v)?** * Server: frp_0.33.0_linux_amd64 * Client: frp_0.33.0_windows_amd64 **What operating system and processor architecture are you using (`go env`)?** * Server:CentOS * Client:Windows10 **Configures you used:** * Server: ```ini [common] bind_port = 7000 vhost_http_port = 80 ``` * Client: ```ini [common] server_addr = *.*.*.* server_port = 7000 [ssh] type = http #local_ip = 127.0.0.1 local_port = 8080 #remote_port = 7001 custom_domains = *******.*** ``` > IP和域名已打码 **Steps to reproduce the issue:** 1. 微信公众号扫一扫带提示 `scancode_waitmsg`事件 2. 用 natapp 做穿透可正常推消息 3. 使用以上配置启动接收不到推送消息 **Describe the results you received:** log: ``` [root@tearreal frp_0.33.0_linux_amd64]# ./frps -c ./frps.ini 2020/04/30 09:23:59 [I] [service.go:178] frps tcp listen on 0.0.0.0:7000 2020/04/30 09:23:59 [I] [service.go:220] http service listen on 0.0.0.0:80 2020/04/30 09:23:59 [I] [root.go:209] start frps success 2020/04/30 09:25:29 [I] [service.go:432] [5846fecd35f4c07b] client login info: ip [*.*.*.*:39811] version [0.33.0] hostname [] os [windows] arch [amd64] 2020/04/30 09:25:29 [I] [http.go:92] [5846fecd35f4c07b] [ssh] http proxy listen for host [*****.***] location [] group [] 2020/04/30 09:25:29 [I] [control.go:445] [5846fecd35f4c07b] new proxy [ssh] success 2020/04/30 09:26:59 [I] [proxy.go:103] [5846fecd35f4c07b] [ssh] get a new work connection: [*.*.*.*:39811] 2020/04/30 09:42:53 [I] [proxy.go:103] [5846fecd35f4c07b] [ssh] get a new work connection: [*.*.*.*:39811] 2020/04/30 09:42:53 [W] [http.go:86] do http proxy request error: context canceled 2020/04/30 09:43:04 [I] [proxy.go:103] [5846fecd35f4c07b] [ssh] get a new work connection: [*.*.*.*:39811] 2020/04/30 09:43:04 [W] [http.go:86] do http proxy request error: context canceled 2020/04/30 09:43:19 [I] [proxy.go:103] [5846fecd35f4c07b] [ssh] get a new work connection: [*.*.*.*:39811] 2020/04/30 09:43:19 [W] [http.go:86] do http proxy request error: context canceled 2020/04/30 09:44:28 [I] [proxy.go:103] [5846fecd35f4c07b] [ssh] get a new work connection: [*.*.*.*:39811] 2020/04/30 09:44:28 [W] [http.go:86] do http proxy request error: context canceled 2020/04/30 09:45:27 [I] [proxy.go:103] [5846fecd35f4c07b] [ssh] get a new work connection: [*.*.*.*:39811] 2020/04/30 09:45:27 [W] [http.go:86] do http proxy request error: context canceled 2020/04/30 09:45:45 [I] [proxy.go:103] [5846fecd35f4c07b] [ssh] get a new work connection: [*.*.*.*:39811] 2020/04/30 09:45:45 [W] [http.go:86] do http proxy request error: context canceled ``` ### 2020/04/30 09:45:45 [W] [http.go:86] do http proxy request error: context canceled > IP已打码 **Describe the results you expected:** * 正常推送 **Additional information you deem important (e.g. issue happens only occasionally):** * 啊 不知 **Can you point out what caused this issue (optional)**
gitea-mirror 2026-05-05 12:53:41 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#1416
No description provided.