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
Line 1074 is throwing this error when certain websites are accessed. I was able to finally see that it was this line by adding a try catch block around it so the proxy program I was using could log it otherwise an uncaughtException would occur and make it hard to debug. I propose the simple try catch block around this section to capture this error.
Line 1074 is throwing this error when certain websites are accessed. I was able to finally see that it was this line by adding a try catch block around it so the proxy program I was using could log it otherwise an uncaughtException would occur and make it hard to debug. I propose the simple try catch block around this section to capture this error.
The text was updated successfully, but these errors were encountered: