Skip to content
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

Temboard agent 400 error on configuration page #1495

Open
Pofiggist opened this issue Sep 9, 2024 · 0 comments
Open

Temboard agent 400 error on configuration page #1495

Pofiggist opened this issue Sep 9, 2024 · 0 comments

Comments

@Pofiggist
Copy link

While trying open Configuration page
image

Logs on server wih db

`Sep 9 09:29:15 server_name temboard-agent[1306]: app: GET /pgconf/configuration/status 200 OK

Sep 9 09:29:15 server_name temboard-agent[1306]: temboard_server - - [09/Sep/2024 09:29:15] "GET /pgconf/configuration/status HTTP/1.1" 200 49

Sep 9 09:29:15 server_name temboard-agent[1306]: app: GET /pgconf/configuration/categories 200 OK

Sep 9 09:29:15 server_name temboard-agent[1306]: temboard_server - - [09/Sep/2024 09:29:15] "GET /pgconf/configuration/categories HTTP/1.1" 200 8704

Sep 9 09:29:15 server_name temboard-agent[1306]: app: GET /pgconf/configuration/category/Автоочистка 400 Bad Request

Sep 9 09:29:15 server_name temboard-agent[1306]: temboard_server - - [09/Sep/2024 09:29:15] "GET /pgconf/configuration/category/%D0%90%D0%B2%D1%82%D0%BE%D0%BE%D1%87%D0%B8%D1%81%D1%82%D0%BA%D0%B0 HTTP/1.1" 400 833>`

Looks like a URL encoding issue.
`root@server_name:/var/log# temboard-agent --version
temBoard agent 8.2.1 (/usr/bin/temboard-agent)
System Ubuntu 22.04.4 LTS (Jammy Jellyfish)
Python 3.10.12 (/usr/bin/python3)
bottle 0.12.19
cryptography 3.4.8
libpq 16.4
psycopg2 2.9.9 (dt dec pq3 ext lo64)

postgres=# show lc_messages;
lc_messages

ru_RU.UTF-8
(1 строка)

root@temboard_server:/usr/share/temboard# temboard --version
temBoard 8.2.1 (/usr/lib/temboard/bin/temboard)
System Ubuntu 22.04.4 LTS (Jammy Jellyfish)
Python 3.10.12 (/usr/bin/python3)
cryptography 41.0.5
Tornado 6.3.3
libpq 14.13
psycopg2 2.9.2 (dt dec pq3 ext lo64)
SQLAlchemy 1.4.50`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant