nwithan8/PlexRecs

Execution error

adamnimmo opened this issue · 2 comments

I am coming across an issue when launching the script

  File "PlexRecs.py", line 175
    \'new\' and \'%<your Plex username>\'.")
    ^
IndentationError: expected an indented block

Can you advise if I should be changing something on this line.

No, nothing needs to be changed. Make sure that entire line is just one line and that it didn't get split. Depending on how you copied and pasted and the size of your terminal window, it might have shifted it down into two lines.

Seeing as that is on line 172 in the code (before I just made some editing changes), and it's popping up as line 175 in your code, that's likely what happened.

Thanks mate, that was it. Working out some other bugs with the SSL cert to Discord now.