Error starting remote agent

Hi,

I am using PlatformIO version 3.3.0 in a Linux Mint machine. When I execute the command pio remote agent start I get the following error, and I can not continue:

 'module' object has no attribute 'get_session_token'

The following is a piece of the stack trace,

File “/home/myaccount/.platformio/packages/pysite-pioplus/twisted/spread/banana.py”, line 131, in _selectDialect
self.connectionReady()
File “/home/myaccount/.platformio/packages/pysite-pioplus/twisted/spread/pb.py”, line 618, in connectionReady
self.factory.clientConnectionMade(self)
File “remote_client.py”, line 40, in remote_client.RemoteFactory.clientConnectionMade (/tmp/tmpEruOMr/remote_client.c:2767)

exceptions.AttributeError: ‘module’ object has no attribute ‘get_session_token’

Regards,
Nestor

Please run pio update and start agent again. It should work now.

Great, it now works. Thanks !