kercre123 / wire-prod-pod

49 stars 9 forks source link

chipper/pkg/jdocsserver/botInfoStorer.go(line94-97) #21

Closed EchoInCloud closed 1 year ago

EchoInCloud commented 1 year ago

resp, err := http.Get("https : //session-certs.token.global.anki-services.com/vic/" + robot.Esn)

This section was inserted three days ago.. i don't understand the haste.. If you disconnect from the server with vector, there is nothing to get, because the authenticated data for the last GUID will be deleted. On this line, after disconnecting, there is nothing to reauthenticate...

kercre123 commented 1 year ago

That is for if wire-pod is being associated and userdata hasn't been cleared. The session cert does not get regenerated unless userdata has been reset. This is only for stable functionality with the Python SDK.

kercre123 commented 1 year ago

Closing due to inactivity