Giter Site home page Giter Site logo

Comments (8)

ordonezgs avatar ordonezgs commented on June 27, 2024

Working on this. A pull request was opened. Thanks for the info @yvesg54

from wme-send-to-slack.

ordonezgs avatar ordonezgs commented on June 27, 2024

Seems to be fixed, please comment if the issue persists.

from wme-send-to-slack.

yvesg54 avatar yvesg54 commented on June 27, 2024

It had been fixed, but problem is back, same symptoms, same entries in console log.
WME 2.1.159.0-57451efe v2.72-94-ge8034dd72
STS 2021.02.19.01

from wme-send-to-slack.

ordonezgs avatar ordonezgs commented on June 27, 2024

@yvesg54 Please open editor. Then open console, and reload the page, after that (It doesn't matter if the site have already or if is it loading). Paste this code into the console.
do{ if (typeof W === 'undefined'){ console.error("WMESTS Error.... W UNDEFINED"); } if(typeof W.map === 'undefined'){ console.error("WMESTS Error.... W.map UNDEFINED"); } if(typeof W.prefs === 'undefined'){ console.error("WMESTS Error.... W.prefs UNDEFINED") } if(document.getElementById('edit-panel') === null){ console.error("WMESTS Error.... EDIT PANEL NOT READY") } if(WazeWrap.Ready != true){ console.error("WMESTS Error.... WazeWrap Not Ready") } if(((window.location.href.indexOf("segment") > -1) && document.getElementById('unpavedCheckbox') === null)){ console.error("WMESTS Error.... Segments and Checkbox Still not returning NULL") } console.warning("Running WMESTS check undefinitively") }while(true);

And press enter to run it.

Please pay attention now to the Red Error console messages with title WMESTS Error... and paste it here, try to not repeat the messages which are equal, because of the proccess it will try to check any time at any moment.

Or even any other red message which says "Uncaught ReferenceError:" after running this code. Help is appreciated to debug this. Thank you.

from wme-send-to-slack.

yvesg54 avatar yvesg54 commented on June 27, 2024

Now I cannot reproduce the problem...
STS works well again.
I will run the debug code it it occurs again. I tested the code, I had to replace "warning" by "warn". It does not display any error (as expected, as the problem was not visible).
Sorry.

from wme-send-to-slack.

ordonezgs avatar ordonezgs commented on June 27, 2024

from wme-send-to-slack.

yvesg54 avatar yvesg54 commented on June 27, 2024

So I got a new version of WazeWrap without noticing it?

from wme-send-to-slack.

ordonezgs avatar ordonezgs commented on June 27, 2024

Yes. WazeWrap isn't a installed script; rather it is an script which is called from many installed scripts to work with. So, each time you use a script that uses WazeWrap it asks for the newer version without requiring an update from the user.

I must say, that WazeWrap is managed from WazeDev team (community team), so it is out of control of WME Send to Slack script maintainers.

The issue was associated with WazeWrap due to an unready call from the library, so the script (WMESTS) wasn't able to work so.

from wme-send-to-slack.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.