System (Mac, Windows 7/8/10, Linux) / 操作系统
MacBook Pro(M1 Pro), MacOS 12.3
SwitchHosts! Version / SwitchHosts! 版本
v4.1.2
Description / 描述
Check for updates didn't work. The error thrown is as follows,
MacBook Pro(M1 Pro), MacOS 12.3
v4.1.2
Check for updates didn't work. The error thrown is as follows,
2条答案
按热度按时间5f0d552i1#
I found that the api returns 200 after removing the
sid
anduid
params.SwitchHosts/src/main/actions/checkUpdate.ts
Lines 32 to 35 in faff5d7
| | r=awaitGET(
${server_url}/api/check/
,{ || | sid: global.session_id, |
| | uid: awaitgetUniqueId(), |
| | }) |
fdx2calv2#
This 403 error is actually a server-side problem of swh.app. 😢 I will improve the server when I have time later.