[PR #1075] [MERGED] Fix null Node Stats #1165

Closed
opened 2026-02-04 19:22:58 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1075
Author: @rmartinoscar
Created: 3/9/2025
Status: Merged
Merged: 3/15/2025
Merged by: @lancepioch

Base: mainHead: fix/NullStats


📝 Commits (2)

  • b4c852a Make sure we are talking to the right wings using getSystemInformation as a gate keeper
  • c799a95 Re use method

📊 Changes

1 file changed (+2 additions, -0 deletions)

View changed files

📝 app/Models/Node.php (+2 -0)

📄 Description

Happened if you were talking to the wrong instance of wings (token missmatch) or any other reachable website that wouldn't timeout.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/1075 **Author:** [@rmartinoscar](https://github.com/rmartinoscar) **Created:** 3/9/2025 **Status:** ✅ Merged **Merged:** 3/15/2025 **Merged by:** [@lancepioch](https://github.com/lancepioch) **Base:** `main` ← **Head:** `fix/NullStats` --- ### 📝 Commits (2) - [`b4c852a`](https://github.com/pelican-dev/panel/commit/b4c852a237bd5cded1c986b9ef75a350d8895b3f) Make sure we are talking to the right wings using `getSystemInformation` as a gate keeper - [`c799a95`](https://github.com/pelican-dev/panel/commit/c799a95f07270ad06661d883c99eacbdd7bb12d8) Re use method ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `app/Models/Node.php` (+2 -0) </details> ### 📄 Description Happened if you were talking to the wrong instance of wings (token missmatch) or any other reachable website that wouldn't timeout. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 19:22:58 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1165