You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a while, the auth_hash appears to become no good. Causes all zms stream to report Unable to authenticate user. I think a reload happens and everything is fine, but it clutters up logs.
The auth_hash gets updated every hour via ajax calls , and should update the global js var auth_hash and auth_relay. Also, the zms url should get updated wherever it is stored. (Can't just update the current img.src because that will cause a reload of the stream).
I've seen it happen a lot, but never when I was actually looking.
The text was updated successfully, but these errors were encountered:
After a while, the auth_hash appears to become no good. Causes all zms stream to report Unable to authenticate user. I think a reload happens and everything is fine, but it clutters up logs.
The auth_hash gets updated every hour via ajax calls , and should update the global js var auth_hash and auth_relay. Also, the zms url should get updated wherever it is stored. (Can't just update the current img.src because that will cause a reload of the stream).
I've seen it happen a lot, but never when I was actually looking.
The text was updated successfully, but these errors were encountered: