LinuxNativeNotification icon indicating copy to clipboard operation
LinuxNativeNotification copied to clipboard

Failure in Ubuntu 11.10

Open ejsarge-gr opened this issue 12 years ago • 3 comments

The plugin is capturing the messages but nothing is displaying as an ubuntu notification.

Repro steps:

  1. Install the plugin
  2. Go to a HTML5 Notification test site and ensure the site is enabled to notify: http://www.html5rocks.com/en/tutorials/notifications/quick/, http://dangercove.github.com/html5-notifications/, http://gyuyoung.blogspot.ca/2011/08/html5-notification-demo.html.
  3. Attempt a notification

Expected results: Ubuntu displaying a notification

Actual results: Nothing - neither can I find any log file giving a hint as to why. Javascript console says: Get notified! page.js:14 Dispatched! Notification Test Body http://a1.twimg.com/profile_images/710503034/lillypad_rss_normal.png

ejsarge-gr avatar Jun 04 '12 16:06 ejsarge-gr

The problem is that the "http://a1.twimg.com/profile_images/710503034/lillypad_rss_normal.png" is 403 forbidden.

This should be fixed. Thanks.

tualatrix avatar Jun 05 '12 07:06 tualatrix

Hi, the 403 only explains why the last link in the repro fails. Perhaps there's something else? I'm very happy to send debug logs, etc if you tell me how to get them.

ejsarge-gr avatar Jun 05 '12 15:06 ejsarge-gr

I already know what's the problem, I mean this should be fixed in plugin source code, deal with the exception when meet the 403 link.

tualatrix avatar Jun 07 '12 03:06 tualatrix