-
Notifications
You must be signed in to change notification settings - Fork 38
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
500 Internal Server Error: Unable to load system file object #1
Comments
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. 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: |
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
The text was updated successfully, but these errors were encountered: