-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
warn: parse failure: bitcoin.org #982
Comments
Hello @fredrikaverpil! I'm Dosu, your friendly bot here to tackle bugs, field questions, and guide you towards becoming a stellar contributor. While we wait for a human maintainer, feel free to lean on me. Let's get to the bottom of this together! Based on the information you've provided, it seems like the The Here is the relevant code snippet from the pkgx codebase: } else if (err instanceof PantryParseError) {
render('parse error', err.project, [
['this is a serious issue. please report the bug']
], `https://github.com/pkgxdev/pkgx/issues/new?title=parse+issue+${err.project}`)
} This section of the code is specifically designed to handle As for the Unfortunately, I wasn't able to find any specific references to Sources
|
Don't worry, nothing in our code contacts It could have happened to any file in the pantry, and is almost certainly a coincidence that it's that specific package. @mxcl is tracking reports of pantry corruption (these have gone down significantly as we've improved synchronization methods), so he might have further questions. Obviously, since our software is open source, you can search this repository and pkgxdev/libpkgx if you still have concerns, but I can assure you we have not implemented any code to contact bitcoin.org, which is just the homepage for the bitcoin core project. edited to add: here's the org-wide search for you can see they are all software recipes in the pantry. |
Thanks @jhheider, I kind of suspected this, as there's a Does pkgx sync automatically sometimes when running |
Yes, |
It should sync periodically, but if a sync is broken, it might be a bit before the next one. |
Today I started seeing this error in my terminal when entering a project with
dev
activated.An org-wide search for
bitcoin
: https://github.com/search?q=org%3Apkgxdev+bitcoin&type=repositoriesI have to be frank here and say I'm not super happy to see something is trying to potentially reach out to bitcoin.org from my machine...
The text was updated successfully, but these errors were encountered: