PDF email attachment won't open

User Help for Seamonkey and Mozilla Suite
Post Reply
BobmCarolr
Posts: 1
Joined: June 21st, 2014, 3:23 pm
Location: Costa Mesa, CA, USA

PDF email attachment won't open

Post by BobmCarolr »

I have been having this problem in SM Mail for quite some time:
-When I right click a PDF attachment in a email and select 'Open' the status bar says 'Loading...' the progress meter runs through and then ... NOTHING
- Everything else works fine.
- I've updated both SM (v2.26.1) and Foxit Reader (v.6.1.2, including a re-install)

I did find that when I try to open a PDF file I get the following in the Error Console:
Error: [Exception... "Component returned failure code: 0x80004002 (NS_NOINTERFACE) [nsISupports.QueryInterface]" nsresult: "0x80004002 (NS_NOINTERFACE)" location: "JS frame :: jar:file:///D:/Installations/Mozilla/Profile,%20Default/extensions/uriloader@pdf.js.xpi!/content/PdfStreamConverter.jsm :: PdfStreamConverter.prototype.onStartRequest :: line 883" data: no]
Source File: jar:file:///D:/Installations/Mozilla/Profile,%20Default/extensions/uriloader@pdf.js.xpi!/content/PdfStreamConverter.jsm
Line: 883

File 'D:/Installations/Mozilla/Profile,%20Default/extensions/uriloader@pdf.js.xpi' exists but is a binary file (note space (%20) in path name !?) 'NS_NOINTERFACE' seems to be a generic error...

(And I also get:)
Error: TypeError: browsers[i] is undefined
Source File: chrome://navigator/content/tabbrowser.xml
Line: 331


Where tabbrowser.xml lines 325 -336 have:
<method name="getBrowserIndexForDocument">
<parameter name="aDocument"/>
<body>
<![CDATA[
var browsers = this.browsers;
for (var i = 0; i < browsers.length; i++)
if (browsers[i].contentDocument == aDocument)
return i;
return -1;
]]>
</body>
</method>


Anyone have any thoughts what these error messages might mean and how to fix my (our) problems?

Thanks for your time to read this.

BobM :turn-l:
User avatar
therube
Posts: 21722
Joined: March 10th, 2004, 9:59 pm
Location: Maryland USA

Re: SeaMonkey - PDF email attachment won't open

Post by therube »

pdf.js looks to be Bug 977822 - pdf.js can't display SeaMonkey mail attachments.

> pdf.js.xpi' exists but is a binary file

"Binary" yes, but a ZIP file actually.

(You should not have bumped such an old thread.)
Fire 750, bring back 250.
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball CopyURL+ FetchTextURL FlashGot NoScript
Post Reply