-
-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Panel crash #384
Comments
By service restart, do you mean running the dashboard with a service file?
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: xtg ***@***.***>
Sent: Saturday, September 14, 2024 2:41:04 AM
To: donaldzou/WGDashboard ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [donaldzou/WGDashboard] Panel crash (Issue #384)
Traceback (most recent call last):
File "/root/WGDashboard/src/dashboard.py", line 1412, in
DashboardConfig = DashboardConfig()
File "/root/WGDashboard/src/dashboard.py", line 1121, in init
"remote_endpoint": ifcfg.default_interface()['inet'],
File "/root/WGDashboard/src/venv/lib/python3.10/site-packages/ifcfg/init.py", line 81, in default_interface
return Parser(ifconfig=ifconfig)._default_interface(route_output=route_output)
File "/root/WGDashboard/src/venv/lib/python3.10/site-packages/ifcfg/parser.py", line 34, in init
self.parse(self.ifconfig_data)
File "/root/WGDashboard/src/venv/lib/python3.10/site-packages/ifcfg/parser.py", line 76, in parse
raise RuntimeError(
RuntimeError: Got results that don't belong to a device
after a service restart this happened,
Ubuntu 22.04 TLS
python 3.10
—
Reply to this email directly, view it on GitHub<#384>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AGARNUMCFCIDYOE3LTXZKYTZWMWUBAVCNFSM6AAAAABOF4WUW6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGUZDKNBUGQ2TENQ>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Yes systemd services. why should I install Outlook? |
Sorry, that was my stupid iOS outlook app will add this signature by default when I use quick reply.
Will this issue happen if you run the dashboard in debug mode?
Best,
Donald
…________________________________
From: xtg ***@***.***>
Sent: Saturday, September 14, 2024 3:08:30 AM
To: donaldzou/WGDashboard ***@***.***>
Cc: Donald Zou ***@***.***>; Comment ***@***.***>
Subject: Re: [donaldzou/WGDashboard] Panel crash (Issue #384)
By service restart, do you mean running the dashboard with a service file? Get Outlook for iOShttps://aka.ms/o0ukef
…
________________________________ From: xtg @.> Sent: Saturday, September 14, 2024 2:41:04 AM To: donaldzou/WGDashboard @.> Cc: Subscribed @.> Subject: [donaldzou/WGDashboard] Panel crash (Issue #384<#384>) Traceback (most recent call last): File "/root/WGDashboard/src/dashboard.py", line 1412, in DashboardConfig = DashboardConfig() File "/root/WGDashboard/src/dashboard.py", line 1121, in init "remote_endpoint": ifcfg.default_interface()['inet'], File "/root/WGDashboard/src/venv/lib/python3.10/site-packages/ifcfg/init.py", line 81, in default_interface return Parser(ifconfig=ifconfig)._default_interface(route_output=route_output) File "/root/WGDashboard/src/venv/lib/python3.10/site-packages/ifcfg/parser.py", line 34, in init self.parse(self.ifconfig_data) File "/root/WGDashboard/src/venv/lib/python3.10/site-packages/ifcfg/parser.py", line 76, in parse raise RuntimeError( RuntimeError: Got results that don't belong to a device after a service restart this happened, Ubuntu 22.04 TLS python 3.10 — Reply to this email directly, view it on GitHub<#384<#384>>, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AGARNUMCFCIDYOE3LTXZKYTZWMWUBAVCNFSM6AAAAABOF4WUW6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGUZDKNBUGQ2TENQ. You are receiving this because you are subscribed to this thread.Message ID: @.>
Yes systemd services. why should I install Outlook?
—
Reply to this email directly, view it on GitHub<#384 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AGARNUOSSRTBSPLLML7ETSLZWMZ25AVCNFSM6AAAAABOF4WUW6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBZHE3DCNZQGI>.
You are receiving this because you commented.Message ID: ***@***.***>
|
|
Even a fresh install does not let me run the panel anymore, seems I need a VPS rebuild.
|
Why did you install it in the root home directory? |
Why should not I? |
For permissions' sake. It'd be more fitting to either install it in /usr/local/ or more prefferably /opt/. And make sure you have the permissions set for the correct user who executes the daemon. And make sure you have the requirements.txt installed. |
Did you manage to fix this? |
I don't think so.. Still can't recreate the issue of |
Yes, rebuilt the server. |
Hello, Did anyone found any ways to fix this ? |
We did not yet, as we can not effectively reproduce this. Do you perhaps have a way to recreate this? |
Just rebuild the VPS. |
No way as the dashboard is in production. I'm sure if I stop the dashboard and start it using debug mode, the dashboard will not run and needs a VPS reboot as like last time I did. |
Can you not clone the VPS? And then experiment or at least make a way so we can test with this? |
The VPS is on Hetzner datacenter, is it possible to make a copy and transfer it to you on Hetzner? so you can test it, I would not stop the running machine. |
Hi xtg,
I'm sorry I do not have Hetzner.
We have a couple options:
- Can you try to recreate the issue yourself in a completely new VPS (Or server for that matter)?
- Or can you send the exact details of your environment with a copy of the WGDashboard directory?
- Perhaps create a file from the machine using some kind of Hypervisor/Manager portal/dashboard?
I would like to help you, but I simply cannot recreate it to try and find the fix.
Thanks in advance,
Daan Selen.
…----------------------------------------
From: "xtg" ***@***.***>
Sent: 10/18/24 11:19 AM
To: donaldzou/WGDashboard ***@***.***>
Cc: dselen ***@***.***>, Comment ***@***.***>
Subject: Re: [donaldzou/WGDashboard] Panel crash (Issue #384)
Hello,
Did anyone found any ways to fix this ?
We did not yet, as we can not effectively reproduce this. Do you perhaps have a way to recreate this?
No way as the dashboard is in production. I'm sure if I stop the dashboard and start it using debug mode, the dashboard will not run and needs a VPS reboot as like last time I did.
Can you not clone the VPS? And then experiment or at least make a way so we can test with this?
The VPS is on Hetzner datacenter, is it possible to make a copy and transfer it to you on Hetzner? so you can test it, I would not stop the running machine.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.
|
Thank you, the panel is now working that's why I don't want the machine to go offline. |
Traceback (most recent call last):
File "/root/WGDashboard/src/dashboard.py", line 1412, in
DashboardConfig = DashboardConfig()
File "/root/WGDashboard/src/dashboard.py", line 1121, in init
"remote_endpoint": ifcfg.default_interface()['inet'],
File "/root/WGDashboard/src/venv/lib/python3.10/site-packages/ifcfg/init.py", line 81, in default_interface
return Parser(ifconfig=ifconfig)._default_interface(route_output=route_output)
File "/root/WGDashboard/src/venv/lib/python3.10/site-packages/ifcfg/parser.py", line 34, in init
self.parse(self.ifconfig_data)
File "/root/WGDashboard/src/venv/lib/python3.10/site-packages/ifcfg/parser.py", line 76, in parse
raise RuntimeError(
RuntimeError: Got results that don't belong to a device
after a service restart this happened,
Ubuntu 22.04 TLS
python 3.10
The text was updated successfully, but these errors were encountered: