airsdk / apm

AIR Package Manager
https://repository.airsdk.dev/
MIT License
60 stars 10 forks source link

Can't install any package E::ProcessQueue::Error #3003 #154

Closed OneHalf3544c closed 2 years ago

OneHalf3544c commented 2 years ago

Hello. I'm just trying to get started with the utility. And most likely I'm doing something wrong, but I can't figure out what exactly is wrong.

Firstly I also have a conflict with atom apm, and I have to use the full path. I manage to initialize the project and I get the project.apm file. But I have problems installing any package, both in a new project and an existing one. files are downloaded to the apm_packages folder, but everything ends with an error E::ProcessQueue::Error #3003 I use Windiws 8.1 os

what could be wrong?

2022-08-17_8-22-05 2022-08-17_8-15-35 2022-08-17_8-06-38 2022-08-17_8-05-56

marchbold commented 2 years ago

Right, I don't actually have a windows 8 box any more so haven't tested there.

Could you run it with debug logs:

apm -l d ...

and post the output.

Also do you have access to Windows Terminal or a command prompt that supports escape characters? Will make the utility output look a lot nicer.

OneHalf3544c commented 2 years ago

apm -l d ...

2022-08-17_9-08-57

OneHalf3544c commented 2 years ago

Ok, I checked on windows 10 and everything works well there, I will work using windows 10

marchbold commented 2 years ago

Hi, sorry the ... were meant to meant the rest of your install command.

apm -l d install com.distriqt.Core

or whatever you were running.

OneHalf3544c commented 2 years ago

Hi, Ok, thak you. I was check this. txt.log

marchbold commented 2 years ago

Ah right, the zip extraction powershell command isn't available on windows 8 by the looks of it. I should be able to get around that by falling back to an as3 implementation.

Will leave this one open to get it implemented.

Would you be able to test an update when I have something available?

marchbold commented 2 years ago

Could you try this update for me: apm_1.1.8.zip

OneHalf3544c commented 2 years ago

Could you try this update for me: apm_1.1.8.zip

thanks, it seems to be working now

marchbold commented 2 years ago

Great! thanks for confirming, I'll get this rolled into the next release.

marchbold commented 2 years ago

Will leave this open until we roll out the update, should be this week.