phanpy icon indicating copy to clipboard operation
phanpy copied to clipboard

Phanpy tries to access /api/v1/streaming without authentication

Open fl4nn opened this issue 7 months ago • 0 comments

Site

phanpy.squirrel.rocks

Version

2025.04.28.5849b4d

Instance

boosts.squirrel.pictures

Browser

Firefox 138.0.1

Bug description

Phanpy tries to access the /api/v1/streaming endpoint without authorization (access token), which gets denied and leads to Errors in the Browsers' console.

Request to /api/v1/streaming missing authentication: Image

Request to different endpoint with authentication present: Image

To reproduce

  1. Open the Browser Developer Tools
  2. Load Phanpy
  3. Connection refused errors will show up

Expected behavior

Phanpy sends an access token with its request to access /api/v1/streaming

Other

This is very similar to #279 but with the addition of getting 401 Unauthorized.

fl4nn avatar May 19 '25 15:05 fl4nn