var huOptions = {"appID":"escooterexpertcom-242435d","currentLanguage":"en","blocking":true,"globalCookie":false,"customProviders":[],"customPatterns":[]};
document.documentElement.classList.remove( 'no-js' );
//escooterexpert.com/wp-includes/js/jquery/jquery.min.js
var image_save_msg='You are not allowed to save images!';
var no_menu_msg='Context Menu disabled!';
var smessage = "Content is protected !!";
function disableEnterKey(e)
{
var elemtype = e.target.tagName;
elemtype = elemtype.toUpperCase();
if (elemtype == "TEXT" || elemtype == "TEXTAREA" || elemtype == "INPUT" || elemtype == "PASSWORD" || elemtype == "SELECT" || elemtype == "OPTION" || elemtype == "EMBED")
{
elemtype = 'TEXT';
}
if (e.ctrlKey){
var key;
if(window.event)
key = window.event.keyCode; //IE
else
key = e.which; //firefox (97)
//if (key != 17) alert(key);
if (elemtype!= 'TEXT' && (key == 97 || key == 65 || key == 67 || key == 99 || key == 88 || key == 120 || key == 26 || key == 85 || key == 86 || key == 83 || key == 43 || key == 73))
{
if(wccp_free_iscontenteditable(e)) return true;
show_wpcp_message('You are not allowed to copy content or view source');
return false;
}else
return true;
}
}
/*For contenteditable tags*/
function wccp_free_iscontenteditable(e)
{
var e = e || window.event; // also there is no e.target property in IE. instead IE uses window.event.srcElement
var target = e.target || e.srcElement;
var elemtype = e.target.nodeName;
elemtype = elemtype.toUpperCase();
var iscontenteditable = "false";
if(typeof target.getAttribute!="undefined" ) iscontenteditable = target.getAttribute("contenteditable"); // Return true or false as string
var iscontenteditable2 = false;
if(typeof target.isContentEditable!="undefined" ) iscontenteditable2 = target.isContentEditable; // Return true or false as boolean
if(target.parentElement.isContentEditable) iscontenteditable2 = true;
if (iscontenteditable == "true" || iscontenteditable2 == true)
{
if(typeof target.style!="undefined" ) target.style.cursor = "text";
return true;
}
}
////////////////////////////////////
function disable_copy(e)
{
var e = e || window.event; // also there is no e.target property in IE. instead IE uses window.event.srcElement
var elemtype = e.target.tagName;
elemtype = elemtype.toUpperCase();
if (elemtype == "TEXT" || elemtype == "TEXTAREA" || elemtype == "INPUT" || elemtype == "PASSWORD" || elemtype == "SELECT" || elemtype == "OPTION" || elemtype == "EMBED")
{
elemtype = 'TEXT';
}
if(wccp_free_iscontenteditable(e)) return true;
var isSafari = /Safari/.test(navigator.userAgent) && /Apple Computer/.test(navigator.vendor);
var checker_IMG = '';
if (elemtype == "IMG" && checker_IMG == 'checked' && e.detail >= 2) {show_wpcp_message(alertMsg_IMG);return false;}
if (elemtype != "TEXT")
{
if (smessage !== "" && e.detail == 2)
show_wpcp_message(smessage);
if (isSafari)
return true;
else
return false;
}
}
//////////////////////////////////////////
function disable_copy_ie()
{
var e = e || window.event;
var elemtype = window.event.srcElement.nodeName;
elemtype = elemtype.toUpperCase();
if(wccp_free_iscontenteditable(e)) return true;
if (elemtype == "IMG") {show_wpcp_message(alertMsg_IMG);return false;}
if (elemtype != "TEXT" && elemtype != "TEXTAREA" && elemtype != "INPUT" && elemtype != "PASSWORD" && elemtype != "SELECT" && elemtype != "OPTION" && elemtype != "EMBED")
{
return false;
}
}
function reEnable()
{
return true;
}
document.onkeydown = disableEnterKey;
document.onselectstart = disable_copy_ie;
if(navigator.userAgent.indexOf('MSIE')==-1)
{
document.onmousedown = disable_copy;
document.onclick = reEnable;
}
function disableSelection(target)
{
//For IE This code will work
if (typeof target.onselectstart!="undefined")
target.onselectstart = disable_copy_ie;
//For Firefox This code will work
else if (typeof target.style.MozUserSelect!="undefined")
{target.style.MozUserSelect="none";}
//All other (ie: Opera) This code will work
else
target.onmousedown=function(){return false}
target.style.cursor = "default";
}
//Calling the JS function directly just after body load
window.onload = function(){disableSelection(document.body);};
//////////////////special for safari Start////////////////
var onlongtouch;
var timer;
var touchduration = 1000; //length of time we want the user to touch before we do something
var elemtype = "";
function touchstart(e) {
var e = e || window.event;
// also there is no e.target property in IE.
// instead IE uses window.event.srcElement
var target = e.target || e.srcElement;
elemtype = window.event.srcElement.nodeName;
elemtype = elemtype.toUpperCase();
if(!wccp_pro_is_passive()) e.preventDefault();
if (!timer) {
timer = setTimeout(onlongtouch, touchduration);
}
}
function touchend() {
//stops short touches from firing the event
if (timer) {
clearTimeout(timer);
timer = null;
}
onlongtouch();
}
onlongtouch = function(e) { //this will clear the current selection if anything selected
if (elemtype != "TEXT" && elemtype != "TEXTAREA" && elemtype != "INPUT" && elemtype != "PASSWORD" && elemtype != "SELECT" && elemtype != "EMBED" && elemtype != "OPTION")
{
if (window.getSelection) {
if (window.getSelection().empty) { // Chrome
window.getSelection().empty();
} else if (window.getSelection().removeAllRanges) { // Firefox
window.getSelection().removeAllRanges();
}
} else if (document.selection) { // IE?
document.selection.empty();
}
return false;
}
};
document.addEventListener("DOMContentLoaded", function(event) {
window.addEventListener("touchstart", touchstart, false);
window.addEventListener("touchend", touchend, false);
});
function wccp_pro_is_passive() {
var cold = false,
hike = function() {};
try {
const object1 = {};
var aid = Object.defineProperty(object1, 'passive', {
get() {cold = true}
});
window.addEventListener('test', hike, aid);
window.removeEventListener('test', hike, aid);
} catch (e) {}
return cold;
}
/*special for safari End*/
document.ondragstart = function() { return false;}
function nocontext(e) {
return false;
}
document.oncontextmenu = nocontext;
var e = document.getElementsByTagName('body')[0];
if(e)
{
e.setAttribute('unselectable',"on");
}
Skip to content
Pure Electric E-scooter Error Codes + Solutions
If you have a Pure Electric E-scooter and you get an error code, don’t panic, below you will find all possible error codes and their solution. You can also always try to reset your E-scooter first.
Other E-scooter brands Error Codes:
ZERO VSETT ERROR CODES
SEGWAY ERROR CODES
XIAOMI ERROR CODES
INOKIM ERROR CODES
KAABO ERROR CODES
Error codes Fault description Solution 0 no fault 1 over current protection change controller 2 under voltage protection change battery/controller 4 over voltage protection change battery/controller 8 rotation-clogging protection change battery/controller 10 up bridge fault change controller 20 down bride fault change controller 40 motor fault check cables first, change motor/controller 80 controller temperature fault change controller H1 throttle fault check cables first, change throttle/controller H2 brake lever fault check cables first, change brake lever/controller H4 controller software fault change controller/update controller software H8 reserved motor temperature fault 1 reserved r2 reserved r4 reserved -8 display and controller communication fault check cables first, change display/controller
These are all the error and fault codes that Pure Electric provided. Most of these errors are easily solved by yourself, if not you at least know what problem your Pure Electric scooter has when you take it to a specialist.
Post navigation
Similar Posts
Can You Take A Passenger On An Electric Scooter? Explained! The electric scooter is designed for one person, just like you used to stand alone on your scooter as a child. A question that is regularly asked: are there actually e-scooters for two people? Does that question also cross your mind? Below we answer your…
Electric Scooter Batteries Electric Scooter Batteries – 6 Common Questions Answered Electric Scooter Batteries – 6 Common Questions Answered I get questions daily in my inbox from readers who have questions about their electric scooter’s batteries, so I decided to answer them here instead of one by one. Here are the six most common questions…
Where And How To Rent An Electric Scooter In Seville – Rules, Costs, Providers, And Addresses! (In 2022) Wil je een elektrische step in Valencia huren? Sinds de introductie van de e-step zie je toeristen en inwoners door de stad cruisen met een e-step. Maar waar huur je zo’n e-step? Hoe werkt zo’n deelstep-app? En,…
How And Where To Rent An Electric Scooter In Germany – Rules, Costs, And Providers! Since 2019 it is possible to roll through Germany with an electric scooter legally. These ‘E-rollers’ or “E-TretRollers” as they are called in Germany can now be found on almost every street corner. In Berlin, more than 11,000 shared electric…
How And Where To Rent An Electric Scooter In Italy – Rules, Costs, And Providers! Since 2019 it is possible to use a “monopattino elettirico“, or electric scooter, in Italy. But how do you use these electric two-wheelers yourself and which traffic rules do you have to take into account? We’ll sort it out. The…
Dualtron discount code Dualtron discount code You’ve made up your mind for your first (or next) electric scooter, and you’ve chosen Dualtron. Excellent choice if I may say so 😁 Here is your Dualtron discount code. Click the button below and at checkout, you will automatically get your 7% discount Dualtron is an awesome electric…
error: Content is protected !!
document.documentElement.style.setProperty('--scrollbar-offset', window.innerWidth - document.documentElement.clientWidth + 'px' );
var timeout_result;
function show_wpcp_message(smessage)
{
if (smessage !== "")
{
var smessage_text = '<span>Alert: </span>'+smessage;
document.getElementById("wpcp-error-message").innerHTML = smessage_text;
document.getElementById("wpcp-error-message").className = "msgmsg-box-wpcp warning-wpcp showme";
clearTimeout(timeout_result);
timeout_result = setTimeout(hide_message, 3000);
}
}
function hide_message()
{
document.getElementById("wpcp-error-message").className = "msgmsg-box-wpcp warning-wpcp hideme";
}
//escooterexpert.com/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/table-of-contents.min.js
//escooterexpert.com/wp-content/uploads/uag-plugin/assets/6000/uag-js-5556-1695471527.js
//escooterexpert.com/wp-includes/js/comment-reply.min.js
var kadenceConfig = {"screenReader":{"expand":"Expand child menu","expandOf":"Expand child menu of","collapse":"Collapse child menu","collapseOf":"Collapse child menu of"},"breakPoints":{"desktop":"1024","tablet":768},"scrollOffset":"0"};
//escooterexpert.com/wp-content/themes/kadence/assets/js/navigation.min.js
//escooterexpert.com/wp-content/plugins/breeze/assets/js/js-front-end/breeze-lazy-load.min.js
//escooterexpert.com/wp-content/themes/kadence/assets/js/splide.min.js
var kadenceSlideConfig = {"of":"of","to":"to","slide":"Slide","next":"Next","prev":"Previous"};
//escooterexpert.com/wp-content/themes/kadence/assets/js/splide-init.min.js