You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like some kind of escaping problem. In the browser you have escaped url (e.g. through rawurlencode function). But in console you're giving correct url (without escaping). I guess giving escaped url in console will also fail.
Try using rawurldecode function (e.g. this one http://phpjs.org/functions/rawurldecode/) in the run_editor.js file on the received url before passing it to regexp.
If that will work, then don't forget to send a PR with a fix.
I can't get this running on windows:(
It's working from the console , but when i call it from the browser, the filename is wrong
The text was updated successfully, but these errors were encountered: