-
Notifications
You must be signed in to change notification settings - Fork 0
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
ERROR: ubus: Not found: Failed to invoke function 'packagelist' on object 'rpc-sys' #22
Comments
Seeing the same with Ping @efahl |
Nope, you didn't miss anything, the rpc call just hasn't been updated to handle the At this rate, I'm thinking it's maybe a week out? You may be able to follow progress here openwrt/openwrt@40b8fba#commitcomment-149041733 or maybe the forum thread is better https://forum.openwrt.org/t/201164 In any case, I'll continue blathering on about this stuff until it works. 😁 |
Thanks! I just wanted to verify that I didn't miss something. Will wait for
the fix - thanks for the great work you're doing!
…On Wed, 13 Nov 2024, 18:32 efahl, ***@***.***> wrote:
Did I miss some configuration that exposes apk over rpc while
sideloading, or is it another issue?
Nope, you didn't miss anything, the rpc call just hasn't been updated to
handle the apk database yet.
At this rate, I'm thinking it's maybe a week out? You may be able to
follow progress here ***@***.***#commitcomment-149041733
<openwrt/openwrt@40b8fba#commitcomment-149041733>
or maybe the forum thread is better https://forum.openwrt.org/t/201164 In
any case, I'll continue blathering on about this stuff until it works. 😁
—
Reply to this email directly, view it on GitHub
<#22 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABD52DBTS2XOO4W5EWNTAYL2AN5KPAVCNFSM6AAAAABRV7CPHSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINZUGEZDMMRSGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
same issue
|
If any of you wish to accelerate resolution of this issue, please go post a comment on the PR below and tag whoever you think should review it. |
Parse the apk files to produce the packagelist. Reads both the 'installed' file to collect all package names and versions. If the 'all' parameter is false, then only the packages listed in the 'world' file are retained. Remaining issue: There is no ABI version information in any of the apk files, so the returned file names have not been cleaned. This is contrary to the opkg version, which cleaned the package names, and is a bug that needs to be fixed once the ABI version are available. Fixes: openwrt/openwrt#16907 Fixes: efahl/owut#22 Signed-off-by: Eric Fahlgren <[email protected]>
This issue started after upgrading to the newest snapshot that uses
apk
instead ofopkg
. I managed to screw up the upgrade and ended up with neitherapk
noropkg
present, and had to sideloadapk
from a standard snapshot image. Now, managing packages viaapk
works just fine, butowut
still gives out this error:Did I miss some configuration that exposes
apk
overrpc
while sideloading, or is it another issue?The text was updated successfully, but these errors were encountered: