phcomputer / selite

Automatically exported from code.google.com/p/selite
0 stars 0 forks source link

Failure when initialising Selenium IDE #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Allow us assist you and others efficiently

First, if you haven't read or followed
https://code.google.com/p/selite/wiki/Issues in detail, please do so. You
need to narrow the issue down to bare minimum. That will help you to
eliminate other causes and to demonstrate the issue as replicable.

If it happens without SeLite, too, identify the cause and report it in the
appropriate bug tracking system (of Firefox, Selenium IDE or a third
party). Also check https://code.google.com/p/selite/wiki/ThirdPartyIssues;
if it doesn't list the issue and it may affect others, add a comment with a
link to the issue you reported. If the problem occurs only with both SeLite
and third party or custom extensions, apply the following section.

Problems occurring only in highly specific or complex scenarios are
unlikely to affect wide audience and are harder to reproduce. They will
naturally attract less support attention and will take longer than more
common problems. You need to elaborate more on such issues than on simple
ones. Otherwise expect more delays and questions on clarifying the issue.

Out of the following list, identify components needed to duplicate the
problem and
* what versions?
* did you download Firefox extensions from their websites?
* if you got them via GIT, what branch and revision?
Enter components
* any SeLite extensions - please list
* Selenium IDE - release supported by SeLite or newer
* other Firefox extensions (with URLs)
* Firefox, if not a curent release then also
* url where you downloaded it from
* date when you downloaded it
* SQLite DB version (if applicable)
* OS, version and whether 32 or 64 bit

Attach the test case(s) and any user core extensions.

Provide a url to a public website for testing, or attach a cut down HTML.

Visit special Firefox url <i>about:config</i> and set option
devtools.chrome.enabled to true. Then close all Firefox tabs except for
one(s) that you're reproducing the issue in. Restart the Firefox. Reproduce
the error. Check Firefox menu > Tools > Web Developer > Browser Console.
Copy and paste the log here:

What steps will reproduce the problem?
1. Start Firefox version 32.0.3 with Selenium IDE and Selite extensions 
installed

What is the expected output? What do you see instead?

Be able to run tests with Selenium IDE, instead the following alert is shown: 
Failure when initialising Selenium IDE plugin bootstrap@selite.googlecode.com: 
Error: SeLiteSettings.Field("bootstrappedCoreExtensions) expects multivalued to 
be a boolean, if provided. 
Field@chrome://selite-settings/content/SeLiteSettings.js:235:9 
NonChoice@chrome://selite-settings/content/SeLiteSettings.js:286:5 
FileOrFolder@chrome://selite-settings/content/SeLiteSettings.js:567:5 
File@chrome://selite-settings/content/SeLiteSettings.js:600:5 
.preActivate@chrome://selite-extension-sequencer/content/extensions/extension-lo
ader.js -> 
jar:file:///Users/Chris%20Cernoch/Library/Application%20Support/Firefox/Profiles
/4tcp2swy.default/extensions/bootstrap@selite.googlecode.com.xpi!/chrome/content
/SeLiteExtensionSequencerManifest.js:14:1 
registerAddOns@chrome://selite-extension-sequencer/content/extensions/extension-
loader.js:130:25 
@chrome://selite-extension-sequencer/content/extensions/extension-loader.js:200:
13 safeCall@resource://gre/modules/AddonManager.jsm:168:5 
getAddonsByTypes_noMoreObjects@resource://gre/modules/AddonManager.jsm:2064:9 
AOC_callNext@resource://gre/modules/AddonManager.jsm:263:7 
getAddonsByTypes_concatAddons@resource://gre/modules/AddonManager.jsm:2059:11 
PL_getAddonsByTypes@resource://gre/modules/addons/PluginProvider.jsm:148:5 
callProvider@resource://gre/modules/AddonManager.jsm:194:5 
getAddonsByTypes_nextObject@resource://gre/modules/AddonManager.jsm:2057:1 
AOC_callNext@resource://gre/modules/AddonManager.jsm:269:7 
getAddonsByTypes_concatAddons@resource://gre/modules/AddonManager.jsm:2059:11 
LightweightThemeManager_getAddonsByTypes@resource://gre/modules/LightweightTheme
Manager.jsm:390:46 callProvider@resource://gre/modules/AddonManager.jsm:194:5 
getAddonsByTypes_nextObject@resource://gre/modules/AddonManager.jsm:2057:1 
AOC_callNext@resource://gre/modules/AddonManager.jsm:269:7 
getAddonsByTypes_concatAddons@resource://gre/modules/AddonManager.jsm:2059:11 
getAddonsByTypes_getVisibleAddons@resource://gre/modules/addons/XPIProvider.jsm:
3677:45 makeSafe/<@resource://gre/modules/addons/XPIProvider.jsm -> 
resource://gre/modules/addons/XPIProviderUtils.js:146:17 
asyncMap_gotValue@resource://gre/modules/addons/XPIProvider.jsm -> 
resource://gre/modules/addons/XPIProviderUtils.js:181:7 
asyncMap_callback@resource://gre/modules/addons/XPIProvider.jsm -> 
resource://gre/modules/addons/XPIProviderUtils.js:188:9 
completeAddon@resource://gre/modules/addons/XPIProvider.jsm -> 
resource://gre/modules/addons/XPIProviderUtils.js:135:5 
getAddon@resource://gre/modules/addons/AddonRepository.jsm:585:7 
this.AddonRepository.getCachedAddonByID<@resource://gre/modules/addons/AddonRepo
sitory.jsm:617:5 TaskImpl_run@resource://gre/modules/Task.jsm:282:13 
TaskImpl@resource://gre/modules/Task.jsm:247:3 
createAsyncFunction/asyncFunction@resource://gre/modules/Task.jsm:224:7 
getRepositoryAddon@resource://gre/modules/addons/XPIProvider.jsm -> 
resource://gre/modules/addons/XPIProviderUtils.js:137:3 
asyncMap_each@resource://gre/modules/addons/XPIProvider.jsm -> 
resource://gre/modules/addons/XPIProviderUtils.js:187:7 
asyncMap@resource://gre/modules/addons/XPIProvider.jsm -> 
resource://gre/modules/addons/XPIProviderUtils.js:185:3 
this.XPIDatabase.getAddonList/<@resource://gre/modules/addons/XPIProvider.jsm 
-> resource://gre/modules/addons/XPIProviderUtils.js:1071:9 
Handler.prototype.process@resource://gre/modules/Promise.jsm -> 
resource://gre/modules/Promise-backend.js:863:11 
this.PromiseWalker.walkerLoop@resource://gre/modules/Promise.jsm -> 
resource://gre/modules/Promise-backend.js:742:7 

What would you like to achieve?

Please provide any additional information below.

Worked immediately prior to updating Firefox version from 32.0.1 to 32.0.3

Original issue reported on code.google.com by dumdumsa...@gmail.com on 25 Sep 2014 at 6:07

GoogleCodeExporter commented 9 years ago
I've released updates to three add-ons about 16 hs ago. It includes a minor API 
change that is not backwards compatible (it would only affect you if you had 
custom Settings modules).

Your issues seems to indicate that you've got updated just some of those 
add-ons. Please, check/update the following to their newest versions:

https://addons.mozilla.org/en-US/firefox/addon/selite-settings/versions/ v. 0.46
https://addons.mozilla.org/en-US/firefox/addon/SeLite-Bootstrap/versions/ v. 
0.87
https://addons.mozilla.org/en-US/firefox/addon/selite-db-objects/versions/ v 
0.79

Original comment by peter.kehl on 25 Sep 2014 at 9:50

GoogleCodeExporter commented 9 years ago

Original comment by peter.kehl on 9 Oct 2014 at 4:37