Sheherezadhe / awair-uploader

GNU General Public License v3.0
121 stars 57 forks source link

I can't add the API code #29

Open buzoibogdan opened 2 years ago

buzoibogdan commented 2 years ago

Hi, I can't add the API code, I've tried it many times on 3 different computers in windows 10. I always get a 403 error. HELP THANK YOU

softlion commented 2 years ago

Works perfectly here. Paste it in the "add sensor". I've rebuilt the tool from source though.

Install git and nodejs.

git clone https://github.com/Sheherezadhe/awair-uploader
cd awair-uploader
npm install
npm run make
cd out
cd awair-uploader-win32-x64
awair-uploader.exe
codingwithwendal commented 2 years ago

Make sure that your API code was copied completely and that it is a valid JWT. You can check that here if you trust this website: https://jwt.io/

buzoibogdan commented 2 years ago

Hi thanks for the help I managed to connect following the steps above

texasmadevape commented 2 years ago

Works perfectly here. Paste it in the "add sensor". I've rebuilt the tool from source though.

Install git and nodejs.

git clone https://github.com/Sheherezadhe/awair-uploader
cd awair-uploader
npm install
npm run make
cd out
cd awair-uploader-win32-x64
awair-uploader.exe

could you add a little bit to this i am having the same issue and not really under standing thank you for your time.