gausma / nodered-contrib-signal-client

Signal communicator client nodes for Node-RED
GNU General Public License v3.0
33 stars 13 forks source link

More a request for an how2 than an Issue while registration - re-capcha instead of signalcapcha #26

Open Martin-FFB opened 3 years ago

Martin-FFB commented 3 years ago

Hi Version installed: nodered-contrib-signal-client 2.4.2

Issue: when i start "request-voice" node i receive an error: HTTP ERROR 402 Payment Required. I follow the instructions on GitHub but cant find a string matching signalcapcha - they seems to change from capcha to re-capcha. is there any way to handle?

Thank you Martin

dirstel commented 2 years ago

Make sure to copy the whole token. I adde a breakpoint to grab it: image

Martin-FFB commented 2 years ago

image Well, i dont know what i am doing wrong... i see an 403 in the Status but in the Corner of the Page i also see an valid Capcha Sign, but the Token is not generated...

dirstel commented 2 years ago

its somewhat tricky, here is what I did:

in dev-tools:

in browser:

in dev-tools:

Martin-FFB commented 2 years ago

got it. thank you so much!

i just have to press f5 after i changed back to browser window because a coockie was created sometime and Google dont ask me for trafic lights again :-)

But unfortunatly the Same Problem: image

Same Code as in Browser here: image

Restult after pressing the inect button: image

Martin-FFB commented 2 years ago

I was able now to get this sorted with the signal-cli on a linux computer and using this confirmation code on node red... thank you for your support