ALL characters cycle or legacy MISSING from char select screen

LE TOOLS PROFILE <== Snapshotted LE Tools chars for reference

IMAGE <== current char select screen, tried multiple regions.

EDIT: More context from player log:

> Curl error 6: Could not resolve host: lastepoch-data-usa-west-prod.documents.azure.com
>  
> (Filename:  Line: 867)
> 
> 2024-03-14T00:14:27.5170535+00:00	Cosmos error, https://lastepoch-data-usa-west-prod.documents.azure.com/dbs/lastepoch/colls/characters/docs/2C7A572D8A7795EB GET responded with HttpCode: '0' HttpStatus: 'Cannot resolve destination host
> ' isHttpError: 'False' isNetworkError: 'True' and took 39.3434 ms
> LE.Telemetry.PrependTimestampLogHandler:LogFormat(LogType, Object, String, Object[])
> UnityEngine.Logger:Log(LogType, Object)
> UnityEngine.Debug:LogWarning(Object)
> LE.Services.CosmosDataStore`1:LogCosmosError(CosmosError)
> LE.Services.<GetDocument>d__10:MoveNext()
> Cysharp.Threading.Tasks.CompilerServices.AsyncUniTask`2:Run()
> Rewired.Internal.ButtonDownEventHandler:Invoke()
> PlayFab.Events.PlayFabRequestEvent`1:Invoke(TRequest)
> Cysharp.Threading.Tasks.Callback:Invoke()
> Cysharp.Threading.Tasks.UniTaskSynchronizationContext:Run()
> GxIXffFhrHcPaAHsgzDkTRvjZupT:Invoke()

Yet…

$ nslookup lastepoch-data-usa-west-prod.documents.azure.com
Non-authoritative answer:
Server:  UnKnown
Address:  192.168.1.1

Name:    cdb-ms-prod-westus1-fe3-sql.westus.cloudapp.azure.com
Address:  40.112.241.157
Aliases:  lastepoch-data-usa-west-prod.documents.azure.com

EDIT 2: Forcing local eth0 interface to use 8.8.8.8 (google’s DNS) as resolved fixed this issue. It seems that comcast’s DNS is having problems right now.

SUGGESTION: Expose an error to the user in the game when name resolution issues are experienced from curl calls.