error in sm

I get this error in SeaMonkey console:

Timestamp: 28/10/2014 11.06.58
Error: Components.classes['@mozilla.org/browser/sessionstore;1'] is undefined
Source File: jar:file:///C:/SeaMonkey/extensions/%7B37fa1426-b82d-11db-8314-0800200c9a66%7D.xpi!/components/Main.js
Line: 144

I have fixed:


var ss = Components.classes["@mozilla.org/browser/sessionstore;1"];
if(typeof ss==="undefined"){
ss = Components.classes["@mozilla.org/suite/sessionstore;1"];
}
ss = ss.getService(Components.interfaces.nsISessionStore);

No response?!?

It is a simple fix.

My Sea Monkey installation never saw that error, that I remember.

In any case, X-Notifier is working fine in my Sea Monkey, latest versions.

Maybe X-Notifier work also partly or with error warning.
But do you have checked your console error?

Components.classes["@mozilla.org/browser/sessionstore;1"];

not exist in Seamonkey and it is appropriate change to:

Components.classes["@mozilla.org/suite/sessionstore;1"];

see here.

Why don't you email xndevel a.t gmail.com then... instead of posting in forum.
Subject:  "Sea Monkey Console Error"

I can also write to the email but if this forum is not attended by the developer to detect bugs then I overrated!

Why put out a negative 'attitude'?  
This is a support forum... users can help users, and...
...yes, the developer does review posts occasionally.

However, the developer 'has a life', this is 'donation-ware' and not his primary job... so he's not on the site 24/7.  
So... just try the email (again, it's donation-ware, not his full-time job, have you donated?), and save the 'rating' rant.

 

I not have negative 'attitude'.

You instead have polemical attitude that deter from cooperating..

I never demanded an instant support and I only reported a bug for the usefulness of the project and not mine.

This bug I not have reported yesterday, pretend to fix it immediately.  But I reported almost 3 months ago and I asked to know updates.  In three months you think that the developer does not have read it?  I can at least ask why it was not fixed?  A work of a few lines already written.

CFBancroft's picture

I do see two people talk back and forth...

Can you (Tobwithu) respond regard to (see first post)?

Since RpD and Me do not know about tech/program, can you respond?

Thank you,

CFBancroft

I hardly think my writing is "Of, relating to, or involving strongly critical, controversial, or disputatious writing or speech."

No, instead of simply emailing xndevel@gmail.com, you want to carry on arguing here.  'overrated' is a negative term.

I didn't say you demanded, didn't say you can't ask why...  but, you know, you don't have to take the short-cut, don't email xndevel@gmail.com (the direct contact)... you can just keep wondering/ranting here.

 I'd say he has seen it, and decided it's not a priority... but you won't know until  you email xndevel@gmail.com and -maybe- he'll answer. Maybe he won't.  xndevel@gmail.com is the direct support contact. xndevel@gmail.com is the email to send suggestions or bug reports to.  A lot of people use this software... nobody else is reading error logs and complaining here about Sea Monkey logs.  And only a few actually donate to support the software. I did. Have you?
When we post in forums and send emails, it's really good to have an explicit, concise, subject that grabs attention...
...I'm not sure that 'error in sm' does that, that's why I suggested 'Sea Monkey Console Error' for email to xndevel@gmail.com

 I'm going to email xndevel@gmail.com because there's a spam post in the forum about louis vitton bags.
After I email xndevel@gmail.com, the spam is oftentimes -gone- in minutes... but sometimes longer.

But, you know, emailing xndevel@gmail.com is only for support, suggestions, bug reports, spam reports and contacting the author/developer/programmer of the software... I doubt he'll argue with you. He might even thank you. 
xndevel@gmail.com  xndevel@gmail.com  xndevel@gmail.com  xndevel@gmail.com  xndevel@gmail.com

tobwithu's picture

Fixed in 3.5.4

Thank you