-
-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MFA No token provided #43
Comments
I've gotten sms 2fa working however I am still unsure how to add the token to wyzebridge. |
SMS verification? I'll need to take a second look and workout a fix! paths have changed in recent versions, so you'll need to add your code to
|
Wyze api attempts to auth by sending a SMS text code. Using the echo path with an invalid token triggers Wyze api to send a code. Entering a correct code for some reason does the same, the logs say the valid code is invalid and attempts again sending a new code-- I'm stuck in a loop. Using 123456 as token |
Should be fixed in the dev branch. |
Unsure how to pull the dev branch, but I did this-
|
I merged the dev into the main branch. |
SUCCESS!!!, after pulling I received an auth code, entered with echo and now I have streams. Thank You! |
Attempting to complete multi-factor authentication but no code is provided in the log
From what I understand it will provide a auth code that needs to be echo'd to tokens
Log:
2021/08/04 00:04:33 I [0/0] rtsp-simple-server v0.16.4
2021/08/04 00:04:33 I [0/0] [RTSP] TCP listener opened on :8554
2021/08/04 00:04:33 I [0/0] [RTMP] listener opened on :1935
2021/08/04 00:04:33 I [0/0] [HLS] listener opened on :8888
STARTING DOCKER-WYZE-BRIDGE v0.5.0
Could not find local cache for user
Could not find local cache for auth
Fetching auth from wyze api...
MFA Token Required
Add token to /tokens/mfa_token
Yaml:
version: '3.8'
services:
wyze-bridge:
container_name: wyzebridge
restart: always
# network_mode: host
image: mrlt8/wyze-bridge:latest
ports:
- 1935:1935
- 8554:8554
- 8555:8555
# build:
# context: ./app
# dockerfile: Dockerfile.arm
environment:
- WYZE_EMAIL=*******
- WYZE_PASSWORD=******
- LAN_ONLY=True
- RTSP_PROTOCOLS=tcp
The text was updated successfully, but these errors were encountered: