8000 error backend · Issue #248 · ftde0/yt2009 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

error backend #248

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

Open
Slava20099 opened this issue May 9, 2025 · 1 comment
Open

error backend #248

Slava20099 opened this issue May 9, 2025 · 1 comment

Comments

@Slava20099
Copy link

C:\Users\User\Desktop\yt2009\back>node backend.js
node:internal/modules/cjs/loader:1435
throw err;
^

SyntaxError: C:\Users\User\Desktop\yt2009\back\config.json: Unexpected token . in JSON at position 33
at parse ()
at Module._extensions..json (node:internal/modules/cjs/loader:1432:39)
at Module.load (node:internal/modules/cjs/loader:1197:32)
at Module._load (node:internal/modules/cjs/loader:1013:12)
at Module.require (node:internal/modules/cjs/loader:1225:19)
at require (node:internal/modules/helpers:177:18)
at Object. (C:\Users\User\Desktop\yt2009\back\yt2009androidsignin.js:5:16)
at Module._compile (node:internal/modules/cjs/loader:1356:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1414:10)
at Module.load (node:internal/modules/cjs/loader:1197:32)

Node.js v18.19.0

@ftde0
Copy link
Owner
ftde0 commented May 9, 2025

you broke your config, my bet is that you forgot to wrap a string (like an IP) in quotation marks.
for example, such a part: "ip":192.168.1.7 should be "ip":"192.168.1.7". note that not all config settings are strings, simpler things like toggles (like gdata_auth or trusted_context) or numbers (like port) aren't strings, you don't want to put absolutely everything into quotation marks.

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
0