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
Following the stack-trace reveals that the tcurl Host doesn't set after url.Parse call (although the exact reason isn't known necessitating a deep-dive):
if tcurl != "" {
tu, _ := url.Parse(tcurl)
if tu != nil {
u.Host = tu.Host
u.Scheme = tu.Scheme
}
}
I suspect it might be related to disconnection issues although that's a guess.
Has anyone else encountered this issue?
Are there any suggested remedial actions to undertake to find the root cause?
The issue replication has proved to be elusive so far.
Thanks
The text was updated successfully, but these errors were encountered:
Hello
Often, the following nil pointer de-reference error has been occurring with the RTMP servers quite randomly -
Following the stack-trace reveals that the tcurl Host doesn't set after url.Parse call (although the exact reason isn't known necessitating a deep-dive):
I suspect it might be related to disconnection issues although that's a guess.
Has anyone else encountered this issue?
Are there any suggested remedial actions to undertake to find the root cause?
The issue replication has proved to be elusive so far.
Thanks
The text was updated successfully, but these errors were encountered: