Open atscub opened 4 years ago
Try to narrow down the problem by putting more messages inside sfo_load_from_file. I have no guesses about the package file you use which could lead to this problem.
I have the same problem with almost all the pkgs, but if i try to install through HB or debug settings works fine. And some packages in some moment install fine but in other times it gives the error 500
My Setup:
There is any log file? or how can i get more detailed information ?
Http server based on python http.server dont works, i have this same error, and wheni use nginx, all works good.
You are right, thanks !
If you have ruby installed: this works for me: ruby -run -ehttpd . -p8000
Hello, great work:
I'm using HTTPie to query the API, and I am getting the following when trying to install a package
Context
My Setup:
python3 -m http.server 8000
for serving pkg filesThe error is thrown on server.c > handle_api_install_direct(...):
but when looking inside
sfo_load_from_file(...)
I found there is many reasons for this to happen. I could not go any further because I'm new to all this.Thanks in advance.
Abraham
tags: @flatz