Alma-Sanchez / Traverse

You can find the new and improved Traverse @
1 stars 0 forks source link

Error when accessing Traverse on server #11

Closed ASandhuZero closed 8 years ago

ASandhuZero commented 8 years ago

NoneType error on line 506 in DBManager caused by a callback from checkforExisitingPlayer function.

Causes an error page and will not continue at all.

Most likely being caused from the use of cur.fetchone() being a NoneType that is being indexed.

Is triggered when server attempts to serve up the webpage.