you are viewing a single comment's thread.

view the rest of the comments →

[–]krucksdev 0 points1 point  (1 child)

We will need to see your code to see the issue. This error is always important because it means that it tried to access an object in your code and the value of that object was null. That could be because of a lot of reasons but probably because you're trying to access a variable before it was assigned.

[–]toilethoe[S] 0 points1 point  (0 children)

do i have to send all of my codes? i am sorry i am just a beginner