Skip to content
This repository has been archived by the owner on Jul 23, 2018. It is now read-only.

Bug: incorrect order of operations for protocol #33

Merged
merged 1 commit into from
Jan 27, 2015

Conversation

tjmehta
Copy link
Contributor

@tjmehta tjmehta commented Jan 27, 2015

Got the following error in my application:

Cannot read property 'encrypted' of undefined                                                                 
TypeError: Cannot read property 'encrypted' of undefined                                                      
    at buildRequestData (/api/node_modules/rollbar/lib/notifier.js:264:55)                                    
    at Object.addRequestData (/api/node_modules/rollbar/lib/notifier.js:212:17)                               
    at /api/node_modules/rollbar/lib/notifier.js:105:20                                                       
    at /api/node_modules/rollbar/lib/parser.js:41:14                                                          
    at looper (/api/node_modules/rollbar/lib/parser.js:149:14)                                                
    at pendingCallback (/api/node_modules/rollbar/lib/parser.js:144:16)                                       
    at looper (/api/node_modules/rollbar/lib/parser.js:146:14)                                                
    at pendingCallback (/api/node_modules/rollbar/lib/parser.js:144:16)                                       
    at looper (/api/node_modules/rollbar/lib/parser.js:146:14)                                                
    at pendingCallback (/api/node_modules/rollbar/lib/parser.js:144:16)  

Got the following error in my application:
```
Cannot read property 'encrypted' of undefined                                                                 
TypeError: Cannot read property 'encrypted' of undefined                                                      
    at buildRequestData (/api/node_modules/rollbar/lib/notifier.js:264:55)                                    
    at Object.addRequestData (/api/node_modules/rollbar/lib/notifier.js:212:17)                               
    at /api/node_modules/rollbar/lib/notifier.js:105:20                                                       
    at /api/node_modules/rollbar/lib/parser.js:41:14                                                          
    at looper (/api/node_modules/rollbar/lib/parser.js:149:14)                                                
    at pendingCallback (/api/node_modules/rollbar/lib/parser.js:144:16)                                       
    at looper (/api/node_modules/rollbar/lib/parser.js:146:14)                                                
    at pendingCallback (/api/node_modules/rollbar/lib/parser.js:144:16)                                       
    at looper (/api/node_modules/rollbar/lib/parser.js:146:14)                                                
    at pendingCallback (/api/node_modules/rollbar/lib/parser.js:144:16)  
```
coryvirok added a commit that referenced this pull request Jan 27, 2015
Bug: incorrect order of operations for protocol
@coryvirok coryvirok merged commit e191296 into rollbar:master Jan 27, 2015
@coryvirok
Copy link
Contributor

Thanks for the PR. I'll get this released shortly.

@coryvirok
Copy link
Contributor

Latest version is up on npm: https://www.npmjs.com/package/rollbar

@tjmehta
Copy link
Contributor Author

tjmehta commented Jan 27, 2015

Fantastic 👍

@tjmehta tjmehta deleted the bugfix-ooo-for-protocol branch January 27, 2015 03:12
@tjmehta tjmehta restored the bugfix-ooo-for-protocol branch January 27, 2015 03:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants