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
I saw the message in title, several times, but cant reproduce it.
After a little research i came to ssdp.js line 104 & 105 and changed it, see below, since that there wasnt an error and everything works.
Seems that would indicate that there's something wrong with the incoming message, which this module doesn't handle very well at the moment.
Is there a particular context this tends to happens in? I'd suggest logging the incoming message if there's no protocol, to check what's going on there. If you come across a message that triggers it, it'd be helpful if you could post it here!
Thats the problem couldnt find a context. On one day there was this problem, on the other day i would check whats the problem but could not see.
I will try to catch the message which is causing the problem.
I saw the message in title, several times, but cant reproduce it.
After a little research i came to ssdp.js line 104 & 105 and changed it, see below, since that there wasnt an error and everything works.
protocol: protocol ? protocol.split( '/' ).shift().toLowerCase() : '',
version: protocol ? protocol.split( '/' ).pop() : '',
The text was updated successfully, but these errors were encountered: