[GH-ISSUE #2028] [W] [service.go:102] login to server failed: parse "127.0.0.1:8123": first path segment in URL cannot contain colon #1610

Closed
opened 2026-05-05 13:01:42 -06:00 by gitea-mirror · 3 comments
Owner

Originally created by @yimisiyang on GitHub (Oct 12, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/2028

my server can start success, but my client can't。
error
[W] [service.go:102] login to server failed: parse "127.0.0.1:8123": first path segment in URL cannot contain colon
This my frps.ini file

[common]

bind_port = 27000
 
token = 12345678

vhost_http_port = 20080
vhost_https_port = 20443

dashboard_port = 7001

dashboard_user = admin
dashboard_pwd = admin


authentication_timeout = 900

[web]

type = http
custom_domains = Vultr VPS IP

This my frpc.ini file, my client is raspberry pi 4

[common]
server_addr = vultr vps ip
server_port = 27000
token = 12345678
admin_addr = 127.0.0.1
admin_port = 7400

[ssh]
type = tcp
local_ip = 127.0.0.1
local_port = 22
remote_port = 20022
Originally created by @yimisiyang on GitHub (Oct 12, 2020). Original GitHub issue: https://github.com/fatedier/frp/issues/2028 my server can start success, but my client can't。 **error** [W] [service.go:102] login to server failed: parse "127.0.0.1:8123": first path segment in URL cannot contain colon **This my frps.ini file** ``` [common] bind_port = 27000 token = 12345678 vhost_http_port = 20080 vhost_https_port = 20443 dashboard_port = 7001 dashboard_user = admin dashboard_pwd = admin authentication_timeout = 900 [web] type = http custom_domains = Vultr VPS IP ``` **This my frpc.ini file, my client is raspberry pi 4** ``` [common] server_addr = vultr vps ip server_port = 27000 token = 12345678 admin_addr = 127.0.0.1 admin_port = 7400 [ssh] type = tcp local_ip = 127.0.0.1 local_port = 22 remote_port = 20022 ```
gitea-mirror 2026-05-05 13:01:42 -06:00
Author
Owner

@fatedier commented on GitHub (Oct 12, 2020):

Try remove system proxy config?

<!-- gh-comment-id:706953818 --> @fatedier commented on GitHub (Oct 12, 2020): Try remove system proxy config?
Author
Owner

@yimisiyang commented on GitHub (Oct 12, 2020):

Thank you , I will try it.

<!-- gh-comment-id:706962138 --> @yimisiyang commented on GitHub (Oct 12, 2020): Thank you , I will try it.
Author
Owner

@github-actions[bot] commented on GitHub (Nov 27, 2020):

Issues go stale after 45d of inactivity. Stale issues rot after an additional 10d of inactivity and eventually close.

<!-- gh-comment-id:734522394 --> @github-actions[bot] commented on GitHub (Nov 27, 2020): Issues go stale after 45d of inactivity. Stale issues rot after an additional 10d of inactivity and eventually close.
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#1610
No description provided.