You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
default host is statspilot.gsalibs.org/api, which is not a host it's a url stub. this makes the port value show up in the wrong spot in the cobbled together URI, e.g. statspilot.gsalibs.org/api:443/rpc/update_presence. That will fail
I'll make the change to fix the issue and make a PR after testing the fix
The text was updated successfully, but these errors were encountered:
default host is statspilot.gsalibs.org/api, which is not a host it's a url stub. this makes the
port
value show up in the wrong spot in the cobbled together URI, e.g.statspilot.gsalibs.org/api:443/rpc/update_presence
. That will failI'll make the change to fix the issue and make a PR after testing the fix
The text was updated successfully, but these errors were encountered: