Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3716102
D1556.id3995.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
492 B
Referenced Files
None
Subscribers
None
D1556.id3995.diff
View Options
diff --git a/Wearg/Notifications.tcl b/Wearg/Notifications.tcl
--- a/Wearg/Notifications.tcl
+++ b/Wearg/Notifications.tcl
@@ -155,6 +155,14 @@
return
}
+ # T1253 - Some events produce "null text"
+ if {$text == "null"} {
+ set routingKey "$project.$group.$service.$type"
+ putdebug "Message 'null' received for $routingKey notification:"
+ putdebug $rawContent
+ return
+ }
+
set channel [get_notification_channel $project $group]
if {$channel == ""} {
return
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 6, 12:27 (21 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2231637
Default Alt Text
D1556.id3995.diff (492 B)
Attached To
Mode
D1556: Get debug information for null messages from notifications center
Attached
Detach File
Event Timeline
Log In to Comment