Closed ZJChe closed 1 year ago
By the way, MS CN server changed its url link about 1 or 2 months ago, so I changed line 21:
MS_HOST = "https://game.maj-soul.com"
to:
MS_HOST = "https://game.maj-soul.net"
Before changing this line, the program reported Errno 101:
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host game.maj-soul.com:443 ssl:default [Network is unreachable]
More observations:
The json file read by executing line 62: https://game.maj-soul.net/1/v0.10.122.w/config.json, is:
{"ip":[{"name":"player","region_urls":[
{"url":"https://lb-hw.maj-soul.com/api/v0/recommend_list","ob_url":"wss://live-hw.maj-soul.com/ob"},
{"url":"https://lb-v2.maj-soul.com/api/v0/recommend_list","ob_url":"wss://ob.maj-soul.com/ob"},
{"url":"https://lb-cdn.maj-soul.com/api/v0/recommend_list","ob_url":"wss://ob.maj-soul.com/ob"},
{"url":"https://lb-hw.maj-soul.com/api/v0/recommend_list","ob_url":"wss://live-hw.maj-soul.com/ob"},
{"url":"https://lb-sy.maj-soul.com/api/v0/recommend_list","ob_url":"wss://live-sy.maj-soul.com/ob"}
],"system_email_url":"https://api-v2.maj-soul.com"}],"goods_sheleve_id":"shelves_001"}
Here we have 4 different urls, and at line 66 the code chose the second one. I tried all different urls, but whichever one I chose, I got a similar result at line 68:
{"servers":["gateway-sy.maj-soul.com:443"]}
Are you able to ping these URLs at all? It looks like an issue with connection between you and MS hosts
Hi, I just followed your description in README and tried to connect to MS. The program reported:
Before showing these errors, the program stuck at line 4 for about a minute.
Then I saw an issue talking about updating the module, so I did:
And ran the program again. This time the program directly jumps out and reported:
I wonder what I could do to push it forward, many thanks!