Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ошибка при загрузке конфиг-файла #50

Open
guru430033 opened this issue Nov 22, 2024 · 1 comment
Open

Ошибка при загрузке конфиг-файла #50

guru430033 opened this issue Nov 22, 2024 · 1 comment

Comments

@guru430033
Copy link

guru430033 commented Nov 22, 2024

При попытке прописать libDir не ключом, а в конфиг-файле происходит вот что:

Error while loading "C:\inpx-web/.inpx-web.exe/config.json": Unexpected token F in JSON at position 76

Причем, 76 - это как раз позиция символа F в строке "libDir": "B:\Flibusta.Net"

Бекслеш ошибочно считывается, как экранирующий символ? При замене его на обычный слеш все работает.

@makss
Copy link

makss commented Nov 25, 2024

да, \ экранирует, т.е. в примере должно быть так: "libDir": "B:\\Flibusta.Net"
быстро проверить коректность json можно онлайн, например, здесь: http://json.parser.online.fr/
или гугл всегда поскажет рабочие сервисы

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants