Page 1 of 1

BUG? Enabling OPT_USE_AUTH STOPS streams

Posted: Sun Jul 19, 2020 8:32 pm
by BobLaske
I enabled OPT_USE_AUTH on my system, a system where everything is/was working fine.
I logged in as a user I created and never could view streams.

The next day the admin could no longer view streams.
A while ago, I disabled OPT_USE_AUTH and now viewing streams is back.

This has to be a bug right?

Re: BUG? Enabling OPT_USE_AUTH STOPS streams

Posted: Thu Jul 23, 2020 2:59 am
by BobLaske
Nobody cares? This seems to be a bug and if it's not, then something is still not right. This is a brand new, fresh install.

Re: BUG? Enabling OPT_USE_AUTH STOPS streams

Posted: Thu Jul 23, 2020 3:03 am
by iconnor
No typically it is due to you not setting your timezone.

No one ever looks in their logs for the solution and we are all tired of going through the same steps with people.

Take a look at your logs.

Re: BUG? Enabling OPT_USE_AUTH STOPS streams

Posted: Thu Jul 23, 2020 3:13 am
by BobLaske
Please, I do look at logs but you need to know what you're looking for and this is new to me.
Also, the timezone IS set. It's one of the first things I did.

Re: BUG? Enabling OPT_USE_AUTH STOPS streams

Posted: Thu Jul 23, 2020 3:20 am
by BobLaske
And, thank you for pointing that out.
I forgot that I had rebuilt because of a problem and didn't set that this time.

Now it's set so I'll try again.

Re: BUG? Enabling OPT_USE_AUTH STOPS streams

Posted: Thu Jul 23, 2020 2:41 pm
by BobLaske
Same difference. Even with the time zone set in php.ini, adding auth breaks streams. This time, I didn't even add a user and admin has no stream.

Re: BUG? Enabling OPT_USE_AUTH STOPS streams

Posted: Sat Aug 01, 2020 12:47 am
by BobLaske
So, if it's not related to the timezone settings, what else is causing this? Surely, someone else must have seen this issue by now?

Re: BUG? Enabling OPT_USE_AUTH STOPS streams

Posted: Sun Aug 02, 2020 2:52 pm
by iconnor
Could be due to ip differences if you have AUTH_HASH_IPS set. Try unchecking it.

What do you have for AUTH_HASH_LOGINS? Should be checked.
AUTH_RELAY should be hashed, but the others should also work they are just way less secure.

The thing to do would be to turn on debug logging and check the logs.

Re: BUG? Enabling OPT_USE_AUTH STOPS streams

Posted: Sun Aug 02, 2020 5:01 pm
by BobLaske
Maybe this is where I went wrong then.
For my test, I had only enabled OPT_USE_AUTH and started playing with that. I had not enabled or changed any other settings.

I'll look at the documentation and report back once I've tried what I'm supposed to since I seem to be missing some needed steps.