-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Mist doesn't show MPR packages #36
Comments
Thanks for reporting the issue! I'm working on makedeb and then the MPR right now so I can't guarantee I can work on this right away, but I'll get to it as soon as I can.
Does that happen even if no package is found?
Those two errors are normal, it's just some things wrong with the MPR packages themselves. They shouldn't be affecting the output of |
It only returns $ mist search melonds
$ echo $?
0
$ mist search "text that won't return results"
$ echo $?
69 So it can see that there are results, but it's not showing them. |
OS: Debian Sid
Mist version: latest git
Searching for an MPR package with Mist doesn't show any results, unless the package is also in apt, and returns an exit code of
0
(searching for a nonexistent package returns an exit code of69
).mist list
also doesn't show them.Also,
mist update
gives these errors:The text was updated successfully, but these errors were encountered: