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

Unknown Server Error updating settings. #6793

Open
trankten opened this issue Dec 28, 2024 · 0 comments
Open

Unknown Server Error updating settings. #6793

trankten opened this issue Dec 28, 2024 · 0 comments

Comments

@trankten
Copy link

Describe the current behavior

When updating settings after upgrade to 7.0 an Unknown server error appears.

imagen

Steps to reproduce

  1. Upgrade to 7.0
  2. Edit settings
  3. Error appears always.

Describe the expected behavior

No response

Additional information

  • PeerTube instance:

  • Browser name, version and platforms on which you could reproduce the bug:

  • Link to browser console log if relevant:

  • Link to server log if relevant (journalctl or /var/www/peertube/storage/logs/):

[video.tkz.es:443] 2024-12-28 00:57:52.220 warn: Incorrect request parameters {
"path": "/api/v1/config/custom",
"err": {
"transcoding.fps.max": {
"type": "field",
"msg": "Invalid value",
"path": "transcoding.fps.max",
"location": "body"
},
"live.transcoding.fps.max": {
"type": "field",
"msg": "Invalid value",
"path": "live.transcoding.fps.max",
"location": "body"
}
}
}
[video.tkz.es:443] 2024-12-28 00:57:52.221 info: xx.xx.xx.xx - - [28/Dec/2024:00:57:52 +0000] "PUT /api/v1/config/custom HTTP/1.0" 400 513 "https://video.tkz.es/admin/config/edit-custom" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0"
[video.tkz.es:443] 2024-12-28 00:57:52.256 info: xx.xx.xx.xx - - [28/Dec/2024:00:57:52 +0000] "PUT /api/v1/custom-pages/homepage/instance HTTP/1.0" 204 - "https://video.tkz.es/admin/config/edit-custom" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0"
[video.tkz.es:443] 2024-12-28 00:57:52.280 error: Client log: Error: Error de servidor desconocido {
"username": "root",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0",
"url": "https://video.tkz.es/admin/config/edit-custom#instance-information"
}
[video.tkz.es:443] 2024-12-28 00:57:52.281 info: xx.xx.xx.xx - - [28/Dec/2024:00:57:52 +0000] "POST /api/v1/server/logs/client HTTP/1.0" 204 - "https://video.tkz.es/admin/config/edit-custom" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0"
[video.tkz.es:443] 2024-12-28 00:57:52.283 error: Client log: Backend returned code 400, errorMessage is: Error de servidor desconocido {
"username": "xx",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0",
"meta": "{"url":"https://video.tkz.es/api/v1/config/custom\"}",
"url": "https://video.tkz.es/admin/config/edit-custom#instance-information"
}
[video.tkz.es:443] 2024-12-28 00:57:52.284 info: xx.xx.xx.xx - - [28/Dec/2024:00:57:52 +0000] "POST /api/v1/server/logs/client HTTP/1.0" 204 - "https://video.tkz.es/admin/config/edit-custom" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0"

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