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

Nothing showing up in the Bugs tab #60

Closed
namebee opened this issue May 26, 2020 · 9 comments
Closed

Nothing showing up in the Bugs tab #60

namebee opened this issue May 26, 2020 · 9 comments

Comments

@namebee
Copy link

namebee commented May 26, 2020

I'm not sure if this is a problem with ACRA or with Acrarium, And I might just be stupid. I have set up ACRA correctly and it shows in logcat that it has caught an exception. I can also clearly see that it is inserting stuff into the database in the Acrarium logs.
Screenshot 2020-05-26 at 7 25 50 PM

I'm probably just doing something wrong, But thought to report it here anyways since I can't find anything in the documentation.

@F43nd1r
Copy link
Owner

F43nd1r commented May 26, 2020

Please don't post logs in images, use

code blocks.

Those logs are only showing selects, no inserts.
Did you refresh the page? Acrarium has no live updating.

@namebee
Copy link
Author

namebee commented May 26, 2020

I have realized that ACRA is probably not sending anything as the Acrarium log doesn't show any inserts. So this probably is the wrong place for this error. Would the HTTP sender URI being HTTPS be a problem? I followed the BasicSetup but that is all I changed.

@F43nd1r
Copy link
Owner

F43nd1r commented May 26, 2020

https is fully supported on both sides. Acra will log a message when it fails to send a report.
But I think it is a server side problem, as I've just tried to submit to a new instance and got a database exception.

@namebee
Copy link
Author

namebee commented May 26, 2020

ACRA isn't logging anything, Only that it caught an Exception to send. Thank you for your awesome help, If only we had people like you for iOS.

@F43nd1r
Copy link
Owner

F43nd1r commented May 26, 2020

Should be fixed in 155bfad released as 0.10.7

@F43nd1r F43nd1r closed this as completed May 26, 2020
@namebee
Copy link
Author

namebee commented May 26, 2020

Thank you! Everything is working properly now. Hope better support for smaller screens is added soon.

@F43nd1r
Copy link
Owner

F43nd1r commented May 26, 2020

Which issues do you have on smaller screens? Acrarium is intended as desktop application, so no plans to change the UI.

@namebee
Copy link
Author

namebee commented May 27, 2020

Hello @F43nd1r, The issues I was talking about was things like cut-off buttons and general bad visibility (Like things being too big). And the stacktrace being cut off.
Screenshot 2020-05-27 at 12 32 02 PM

@F43nd1r
Copy link
Owner

F43nd1r commented May 28, 2020

The cut-off button only happens when the grid is empty. It is probably an issue for upstream (vaadin grid flow or vaadin grid), but I consider it very low priority, as the button isn't needed when the grid is empty. I guess I could hide it in that case.

Which things are too big in your opinion?
I have not seen any cut-off for stacktraces, please share a screenshot.

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

2 participants