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

Duplicated text in error message #413

Closed
djibarian opened this issue Oct 10, 2018 · 5 comments
Closed

Duplicated text in error message #413

djibarian opened this issue Oct 10, 2018 · 5 comments
Assignees
Milestone

Comments

@djibarian
Copy link

Just updated Rollbar from and old 0.15 version to the latest with Composer and suddenly the messages coming are duplicated. Some examples:

#5465 E_NOTICE: Undefined index:: Undefined index: lists

#5468 E_USER_ERROR: Invalid User Id ("password"): Invalid User Id ("password”)

where it should be

#5465 E_NOTICE: Undefined index: lists

#5468 E_USER_ERROR: Invalid User Id ("password")

@jessewgibbs
Copy link
Contributor

@djibarian thanks for bringing this to our attention.

Are these uncaught exceptions or explicit calls to Rollbar? Also, can you tell us a bit more about the environment in which you're running Rollbar (PHP version, any frameworks + their version, etc.)?

@jessewgibbs jessewgibbs self-assigned this Oct 10, 2018
@djibarian
Copy link
Author

I’m using Rollbar 1.6, automatically installed with Composer. Everything was working fine with 0.15 and as soon as I changed to Composer and started using 1.6 they got duplicated. I haven’t changed the logic in the app.

As you can see they are both; the first one is an uncaught one, the second one is fired explicitly through a trigger_error() call. Environment is flat PHP 7.2, no frameworks.

@jessewgibbs
Copy link
Contributor

Got it, thanks for the info. We'll start working on reproducing this on our end.

@jessewgibbs jessewgibbs assigned ajtran and unassigned jessewgibbs Oct 10, 2018
@jessewgibbs
Copy link
Contributor

@ajtran could you try to reproduce this?

@ArturMoczulski
Copy link
Contributor

@djibarian this has been fixed in master now and will be released in upcoming v1.6.4

@ArturMoczulski ArturMoczulski modified the milestones: v1.6.4, v1.7.0 Oct 18, 2018
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

4 participants