Insta-mass-account-creator icon indicating copy to clipboard operation
Insta-mass-account-creator copied to clipboard

IndentationError: unexpected unindent

Open Starfqll opened this issue 5 years ago • 7 comments

To Reproduce Steps to reproduce the behavior:

  1. Settings in config.py "Default"

Screenshots If applicable, add screenshots to help explain your problem.

Screenshot_738

Starfqll avatar Jul 27 '19 01:07 Starfqll

Yeah, same here

Hossman333 avatar Aug 09 '19 04:08 Hossman333

Figured out it was because the code was missing a except Exception as e: block after the try. It's in file requestbot.py near line 99.

Hossman333 avatar Aug 09 '19 04:08 Hossman333

You'll then want to uppercase from modules.config import config to from modules.config import Config. But it appears that the script isn't working. Checking......

Hossman333 avatar Aug 09 '19 04:08 Hossman333

It does open up the browser though, so that's a start....

Hossman333 avatar Aug 09 '19 04:08 Hossman333

Actually works like a charm, thanks!

Hossman333 avatar Aug 09 '19 04:08 Hossman333

still not working. I've changed line 99 to except Exception as e: and uppercased the config to Config. same error again...

ranjbarhadi avatar Aug 16 '19 15:08 ranjbarhadi

Solved.

FeezyHendrix avatar Aug 17 '19 05:08 FeezyHendrix