coredata.py issue: ffmpeg \\ windows \\ media autobuild #15051
makingbands
started this conversation in
General
Replies: 2 comments 4 replies
-
|
I don't know what the problem here is caused b -- the version of coredata.py in this repository doesn't have any null bytes. How did you download Meson? |
Beta Was this translation helpful? Give feedback.
4 replies
-
|
I actually downloaded the file from the web using the repo on GitHub... also the auto build tool I'm using pulls from the GitHub repo. That sed, command that I ran should have guaranteed there's no null bytes in the file. I don't know what's going on? When I get back to my computer I'll try to get some more information from python
…________________________________
From: Eli Schwartz ***@***.***>
Sent: Thursday, September 25, 2025 12:38 PM
To: mesonbuild/meson ***@***.***>
Cc: Jon Diamond ***@***.***>; Author ***@***.***>
Subject: Re: [mesonbuild/meson] coredata.py issue: ffmpeg \\ windows \\ media autobuild (Discussion #15051)
I don't know what the problem here is caused b -- the version of coredata.py in this repository doesn't have any null bytes. How did you download Meson?
—
Reply to this email directly, view it on GitHub<#15051 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AOIGIKGPSCVRSWEAJPUOF4D3URABZAVCNFSM6AAAAACHQOBOBGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTINJRGQ4TCMI>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
coredata.py on import SyntaxError: source code string cannot contain null bytes
I keep getting this error message and I can't figure out what is going on.
I tried sed and resaving the file with utf-8 file encoding suggested in the stackoverflow question below:
-bash-5.25$ sed -i 's/\x0//g' coredata.py
https://stackoverflow.com/questions/31233777/python-source-code-string-cannot-contain-null-bytes
I don't use Python very often I'm hoping this is something someone who does will know how to fix immediately which is why I am posting the question here and not with the media-autobuild community.
Beta Was this translation helpful? Give feedback.
All reactions