hanyuone / Ways-to-NOT-make-money

A basic Python (2.x/3.x) incremental game.
8 stars 3 forks source link

Logging in doesn't work. #112

Closed hanyuone closed 8 years ago

hanyuone commented 8 years ago

When I try to log in to my account by pressing Log in, the login prompt doesn't react - it doesn't not respond, it just doesn't react.

bortkiewicz commented 8 years ago

Uh... I had this error before. Wait like one or two seconds - it should appear. ( @joshgit created the update-master-every-few-seconds thing to avoid threading)

joshgit commented 8 years ago

It still creates accounts, saves, and logs in fine for me. What did you guys do to the code since then? How about putting a stack trace in this issue so I don't have to use a crystal ball or augury?

hanyuone commented 8 years ago

Stack trace? What?

joshgit commented 8 years ago

Any error message?

hanyuone commented 8 years ago

No error message, which is weird.

bortkiewicz commented 8 years ago

Line 25: if 'debug' in sys.argv:
change it into if True and see what happens

bortkiewicz commented 8 years ago

@DerpfacePython @joshgit is it fixed?

bortkiewicz commented 8 years ago

it is.