opentrace-community / opentrace-cloud-functions

OpenTrace Cloud Functions. Reference implementation of the BlueTrace protocol.
https://bluetrace.io
GNU General Public License v3.0
273 stars 121 forks source link

NOT IDLE #54

Closed supernovahimura closed 4 years ago

supernovahimura commented 4 years ago

When scanning via bluetooth it fails: Selección_022 Selección_023 Selección_024

sudoharish commented 4 years ago

I m workingon this project on windows my encryption keys part of cloud function test failed, Active chat on this would resolve it early

alexissinglaire commented 4 years ago

@supernovahimura : the error 401 most likely due authorization issue. check your permission for the secret key becoz the getTempID related to secret value in secret manager. double check again the logcat in android studio whether there is any error related to secret key.

Good luck.

supernovahimura commented 4 years ago

@alexissinglaire thanks