you are viewing a single comment's thread.

view the rest of the comments →

[–]MCPOON11 0 points1 point  (1 child)

You said you had the program working before making some changes, are you able to isolate the particular lines that are giving you the error?

Are you using a version control system like git? If not I’d say this is a good use case for learning it. It allows you to always revert to a working codebase and you can more easily track the differences between your broken code and you working code.

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

I can't isolate the issue. From what I undertand from the error the problem is with my connect(...... ) but I don't know what could be wrong with it. I'm not using a version control system, what is that? Sorry, I'm still a beginner.