I have just started experimenting with Speckle and while trying to authenticate using python libraries following the instructions in the documentation, i always receive: specklepy.logging.exceptions.SpeckleException: SpeckleException: Failed to execute the GraphQL active_user request. Inner exception: Transport is already connected
I have tried authenticating using:
client = SpeckleClient(host=“speckle.xyz”)
account = get_account_from_token(speckleToken, speckleServer)
client.authenticate_with_account(account)
of course i inserted the access token obtained by creating an access token from Developer settings on my profile
And i also tried using:
client = SpeckleClient(host="speckle.xyz")
account = get_default_account()
client.authenticate_with_account(account)
Can you please advise? Am I missing anything here? I extracted the token