Closed
Bug 1174422
Opened 9 years ago
Closed 9 years ago
SimplePush PushService UDPSocket Not enough arguments/NS_ERROR_NOT_INITIALIZED
Categories
(Core :: DOM: Notifications, defect)
Core
DOM: Notifications
Tracking
()
RESOLVED
FIXED
2.2 S14 (12june)
Tracking | Status | |
---|---|---|
firefox41 | --- | fixed |
People
(Reporter: gerard-majax, Assigned: gerard-majax)
References
Details
(Whiteboard: [systemsfe])
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
lina
:
review+
|
Details | Diff | Splinter Review |
Trying to use FindMyDevice, I'm getting errors about PushService.jsm:
> 06-13 15:15:47.594 4304 4304 E GeckoConsole: [JavaScript Error: "NS_ERROR_NOT_INITIALIZED: Component returned failure code: 0xc1f30001 (NS_ERROR_NOT_INITIALIZED) [nsIUDPSocket.port]" {file: "resource://gre/modules/PushService.jsm" line: 1595}]
Assignee | ||
Comment 1•9 years ago
|
||
Probaby because of
> 06-13 15:12:29.404 4304 4304 E GeckoConsole: [JavaScript Error: "NS_ERROR_XPC_NOT_ENOUGH_ARGS: Not enough arguments [nsIUDPSocket.init]" {file: "resource://gre/modules/PushService.jsm" line: 1736}]
Summary: SimplePush PushService UDPSocket NS_ERROR_NOT_INITIALIZED → SimplePush PushService UDPSocket Not enough arguments/NS_ERROR_NOT_INITIALIZED
Assignee | ||
Comment 2•9 years ago
|
||
Looks like we missed a principal in the init() call ...
Assignee | ||
Comment 3•9 years ago
|
||
Assignee | ||
Comment 4•9 years ago
|
||
Attachment #8621983 -
Flags: review?(fabrice)
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → lissyx+mozillians
Assignee | ||
Updated•9 years ago
|
Whiteboard: [systemsfe]
Target Milestone: --- → 2.2 S14 (12june)
Assignee | ||
Comment 5•9 years ago
|
||
Just updating r=
Attachment #8621983 -
Attachment is obsolete: true
Attachment #8621983 -
Flags: review?(fabrice)
Assignee | ||
Updated•9 years ago
|
Attachment #8621993 -
Flags: review?(kcambridge)
Updated•9 years ago
|
Attachment #8621993 -
Flags: review?(kcambridge) → review+
Comment 7•9 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•