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

Error when opening Reply editor on some mails #21

Closed
ziacik opened this issue Mar 27, 2017 · 0 comments
Closed

Error when opening Reply editor on some mails #21

ziacik opened this issue Mar 27, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@ziacik
Copy link
Owner

ziacik commented Mar 27, 2017

error_handler.js:54 EXCEPTION: Error in ./AppComponent class AppComponent - inline template:3:2 caused by: undefined:58:4: missing '{'
ErrorHandler.handleError @ error_handler.js:54
next @ application_ref.js:348
schedulerFn @ async.js:93
SafeSubscriber.__tryOrUnsub @ Subscriber.js:234
SafeSubscriber.next @ Subscriber.js:183
Subscriber._next @ Subscriber.js:125
Subscriber.next @ Subscriber.js:89
Subject.next @ Subject.js:55
EventEmitter.emit @ async.js:79
NgZone.triggerError @ ng_zone.js:333
onHandleError @ ng_zone.js:294
webpackJsonp.690.ZoneDelegate.handleError @ zone.js:334
webpackJsonp.690.Zone.runTask @ zone.js:169
ZoneTask.invoke @ zone.js:416
error_handler.js:56 ORIGINAL EXCEPTION: undefined:58:4: missing '{'
ErrorHandler.handleError @ error_handler.js:56
next @ application_ref.js:348
schedulerFn @ async.js:93
SafeSubscriber.__tryOrUnsub @ Subscriber.js:234
SafeSubscriber.next @ Subscriber.js:183
Subscriber._next @ Subscriber.js:125
Subscriber.next @ Subscriber.js:89
Subject.next @ Subject.js:55
EventEmitter.emit @ async.js:79
NgZone.triggerError @ ng_zone.js:333
onHandleError @ ng_zone.js:294
webpackJsonp.690.ZoneDelegate.handleError @ zone.js:334
webpackJsonp.690.Zone.runTask @ zone.js:169
ZoneTask.invoke @ zone.js:416
error_handler.js:59 ORIGINAL STACKTRACE:
ErrorHandler.handleError @ error_handler.js:59
next @ application_ref.js:348
schedulerFn @ async.js:93
SafeSubscriber.__tryOrUnsub @ Subscriber.js:234
SafeSubscriber.next @ Subscriber.js:183
Subscriber._next @ Subscriber.js:125
Subscriber.next @ Subscriber.js:89
Subject.next @ Subject.js:55
EventEmitter.emit @ async.js:79
NgZone.triggerError @ ng_zone.js:333
onHandleError @ ng_zone.js:294
webpackJsonp.690.ZoneDelegate.handleError @ zone.js:334
webpackJsonp.690.Zone.runTask @ zone.js:169
ZoneTask.invoke @ zone.js:416
error_handler.js:60 Error: undefined:58:4: missing '{'
at error (index.js:62) [angular]
at declarations (index.js:247) [angular]
at rule (index.js:560) [angular]
at rules (index.js:117) [angular]
at stylesheet (index.js:81) [angular]
at Object.module.exports [as parse] (index.js:564) [angular]
at Object. (quote.service.ts:36) [angular]
at vendor.bundle.js:85717:18 [angular]
at vendor.bundle.js:97250:9 [angular]
at vendor.bundle.js:98308:11 [angular]
at baseReduce (index.js:199) [angular]
at Object.reduce (index.js:1842) [angular]
at initialize.exports.map (traversing.js:305) [angular]
at QuoteService.webpackJsonp.291.QuoteService.adjustStyles (quote.service.ts:34) [angular]
ErrorHandler.handleError @ error_handler.js:60
next @ application_ref.js:348
schedulerFn @ async.js:93
SafeSubscriber.__tryOrUnsub @ Subscriber.js:234
SafeSubscriber.next @ Subscriber.js:183
Subscriber._next @ Subscriber.js:125
Subscriber.next @ Subscriber.js:89
Subject.next @ Subject.js:55
EventEmitter.emit @ async.js:79
NgZone.triggerError @ ng_zone.js:333
onHandleError @ ng_zone.js:294
webpackJsonp.690.ZoneDelegate.handleError @ zone.js:334
webpackJsonp.690.Zone.runTask @ zone.js:169
ZoneTask.invoke @ zone.js:416
error_handler.js:63 ERROR CONTEXT:
ErrorHandler.handleError @ error_handler.js:63
next @ application_ref.js:348
schedulerFn @ async.js:93
SafeSubscriber.__tryOrUnsub @ Subscriber.js:234
SafeSubscriber.next @ Subscriber.js:183
Subscriber._next @ Subscriber.js:125
Subscriber.next @ Subscriber.js:89
Subject.next @ Subject.js:55
EventEmitter.emit @ async.js:79
NgZone.triggerError @ ng_zone.js:333
onHandleError @ ng_zone.js:294
webpackJsonp.690.ZoneDelegate.handleError @ zone.js:334
webpackJsonp.690.Zone.runTask @ zone.js:169
ZoneTask.invoke @ zone.js:416
error_handler.js:64 DebugContext {_view: C…e.proxyViewClass, _nodeIndex: 7, _tplRow: 3, _tplCol: 2}
ErrorHandler.handleError @ error_handler.js:64
next @ application_ref.js:348
schedulerFn @ async.js:93
SafeSubscriber.__tryOrUnsub @ Subscriber.js:234
SafeSubscriber.next @ Subscriber.js:183
Subscriber._next @ Subscriber.js:125
Subscriber.next @ Subscriber.js:89
Subject.next @ Subject.js:55
EventEmitter.emit @ async.js:79
NgZone.triggerError @ ng_zone.js:333
onHandleError @ ng_zone.js:294
webpackJsonp.690.ZoneDelegate.handleError @ zone.js:334
webpackJsonp.690.Zone.runTask @ zone.js:169
ZoneTask.invoke @ zone.js:416
Subscriber.js:238 Uncaught ViewWrappedError {__zone_symbol__error: Error: Error in ./AppComponent class AppComponent - inline template:3:2 caused by: undefined:58:4: m…, _nativeError: ZoneAwareError, originalError: ZoneAwareError, context: DebugContext, __zone_symbol__stack: "Error: Error in ./AppComponent class AppComponent …ail/amelie-mail/dist/polyfills.bundle.js:2853:38)"…}
SafeSubscriber.__tryOrUnsub @ Subscriber.js:238
SafeSubscriber.next @ Subscriber.js:183
Subscriber._next @ Subscriber.js:125
Subscriber.next @ Subscriber.js:89
Subject.next @ Subject.js:55
EventEmitter.emit @ async.js:79
NgZone.triggerError @ ng_zone.js:333
onHandleError @ ng_zone.js:294
webpackJsonp.690.ZoneDelegate.handleError @ zone.js:334
webpackJsonp.690.Zone.runTask @ zone.js:169
ZoneTask.invoke @ zone.js:416

@ziacik ziacik added the bug label Mar 27, 2017
@ziacik ziacik added this to the 1.0.0-alpha milestone Mar 27, 2017
@ziacik ziacik self-assigned this Mar 27, 2017
@ziacik ziacik closed this as completed in c082f02 Mar 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant