Skip to content
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

BUG: v2.10.0 - Authentication problem - it's asking for username/password. #1304

Closed
bengthu opened this issue Jul 22, 2024 · 4 comments
Closed
Labels
bug Something isn't working

Comments

@bengthu
Copy link

bengthu commented Jul 22, 2024

Describe the bug

Unable to stream videos after update. I'm using the API with web auth FALSE.

ENABLE_AUDIO: false
ON_DEMAND: true
WB_AUTH: false
MOTION_API: false
MQTT: true
CAM_OPTIONS: []
MQTT_DTOPIC: homeassistant
WYZE_EMAIL: mywyzEmail@gmail.com
WYZE_PASSWORD: mySecretWyzePassword
API_ID: theAPIid...-aa7755569ca4
API_KEY: theAPIkey...2pixQ5ccC
NET_MODE: ANY
SNAPSHOT: Disable
SUBSTREAM: false
FRESH_DATA: true

I can see the streams in the web UI, but when I attempt to view them using VLC, it asks for username/password.

rtsp://homeassistant.local:8554/blackalpha

"RSTP authentication: Please enter a valid login name and a password."

These don't work:
WYZE_EMAIL: mywyzEmail@gmail.com
WYZE_PASSWORD: mySecretWyzePassword

Of course they also fail to stream via Home Assistant.

From the log:
[WyzeBridge] 💾 Saving 'auth' to local cache...
[WyzeBridge] [AUTH] WB_AUTH=False
[WyzeBridge] 🔍 Could not find local cache for 'user'
[WyzeBridge] ☁️ Fetching 'user' from the Wyze API...
[WyzeBridge] 💾 Saving 'user' to local cache...
[WyzeBridge] 🔍 Could not find local cache for 'cameras'
[WyzeBridge] ☁️ Fetching 'cameras' from the Wyze API...
[WyzeBridge] [API] Fetched [5] cameras

Affected Bridge Version

2.10.0

Bridge type

Home Assistant

Affected Camera(s)

All

Affected Camera Firmware

No response

docker-compose or config (if applicable)

No response

@bengthu bengthu added the bug Something isn't working label Jul 22, 2024
@grinddking
Copy link

same issue here, reverted back to old version until correction.

@mrlt8
Copy link
Owner

mrlt8 commented Jul 23, 2024

Thanks for the report.

Temporary fix is to select Restart > clear cache and reconnect from the bridge's webUI.

@mrlt8
Copy link
Owner

mrlt8 commented Jul 23, 2024

This should be fixed in v2.10.1

@bengthu
Copy link
Author

bengthu commented Jul 23, 2024

Thanks for the quick fix! And thanks for all your work on this integration!

@bengthu bengthu closed this as completed Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants