Did you do step 6?
If using Cloudflare Zero Trust, ensure your application settings allow stashdb.org in CORS settings
Did you do step 6?
If using Cloudflare Zero Trust, ensure your application settings allow stashdb.org in CORS settings
I donāt have any application setting set up but I tried. When I did it after setting up application setting I still had the same issue
Could you send the console logs from the browser? F12 ā console if on firefox
not sure whats up, but must be something.
Empty string passed to getElementById(). 019f524d-de1b-7478-80c8-d9a1c29e6114Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://whisparr.flowsflow.com/whisparr/api/v3/movie. (Reason: CORS header āAccess-Control-Allow-Originā missing). Status code: 401.Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://whisparr.flowsflow.com/whisparr/api/v3/movie. (Reason: CORS request did not succeed). Status code: (null).[2026-07-17T04:43:47.279Z] Whisparr status check: TypeError: NetworkError when attempting to fetch resource. StashSeer.user.js:290:15logError moz-extension://2b8a7de7-49e0-4f48-b38f-17179bcadf84/ StashSeer.user.js#2:290checkWhisparrStatus moz-extension://2b8a7de7-49e0-4f48-b38f-17179bcadf84/ StashSeer.user.js#2:1168[2026-07-17T04:43:47.280Z] API Error in checking scene in Whisparr: TypeError: NetworkError when attempting to fetch resource. StashSeer.user.js:290:15logError moz-extension://2b8a7de7-49e0-4f48-b38f-17179bcadf84/ StashSeer.user.js#2:290handleApiError moz-extension://2b8a7de7-49e0-4f48-b38f-17179bcadf84/ StashSeer.user.js#2:298checkIfAvailable moz-extension://2b8a7de7-49e0-4f48-b38f-17179bcadf84/ StashSeer.user.js#2:1464
I found the issue from the logs, thank you. It was because it is looking for v3 and I am on v2. I didnāt know it was v3 only
Perfect yeah, v2 has no StashDB scene identifier to match against. So we need v3
Iāll update the docs and UI and add a error if user tires to configure a v2
Thanks!
edit: https://codeberg.org/surging9143/StashSeer/releases/download/v0.4.1/stashseer.js
Thank you! And everything is working great now!