drakeapps / synccit-browser-extension

The Chrome and Greasemonkey synccit extensions
https://synccit.com
17 stars 7 forks source link

Userscript Unable to Login #22

Open SkyNinja opened 4 years ago

SkyNinja commented 4 years ago

When attempting to use the latest userscript available from this repo (1.17), the following errors are occur on loading:

TypeError: Cannot read property 'sync' of undefined
    at SynccitSettings.chromeLogin (userscript.html?name=synccit.user.js&id=68cd5315-a567-452e-b4ab-12384080ed08:609)
    at new SynccitSettings (userscript.html?name=synccit.user.js&id=68cd5315-a567-452e-b4ab-12384080ed08:597)
    at new Synccit (userscript.html?name=synccit.user.js&id=68cd5315-a567-452e-b4ab-12384080ed08:465)
    at new RedditLinks (userscript.html?name=synccit.user.js&id=68cd5315-a567-452e-b4ab-12384080ed08:282)
    at Window.tms_68cd5315_a567_452e_b4ab_12384080ed08 (userscript.html?name=synccit.user.js&id=68cd5315-a567-452e-b4ab-12384080ed08:796)
    at <anonymous>:3:100
    at eval (userscript.html?name=synccit.user.js&id=68cd5315-a567-452e-b4ab-12384080ed08:1)
    at eval (userscript.html?name=synccit.user.js&id=68cd5315-a567-452e-b4ab-12384080ed08:1)
    at eval (userscript.html?name=synccit.user.js&id=68cd5315-a567-452e-b4ab-12384080ed08:798)
    at eval (userscript.html?name=synccit.user.js&id=68cd5315-a567-452e-b4ab-12384080ed08:800)
TypeError: Cannot read property 'parentElement' of null
    at NewRedditSelectors.getButtonLocation (userscript.html?name=synccit.user.js&id=68cd5315-a567-452e-b4ab-12384080ed08:57)
    at SynccitSettings.addSettingsLink (userscript.html?name=synccit.user.js&id=68cd5315-a567-452e-b4ab-12384080ed08:693)
    at new SynccitSettings (userscript.html?name=synccit.user.js&id=68cd5315-a567-452e-b4ab-12384080ed08:595)
    at new Synccit (userscript.html?name=synccit.user.js&id=68cd5315-a567-452e-b4ab-12384080ed08:465)
    at new RedditLinks (userscript.html?name=synccit.user.js&id=68cd5315-a567-452e-b4ab-12384080ed08:282)
    at Window.tms_68cd5315_a567_452e_b4ab_12384080ed08 (userscript.html?name=synccit.user.js&id=68cd5315-a567-452e-b4ab-12384080ed08:796)
    at <anonymous>:3:100
    at eval (userscript.html?name=synccit.user.js&id=68cd5315-a567-452e-b4ab-12384080ed08:1)
    at eval (userscript.html?name=synccit.user.js&id=68cd5315-a567-452e-b4ab-12384080ed08:1)
    at eval (userscript.html?name=synccit.user.js&id=68cd5315-a567-452e-b4ab-12384080ed08:798)

And this error occurs upon pressing "Submit" on the Synccit login page:

userscript.html?name=synccit.user.js&id=68cd5315-a567-452e-b4ab-12384080ed08:654 Uncaught TypeError: Cannot read property 'sync' of undefined
    at SynccitSettings.storeChromeLogin (userscript.html?name=synccit.user.js&id=68cd5315-a567-452e-b4ab-12384080ed08:654)
    at SynccitSettings.saveSynccitSettings (userscript.html?name=synccit.user.js&id=68cd5315-a567-452e-b4ab-12384080ed08:665)
    at HTMLButtonElement.document.getElementById.onclick (userscript.html?name=synccit.user.js&id=68cd5315-a567-452e-b4ab-12384080ed08:786)
storeChromeLogin @ userscript.html?name=synccit.user.js&id=68cd5315-a567-452e-b4ab-12384080ed08:654
saveSynccitSettings @ userscript.html?name=synccit.user.js&id=68cd5315-a567-452e-b4ab-12384080ed08:665
document.getElementById.onclick @ userscript.html?name=synccit.user.js&id=68cd5315-a567-452e-b4ab-12384080ed08:786