ilyaz / PlexDownloader

102 stars 27 forks source link

Cannot handle myPlex passwords with % sign #12

Open pmow opened 9 years ago

pmow commented 9 years ago

I'm getting: ConfigParser.InterpolationSyntaxError: '%' must be followed by '%' or '('

At the bottom of a traceback. Thanks!

ibizaman commented 8 years ago

The fix is to double the percent character. See related PR #24.

Also, next time if you can include the whole traceback, it makes it easier to understand what happened. :+1: