Notification Messenger not running

The discussion lounge for third-party packages.
Forum rules
Please note the Disclaimer before modifying your Synology Product.

Notification Messenger not running

Postby TommyN » Fri Apr 20, 2012 10:27 pm

I've installed Notification Messenger Beta from QTip but the status on the package is stopped and there's no button to start it.

I've tried uninstalling it and installing it again but that didn't help.

When I run Notification Messenger from the menu a grey window pops up and nothing more happens..

Has anyone got a solution for this?

DS712+ / DSM 4.1-2668 / 2 x 3 TB WD30EZRX / RAID 1
Seagate FreeAgent 500 GB in USB 1
ASUS RT-56U FW:3.0.0.4.342
Boxee Box by D-Link
Logitech Squeezebox Boom
User avatar
TommyN
Knowledgeable
Knowledgeable
 
Posts: 342
Joined: Fri May 11, 2007 1:42 pm
Location: Denmark

Re: Notification Messenger not running

Postby HarryPotter » Sat Apr 21, 2012 7:35 pm

It doesnt have to be started, therefore there is no start button.

With DSM language set to German it works, for other language there is a small typo in /usr/syno/synoman/webman/3rdparty/notifier/lang/enu/gui.js

You have to add a comma (,) to the end of line 136:

Code: Select all
Notify2ArchiveFailureText: 'Notifications could not be moved to the archive!',


then clear the browser cache and it works for Englisch too.

Link to the German forum post: http://www.synology-forum.de/showthread ... post233767
*Please do not Private Message me for support questions; leave it on the forum so all members can learn. Thanks!*

DS712+ / DSM 4.2 3211 / 2 x HD204UI (RAID0) / LMS 7.7.2-007
DS110+ / DSM 4.2 3211 / HD154UI
DS408 / DSM 4.0 2228 / 3 x ST31000340AS (RAID0) + 1 x HDS721010KLA330
DS207+ / DSM 3.1.1637 / ST31000340AS + WD5000KS
DS-106x / DSM 4.0 2228 (from DS108j) /

2 Squeezebox 3 + Boom
Rapsody N35

APC Smart UPS SUA750i
User avatar
HarryPotter
Honorary Moderator
Honorary Moderator
 
Posts: 12453
Joined: Mon Oct 23, 2006 12:48 pm
Location: Switzerland

Re: Notification Messenger not running

Postby TommyN » Mon Apr 23, 2012 10:38 am

Nice, it works now.
Thanks for your help :)

DS712+ / DSM 4.1-2668 / 2 x 3 TB WD30EZRX / RAID 1
Seagate FreeAgent 500 GB in USB 1
ASUS RT-56U FW:3.0.0.4.342
Boxee Box by D-Link
Logitech Squeezebox Boom
User avatar
TommyN
Knowledgeable
Knowledgeable
 
Posts: 342
Joined: Fri May 11, 2007 1:42 pm
Location: Denmark

Re: Notification Messenger not running

Postby benjibarnicals » Sun May 20, 2012 8:46 pm

This doesn't seem to work for me, on DSM4-2219 using QTip's Notification version 0.7-061.

The file change mentioned above is already done in this version, however when installing the package it has started it running ok, but when running the app just a greyed out window appears with all buttons/options/boxes greyed out and unclickable.

Anyone else having this?



Cheers
benjibarnicals
Sharp
Sharp
 
Posts: 153
Joined: Sun Mar 18, 2007 10:49 pm

Re: Notification Messenger not running

Postby benjibarnicals » Sun May 20, 2012 9:07 pm

For what it's worth, this is the Console Debug error that comes back when I try to run the app:

Uncaught TypeError: Cannot read property 'lang' of undefined nmessenger.js:30
Ext.Ajax.request.callback nmessenger.js:30
Ext.extend.handleResponse ext-all.js:7
f ext-base.js:7
m ext-base.js:7
(anonymous function)
benjibarnicals
Sharp
Sharp
 
Posts: 153
Joined: Sun Mar 18, 2007 10:49 pm

Re: Notification Messenger not running

Postby benjibarnicals » Sun May 20, 2012 9:38 pm

This is the string being looked for in the initdata.cgi JSON object:
Notification.Messenger.PersonalLang = initdata.UserSettings['Personal'].lang;

I've looked through the object and the "Personal" array group doesn't exist. Has Synology changed their data? Removed this array? Or has renamed it to something else...

Perhaps QTip should update his app to pull the user language from:
Notification.Messenger.PersonalLang = initdata.Session.lang;

Which is the language settings for the current user session.
benjibarnicals
Sharp
Sharp
 
Posts: 153
Joined: Sun Mar 18, 2007 10:49 pm

Re: Notification Messenger not running

Postby HarryPotter » Mon May 21, 2012 5:20 pm

There will be a fix tomorrow.

In the meantime you could login as a user, click on "option" (in the upper right corner) and set the language there.

(translated from the German forum http://www.synology-forum.de/showthread ... post244747)

Edit: the fix is available now, faster than announced :)
*Please do not Private Message me for support questions; leave it on the forum so all members can learn. Thanks!*

DS712+ / DSM 4.2 3211 / 2 x HD204UI (RAID0) / LMS 7.7.2-007
DS110+ / DSM 4.2 3211 / HD154UI
DS408 / DSM 4.0 2228 / 3 x ST31000340AS (RAID0) + 1 x HDS721010KLA330
DS207+ / DSM 3.1.1637 / ST31000340AS + WD5000KS
DS-106x / DSM 4.0 2228 (from DS108j) /

2 Squeezebox 3 + Boom
Rapsody N35

APC Smart UPS SUA750i
User avatar
HarryPotter
Honorary Moderator
Honorary Moderator
 
Posts: 12453
Joined: Mon Oct 23, 2006 12:48 pm
Location: Switzerland

Re: Notification Messenger not running

Postby QTip » Mon May 21, 2012 5:51 pm

benjibarnicals wrote:This is the string being looked for in the initdata.cgi JSON object:
Notification.Messenger.PersonalLang = initdata.UserSettings['Personal'].lang;

I've looked through the object and the "Personal" array group doesn't exist. Has Synology changed their data? Removed this array? Or has renamed it to something else...

Perhaps QTip should update his app to pull the user language from:
Notification.Messenger.PersonalLang = initdata.Session.lang;

Which is the language settings for the current user session.

I tested a little bit and forget, that i set the var in my environment.
The var only exist and written into the json block, if the user set the personal language.

Your right with "initdata.Session.lang" ;)

A new version (bugfix) was published and can be installed through package management.
DiskStations: DS1010+ DSM 4.1.2647 5xWD20EARS-00MVWB0 (RAID5)|DS209+ DSM 4.1-2661 1xHD401LJ|DS211j DSM 4.1.2661 1xWD10EACS|FANTEC 4xHD154UI
WorkStation: Core 2 Quad Q6600, 8800GT, 6GB, Win7 x64 Ultimate|Asus 27", PIXMA MX515
Network: TP-Link 1043ND|TP-Link SG1008D|D-Link 1005D
SmartClients: Milestone (2.3.7), Asus Transformer (4.0.3)
Mediaclients: EasyVDR DVB-C HD|Philips 42"|Samsung BD-C5500
Projects: CPH DDNS updater Rootkit Hunter Notification forwarder Notification messenger Growler
User avatar
QTip
I'm New!
I'm New!
 
Posts: 5
Joined: Mon Apr 02, 2012 5:22 pm

Re: Notification Messenger not running

Postby benjibarnicals » Mon May 21, 2012 6:10 pm

Perfect! Thank you both, it's working perfectly...



Ben
benjibarnicals
Sharp
Sharp
 
Posts: 153
Joined: Sun Mar 18, 2007 10:49 pm


Return to Third-party Packages

Who is online

Users browsing this forum: No registered users and 5 guests