ERROR: The object reference is not set to an instance of an object.
-
Can anyone explain to me what this means?
Thanks in advance.
-
No one can deduce anything from just this. It means that something that shouldn't be null is null. You need to swap
exception.Message
forexception.ToString()
to see an appropriate stack trace of the problem, please edit the code and recompile.
-
@Ruri in which file can you specify? I cant find the line.
-
-
@Ruri the line is e. error.message
but still i changed it to e.error.ToString()
and recompiled but no result check the screenshots
-
Oh, I thought you meant another error. For that one you need to change some other line, I don't have time to check now but just CTRL+F
ERROR:
across the entire solution and you should find it easily, then make the same change.
-
@Ruri
yes i change all of them and now i can see the errors
but can you tell me what is causing the error ?
https://prnt.sc/qjj2tb
-
@Ruri Hey, i just replace https:// with http:// in my login url and the error is gone now but the site responded differently,
can you tell me what caused the error.
-
It's probably an SSL handshake error then?
-
im not using any proxy, so i dont think its an ssl handshake error.
-
SSL errors can happen even without a proxy ^_^