mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 09:19:23 +01:00
faq: mention errors caused by tabs in config (#316)
This commit is contained in:
parent
2d89fd44cd
commit
bf36d58612
@ -31,3 +31,7 @@ PyLink does not support inbound connections - much like regular services such as
|
|||||||
### I get errors like "ImportError: No module named 'yaml'" when I start PyLink
|
### I get errors like "ImportError: No module named 'yaml'" when I start PyLink
|
||||||
|
|
||||||
You are missing dependencies - re-read https://github.com/GLolol/PyLink#dependencies
|
You are missing dependencies - re-read https://github.com/GLolol/PyLink#dependencies
|
||||||
|
|
||||||
|
### I get errors like "yaml.scanner.ScannerError: while scanning for the next token, found character '\t' that cannot start any token"
|
||||||
|
|
||||||
|
You must use SPACES and not tabs in your configuration! (`\t` is the escaped code for a tab, which is disallowed by YAML)
|
||||||
|
Loading…
Reference in New Issue
Block a user