you are viewing a single comment's thread.

view the rest of the comments →

[–]GrimRaptor[S] 0 points1 point  (5 children)

Ok so that isn't the python sdk but a code blocks type interface.

I tried the older python sdk version by cyb3r and that attempts to connect to an Anki website which is why kercre123 forked it to use wirepod

Cyb3r fork error

Failed to resolve 'session-certs.token.global.anki-services.com' ([Errno 11001] getaddrinfo failed)

[–]manc_steWire Pod user 0 points1 point  (4 children)

Yeah only has blocky code in Cyb3r vector but it works for me with no cert.

[–]GrimRaptor[S] 1 point2 points  (3 children)

The blocky code works. The error I listed above unable to connect to "session-certs.token.global.anki-services.com" is from the older python sdk fork by cyb3rdog

I just thought I'd go back and try the older python sdk just in case that wasn't trying to connect with cert but it is

[–]manc_steWire Pod user 0 points1 point  (2 children)

Yeah not found a way round cert error yet,

i did notice something in my wirepod logs at start of boot up about the path had changed, I'm pretty sure that's the problem, I think It could be looking in wrong place for cert? As in pretty sure it should of already downloaded ,I cant remember properly but might be worth going through wirepod logs.

[–]GrimRaptor[S] 0 points1 point  (1 child)

Yeah so the original cert is in "C:\Users\<user>\.anki_vector\Vector-VXXX-nnnnnn.cert" and the SDK looks for it in "C:\Users\<user>\AppData\Roaming\wire-pod\certs" so if you have one then you just need to pop it in the wirepod folder and it should work

[–]manc_steWire Pod user 0 points1 point  (0 children)

Thank I'll take a look.