We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Kinto 15.1.1
Confgiuration of kinto instalation:
cli ( curl ) ->> nginx ( 1.18.0 ) --> uwsgi ( 2.0.18 ) -> kinto ( 15.1.1 )
uwsgi vassal kinito.ini
[uwsgi] wsgi-file = /srv/kinto/app.wsgi virtualenv = /srv/kinto/kinto-15.1.1/ socket = /run/kinto/kinto.sock env = = KINTO_INI=/etc/kinto/kinto.ini uid = kinto gid = kinto enable-threads = true chmod-socket = 666 processes = 3 master = true module = kinto harakiri = 120 lazy = true lazy-apps = true single-interpreter = true buffer-size = 65535 post-buffering = 65535 plugin = python3 logto = /var/log/uwsgi/uwsgi-kinto.log
Uwsgi Error: [pid: 2715084|app: 0|req: 9/19] 10.29.4.69 () {38 vars in 527 bytes} [Fri Mar 17 11:31:56 2023] POST /v1/buckets => generated 177 bytes in 295 msecs (HTTP/1.1 500) 5 headers in 302 bytes (1 switches on core 0)
Nginx Access Log: 10.AA.BB.CC - xxx [17/Mar/2023:11:31:23 +0100] "POST /v1/buckets HTTP/1.1" 500 177 "-" "curl/7.85.0" 10.AA.BB.CC - xxx [17/Mar/2023:11:31:56 +0100] "POST /v1/buckets HTTP/1.1" 500 177 "-" "curl/7.85.0"
The text was updated successfully, but these errors were encountered:
"error":"Internal Server Error","message":"A programmatic error occured, developers have been informed.
Sorry, something went wrong.
Can you also provide us with the logs? /var/log/uwsgi/uwsgi-kinto.log
/var/log/uwsgi/uwsgi-kinto.log
No branches or pull requests
Kinto 15.1.1
Confgiuration of kinto instalation:
uwsgi vassal kinito.ini
[uwsgi]
wsgi-file = /srv/kinto/app.wsgi
virtualenv = /srv/kinto/kinto-15.1.1/
socket = /run/kinto/kinto.sock
env = = KINTO_INI=/etc/kinto/kinto.ini
uid = kinto
gid = kinto
enable-threads = true
chmod-socket = 666
processes = 3
master = true
module = kinto
harakiri = 120
lazy = true
lazy-apps = true
single-interpreter = true
buffer-size = 65535
post-buffering = 65535
plugin = python3
logto = /var/log/uwsgi/uwsgi-kinto.log
Uwsgi Error:
[pid: 2715084|app: 0|req: 9/19] 10.29.4.69 () {38 vars in 527 bytes} [Fri Mar 17 11:31:56 2023] POST /v1/buckets => generated 177 bytes in 295 msecs (HTTP/1.1 500) 5 headers in 302 bytes (1 switches on core 0)
Nginx Access Log:
10.AA.BB.CC - xxx [17/Mar/2023:11:31:23 +0100] "POST /v1/buckets HTTP/1.1" 500 177 "-" "curl/7.85.0"
10.AA.BB.CC - xxx [17/Mar/2023:11:31:56 +0100] "POST /v1/buckets HTTP/1.1" 500 177 "-" "curl/7.85.0"
The text was updated successfully, but these errors were encountered: