jelalanne

Results 8 comments of jelalanne

Hi @jamesadevine, the thing is, they are not listed at all ^^' A lot of infos are missing, and for the wi-fi subject, only key words are shown, not the...

Hi @olegkhar, I'm actually using vscode. Is there any other equivalent of your suggestions?

This is what I got from Azure Sphere - UI output when refreshing details of device, does this help? ![image](https://user-images.githubusercontent.com/32770824/192707584-f81da55f-3f1a-434a-89a6-bccff4015503.png)

@olegkhar no, they are all either letters, numbers, dashes, underscores and spaces

@olegkhar my VScode is currently already in english. I don't know why the extension is showing up french. And I don't know how to change extension's language specific setting

Hello @xisui-MSFT , switch back and forth to french worked :) Thanks! I suppose this issue shall stay opened for you to repair the translation bug, or do I close...

Ok, so i've managed to make it, just by manually stopping/starting bluetoothd just before starting dotnet module. If anyone has an explanation, I would be grateful! ![image](https://user-images.githubusercontent.com/32770824/70223152-7e77fc00-174b-11ea-849d-75c50f957506.png)

It seems that I forgot to post my workaround :) I simply added a retry process in the create_client function. ``` python retries = 8 for attempt in range(retries): try:...