[GH-ISSUE #194] frontend: failed to fetch plugin version wifi-uplink #60

Closed
opened 2026-03-04 01:34:29 +03:00 by kerem · 0 comments
Owner

Originally created by @wwong on GitHub (Sep 26, 2023).
Original GitHub issue: https://github.com/spr-networks/super/issues/194

Originally assigned to: @lts-rad on GitHub.

Looks like the front-end is trying to look up plugins by some hard-coded name, but the API looks up plugins by container name.

Front end is requesting: http://API_BASE/version?plugin=superwifi-uplink
API is expecting: http://192.168.41.142/version?plugin=superwifiuplink

Maybe a simple fix would be to change this line to match the container name: github.com/spr-networks/super@901d0dee08/api/code/plugins.go (L89)

Originally created by @wwong on GitHub (Sep 26, 2023). Original GitHub issue: https://github.com/spr-networks/super/issues/194 Originally assigned to: @lts-rad on GitHub. Looks like the front-end is trying to look up plugins by some hard-coded name, but the API looks up plugins by container name. Front end is requesting: `http://API_BASE/version?plugin=superwifi-uplink` API is expecting: `http://192.168.41.142/version?plugin=superwifiuplink` Maybe a simple fix would be to change this line to match the container name: https://github.com/spr-networks/super/blob/901d0dee089cd8359e0a40654432690ee4f7d247/api/code/plugins.go#L89
kerem 2026-03-04 01:34:29 +03:00
  • closed this issue
  • added the
    bug
    label
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
starred/super#60
No description provided.