[GH-ISSUE #856] Failed to get Docker Status #1667

Closed
opened 2026-04-16 08:24:03 -05:00 by GiteaMirror · 5 comments
Owner

Originally created by @C8opmBM on GitHub (Jun 6, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/856

With last update, when we go to Resources > Proxy tab, there is an error popping up every time, on every resource.

Failed to get Docker Status - an error occured while fetching docker status.

I enabled debug in logs, but there is no occurence showing.

Image

Originally created by @C8opmBM on GitHub (Jun 6, 2025). Original GitHub issue: https://github.com/fosrl/pangolin/issues/856 With last update, when we go to `Resources > Proxy` tab, there is an error popping up every time, on every resource. > Failed to get Docker Status - an error occured while fetching docker status. I enabled debug in logs, but there is no occurence showing. ![Image](https://github.com/user-attachments/assets/ab8bbdf0-4503-4594-a2b4-20f5c5a7211c)
GiteaMirror added the stale label 2026-04-16 08:24:03 -05:00
Author
Owner

@JW-CH commented on GitHub (Jun 6, 2025):

Same issue here, probably related to #802. I am using pangolin as a reverse proxy and do not have newt etc. installed.

<!-- gh-comment-id:2948867959 --> @JW-CH commented on GitHub (Jun 6, 2025): Same issue here, probably related to #802. I am using pangolin as a reverse proxy and do not have newt etc. installed.
Author
Owner

@C8opmBM commented on GitHub (Jun 6, 2025):

Yes, this should have been mentioned, pangolin is in local mode, no newt.

<!-- gh-comment-id:2948885384 --> @C8opmBM commented on GitHub (Jun 6, 2025): Yes, this should have been mentioned, pangolin is in local mode, no newt.
Author
Owner

@bmunro-peralex commented on GitHub (Jun 9, 2025):

got the same issue, looks like its firing two api calls everytime you click edit on a resource.

https://proxy.example.com/api/v1/site/1/docker/check

{"data":null,"success":false,"error":true,"message":"The requests url is not found - /api/v1/site/1/docker/check","status":404,"stack":null}

https://proxy.example.com/api/v1/site/1/docker/status

{"data":null,"success":false,"error":true,"message":"This endpoint is only for Newt sites","status":400,"stack":null}
<!-- gh-comment-id:2955601814 --> @bmunro-peralex commented on GitHub (Jun 9, 2025): got the same issue, looks like its firing two api calls everytime you click edit on a resource. https://proxy.example.com/api/v1/site/1/docker/check ``` {"data":null,"success":false,"error":true,"message":"The requests url is not found - /api/v1/site/1/docker/check","status":404,"stack":null} ``` https://proxy.example.com/api/v1/site/1/docker/status ``` {"data":null,"success":false,"error":true,"message":"This endpoint is only for Newt sites","status":400,"stack":null} ```
Author
Owner

@oschwartz10612 commented on GitHub (Jun 9, 2025):

Fixed by c135b5e3cf

<!-- gh-comment-id:2956100160 --> @oschwartz10612 commented on GitHub (Jun 9, 2025): Fixed by c135b5e3cf2eb8f8816cb66716256a53fb3c38cc
Author
Owner

@github-actions[bot] commented on GitHub (Jun 24, 2025):

This issue has been automatically marked as stale due to 14 days of inactivity. It will be closed in 14 days if no further activity occurs.

<!-- gh-comment-id:2998367485 --> @github-actions[bot] commented on GitHub (Jun 24, 2025): This issue has been automatically marked as stale due to 14 days of inactivity. It will be closed in 14 days if no further activity occurs.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#1667