tualatrix / LinuxNativeNotification

A fork project of Chromify-OSD
38 stars 8 forks source link

Failure in Ubuntu 11.10 #8

Open ejsarge-gr opened 12 years ago

ejsarge-gr commented 12 years ago

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

tualatrix commented 12 years ago

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

This should be fixed. Thanks.

ejsarge-gr commented 12 years ago

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.

tualatrix commented 12 years ago

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.