adept_activate and acsmdownloader returns APPRUN_ERROR #14
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In latest version, 0.8.7 (appimage), the following command:
$ adept_activate --random-serial --anonymous --output-dir $HOME/.config/adept
returns the following error:
APPRUN_ERROR: No such file or directory
I have the libgourou installed properly and working for many releases, I checked everything is installed correctly.
This error was not there when I originally installed and ran
adept_activate
in version 0.8.1. (it worked fine at that time).Now I am trying to test with my (previously created) salt files which I do have:
Next, trying to run
acsmdownloader
on a sample.acsm
file from a.d.o.b.e:I checked that the file
sample.acsm
was downloaded and exists, and has the following contents:$ cat sample.acsm
Now
acsmdownloader
gives same error:$ acsmdownloader sample.acsm
Result:
APPRUN_ERROR: No such file or directory
Am I doing something wrong?
All these used to work in some previous versions of libgourou.
For completeness' sake, I do have in my
~/.bashrc
:and the folder where it is installed:
Hello,
I ran
Except E_LIC_LICENSE_SIGN_ERROR which may result of a bad uuid, everything is OK.
I'm on Debian testing. Which is yours ?
Can you try from scratch in /tmp and also with v0.8.6 (in /tmp too) ?
On debian 12.11 bookworm here.
Re-testing according to your lines above.
With
0.8.7
: getting still the same errors as reported for bothadept_activate
andacsmdownloader
.With
0.8.6
:adept_activate
works fine.acsmdownloader
givesE_LIC_LICENSE_SIGN_ERROR
. Not really understand what it means. How do I get over that?Thanks.
I uploaded a new AppImage (same URL). It should work now.
For E_LIC_LICENSE_SIGN_ERROR error, it's just a problem of UUID (must be the same in adept_activate and the one generated for .acsm file)