mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-07 05:09:18 -05:00
[GH-ISSUE #204] Error while handling UDP stream #3282
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Lokowitz on GitHub (Feb 15, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/204
Originally assigned to: @oschwartz10612 on GitHub.
I have pangolin on a vps and newt on a proxmox machine in my homelab and in my fathers homelab.
I don't have any issues with my fathers connection but from time to time the connection to my homelab is broken.
I can not reproduce this scenario... :(
It is the secound time i have this problem.
Newt Log
Traefik Log
@oschwartz10612 commented on GitHub (Feb 15, 2025):
There is an open issue to make newt reconnect a little more reliability so I am looking into that. If your ISP is flaky then it might be dropping and the pings are not enough to get it to reconnect. I will let you know if I get a solution shortly.
About the null:null targets: are you on the latest version of Pangolin
beta.14? We fixed a couple of issues with Newt and targets a little while back.@Lokowitz commented on GitHub (Feb 15, 2025):
Yes I am at Beta.14. But I am not sure if this problem was before or after the update. Will have an eye on it the next days and let you know. Maybe the update (short downtime/connection loss) causes this problem.
@Lokowitz commented on GitHub (Feb 20, 2025):
Hi guys,
just want to let you know that it happend again.
No changes were made from my side this time, so maybe its my ISP as you mentioned.
But it looks like that 1 of 3 resources got back online (port 10090).
newt log
@oschwartz10612 commented on GitHub (Feb 20, 2025):
Thanks for confirming you saw this again and providing the logs. If you
are definitely on beta.14 (see bottom of the screen when logged into
Pangolin dashboard) and we are having this null:null target issue still
then there may be a problem (in addition to the reconnecting).
I will try to take a look into this as soon as possible and see if I can
reproduce.
@Lokowitz commented on GitHub (Feb 21, 2025):
Yes, everything is running on latest tag.
For my understanding the reconnection works but not the sync of the tagets (only partially).
It was enough to just disable and enable the target to get it back working.
@oschwartz10612 commented on GitHub (Feb 21, 2025):
Ahh okay are the two resources that dont come back TCP/UDP resources and not HTTP resources? That helps me narrow this down!
@Lokowitz commented on GitHub (Feb 21, 2025):
One was http but disabled target and the other enabled target udp.
The one working is also enabled target udp.
@cevinov commented on GitHub (Mar 6, 2025):
Hello, I have the same problem also. Please check it thanks.
@oschwartz10612 commented on GitHub (Mar 6, 2025):
Hum thanks for the info. Will try to prioritize investigating this ASAP.
@cevinov commented on GitHub (Mar 7, 2025):
Thanks, I will wait
@oschwartz10612 commented on GitHub (Mar 10, 2025):
I think #307 resolves this. Please reopen if there is an issue.
@cevinov commented on GitHub (Mar 11, 2025):
Hello Oschwartz,
When I try I get this error:
Failed to connect: failed to get token: failed to request new token.
Please check it.
Thanks.
@oschwartz10612 commented on GitHub (Mar 11, 2025):
@cevinov I think your command is wrong. You have an extra newt after
./newt_windows_amd64.exe@cevinov commented on GitHub (Mar 11, 2025):
Thanks sir, it works now.
@cevinov commented on GitHub (Mar 11, 2025):
But why did it give me the error can't be reached? The site is already online and the configuration of the resources (http) has been done.
https://go.xxxxx.xxxxx.id
Please check it thanks.
@oschwartz10612 commented on GitHub (Mar 11, 2025):
I think that would be caused higher up in the stack and is not related to this issue. Could you make sure that your DNS is working correctly and pointed to your VPS etc? https://docs.fossorial.io/Getting%20Started/dns-networking
I would come ask this question on Discord or maybe open a new issue because I dont think this is the same issue.
@cevinov commented on GitHub (Mar 11, 2025):
I see thanks sir.