-
Notifications
You must be signed in to change notification settings - Fork 57
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
SyntaxError: source code string cannot contain null bytes when starting broker #63
Comments
Here is my config.yaml file with user and pass redacted. 3316 is the correct port for the SQL server.
|
I am not sure what is going on with this one. I am wondering how you downloaded the source code - were you just using git? A quick google search is suggesting that something is off with the encoding of the source files. |
If this is a result of uv not working on windows (I really hope not), you can try one of the alternate ways to install the python dependencies and run the script. |
Can you also try the following?
|
Sure thing, I’m out with my kids for Halloween so it’ll be later this evening before I can. |
I don't have access to windows but asked a friend to try things out - it was working for him. I'm thinking there's something about the permissions or file encodings of the source files you downloaded. If you didn't use git to download the codebase I would try that method. |
I'm sure I'm missing something super simple and I apologize in advance. I'm starting broker with the command "uv run ffxiahbot broker --inp-csv items.csv --buy-items --sell-items" and it returns SyntaxError: source code string cannot contain null bytes and doesn't start. "uv run ffxiahbot --help" runs correctly. Here is the entire output when running the broker. Thank you in advance for the assistance!
The text was updated successfully, but these errors were encountered: