-
Notifications
You must be signed in to change notification settings - Fork 17
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
Bug: posting crash report through http://54.93.105.103:8000/vd1/crash-reports/ #66
Comments
Similar thing when posting through requests editor in browser.
|
The same for me {'crash_report': {'application': {}, 'stderr_output': 'Xlib: extension "GLX" missing on display ":0.0".\nXlib: extension "GLX" missing on display ":0.0".\nXlib: extension "GLX" missing on display ":0.0".\nXlib: extension "GLX" missing on display ":0.0".\nXlib: extension "GLX" missing on display ":0.0".\nError: couldn\'t find RGB GLX visual or fbconfig\nXlib: extension "GLX" missing on display ":0.0".\nXlib: extension "GLX" missing on display ":0.0".\nXlib: extension "GLX" missing on display ":0.0".\nXlib: extension "GLX" missing on display ":0.0".\nError: couldn\'t find RGB GLX visual or fbconfig\nXlib: extension "GLX" missing on display ":0.0".\nXlib: extension "GLX" missing on display ":0.0".\nXlib: extension "GLX" missing on display ":0.0".\nXlib: extension "GLX" missing on display ":0.0".\nXlib: extension "GLX" missing on display ":0.0".\nXlib: extension "GLX" missing on display ":0.0".\nXlib: extension "GLX" missing on display ":0.0".\nXlib: extension "GLX" missing on display ":0.0".\n/usr/bin/scilab-cli-bin: error while loading shared libraries: libscilab-cli.so.0: cannot open shared object file: No such file or directory\n', 'system_info': {'system_name': 'msusik-GE62-2QE', 'kernel': '4.2.0-30-lowlatency', 'architecture': 'x86_64'}, 'exit_code': 127}} |
Ok. So Currently the server is implemented in such a way in that it needs all the information Also I've just noticed that the system information field mismatch: So as for now here is the example of the correct way to add a crash report using curl: Also I think the server should be reconfigured because the static files fail to be delivered, and the form on the http://54.93.105.103:8000/vd1/crash-reports/ doesn't work correctly(but curl does!). |
I propose to post with unknown ids equal to -1. By the way: is it possible to create api route to get all crash groups? Now, in order to get all cgs, you need to get all cg ids from crash reports and ask API about cg one by one. Even route /search would do if it returns all entities for search query equal to empty string. For now, its implemented in front end, but cleaner solution to get all mentioned entities would be useful. If you agree I'll post it as another issue and explain it with details. -----Original Message----- Ok. So Currently the server is implemented in such a way in that it needs all the information |
|
@patrikos94 @bdfhjk told that while CR doesn't have CG crash_group_id should be To be clear: are we talking about what API accepts or what Model and database are accepting? Because how can I know it's unique, while being in client layer? :P Shouldn't database care about it? |
@ignacy130 |
Reproduction steps:
{ "crash_report": { "application": { "name" : "Google Chrome", "version": "48.0.2564.116" }, "system_info": { "version": "14.04.1 LTS" }, "exit_code": 1, "stderr_output": "Lines from stdErr." } }
The text was updated successfully, but these errors were encountered: