Update config questions
@@ -75,10 +75,10 @@
|
||||
**A:** Most datatable warnings can be solved by doing a force refresh in your browser (<kbd>CTRL</kbd>+<kbd>F5</kbd> or <kbd>OPTION</kbd>+<kbd>Reload</kbd> on Mac/Safari). If that doesn't work, try clearing your browser's cache.
|
||||
|
||||
#### <a name="general-q3">Q:</a> I forgot my username and/or password!
|
||||
**A:** Open PlexPy's config.ini with your preferred editor and search for `http_username` and `http_password`. The value after the equal sign is the data you are looking for. Or remove the username and password to disable authentication.
|
||||
**A:** Open the PlexPy config.ini file with your preferred text editor, search for `http_username` and `http_password` and the values after the equal signs are the username and password. You can also delete both lines from the file to disable authentication. Note: If your password is encrypted in the config file, you will have to delete the entire line to disable authentication and reset your password in the PlexPy settings.
|
||||
|
||||
#### <a name="general-q4">Q:</a> I can't reach the web interface!
|
||||
**A:** Open PlexPy's config.ini with your preferred editor, search for `http_host` and `http_port` and remove everything after the equal sign for each entry. Then restart PlexPy and it will listen on the default IP address and standard port 8181.
|
||||
**A:** Open the PlexPy config.ini file with your preferred text editor, search for `http_host` and `http_port` and delete both lines from the file. Restart PlexPy and it will listen on the default IP address and port (`http://localhost:8181`).
|
||||
|
||||
#### <a name="general-q5">Q:</a> When I try to update PlexPy, it keeps telling me that "A newer version is available. You're XX commits behind."
|
||||
**A:** The following only applies if you installed PlexPy using `git`. Stop PlexPy, then run the following commands from the command line/shell in the PlexPy folder.
|
||||
|
Reference in New Issue
Block a user