袁晨思

Results 4 comments of 袁晨思

You must open the log file first.

The reason for this issue is that `password` is not urlencoded string. I'm fix this issue using this way: `database/core.py:DatabaseURL` ``` from urllib.parse import unquote ... @property def username(self) ->...

> Dealing with the same issue. I also found out that it is enough to remove `(-webkit-hyphens: none)` from the condition. > > i.e. essentially do `.replace('((-webkit-hyphens: none)) and', '')...