-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Invalid character 's' #336
Comments
it seems there is a typo in the config being read? I just pushed an update to master, can you try it again if it works? otherwise we would need to debug this better. |
Same error. After: docker compose --profile download up --build I still get (after a while of downloading things):
|
might be related https://austindewey.com/2020/12/11/troubleshooting-invalid-character-looking-for-beginning-of-value/ it seems to be a docker problem, did you just install docker recently? some suggested that restarting your PC could solve the problm. |
Installed yesterday, rebooted many times. Reinstalled today, rebooted at least 2 times. I've seen that thread before opening this one, but it seems unresolved if I understand correctly. |
This is weird, I have played around and could not re-produce the error. I basically have the same setup & versions with the exception of windows 10 home. You can try downgrading docker if you want to, but my gut feeling is that it won't change anything. Perhaps one last thing that we did not check are the nvidia drivers, but I assume they are already up-to-date. |
Yep, so weird. I don't think the difference between Home and Pro is relevant. Which version of Docker are you running? Same as me? Not at home now to tell you the exact version, but yes, Nvidia drivers are up to date. |
Solved! Updating pip from whatever version I was in, to pip 23.0.1. Maybe its worth asking for the pip version in the Hardware / Software for future problems. Thanks for your help! |
Has this issue been opened before?
Describe the bug
After: docker compose --profile auto up --build
I get:
Which UI
auto
Hardware / Software
Steps to Reproduce
After: docker compose --profile auto up --build
I get: [...] invalid character 's' looking for beginning of value`
The text was updated successfully, but these errors were encountered: