getsolus / PackageKit

A D-BUS abstraction layer that allows the user to manage packages in a secure way using a cross-distro, cross-architecture API.
GNU General Public License v2.0
0 stars 0 forks source link

eopkg: get-details-local doesn't work #9

Closed joebonrichie closed 2 months ago

joebonrichie commented 8 months ago

Testcase:

eopkg fetch xiphos
pkcon get-details-local xiphos-4.2.1-25-1-x86_64.eopkg

Error in packagekitd

13:16:38    PackageKit          failed to parse: details    xiphos;4.2.1-25;x86_64;local    Xiphos is a Bible study application GPL-2.0-only    office  Xiphos is a Bible study application: invalid command'details', size 6
13:16:38    PackageKit          failed to parse:    https://xiphos.org/ 16458547: invalid command ''
livingsilver94 commented 7 months ago

This is a different problem, pkcon get-details-local also crashes if the get_details_local() method in the backend is like so:

self.details('eopkg4-bin;4.0.0-11;x86_64;installed:Unstable', 'AA', 'BB', GROUP_UNKNOWN, 'CC', 'https://google.com', 600)
self.finished()
joebonrichie commented 2 months ago

Fixed at some point