GithubHelp home page GithubHelp logo

cordova-brother-label-printer's People

Contributors

gordol avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

cordova-brother-label-printer's Issues

Printing failed

We use the brother-sdk-upgrade branch. We try to print on the Brother QL820NWB. The printer is found by the plugin and can be selected. The printViaSDK function also calls the success callback. But nothing is printed. The status message displayed is ERROR_BROTHER_PRINTER_NOT_FOUND.

Here is our code:

var objPrintersAll = [];

document.addEventListener('deviceready', function(event) {
printerSearch();
});

function printerSearch(){
cordova.plugins.brotherPrinter.findBluetoothPrinters(printerSearchSuccess, printerSearchError);
}

function printerSearchSuccess(printers){
objPrintersAll = printers
printerSet();
}

function printerSearchError(reason){
alert('error: ' + reason);
}

function printerSet(){
cordova.plugins.brotherPrinter.setPrinter(objPrintersAll[0], printerSetSuccess, printerSetError);
}

function printerSetSuccess(){
var img = "base64string";
cordova.plugins.brotherPrinter.printViaSDK(img, printerPrintSuccess);
}

function printerSetError(reason){
alert('error: ' + reason);
}

function printerPrintSuccess(status){
alert('Printed ' + status);
}

Did we miss something? Any help is welcome. Thank you very much.

Plugin does not compile in Xcode Version 9.2 (9C40b)

First of all, thank you very much @Ayiga and others for the great work on the original iOS plugin.

I have installed this plugin and it won't compile on Xcode Version 9.2 as it keeps complaining about APPingModule.h

Please see screenshot.

Is there any special config or setting that I need?

Many thanks.

screenshot

Broken in Cordova 8

Looks like this plugin is broken in cordova 8. I get the error that /platforms/android/AndroidManifest.xml does not exist. It looks like Cordova changed the folder structure.

[INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113]

cli packages: (/usr/local/lib/node_modules)

@ionic/cli-utils  : 1.19.2
ionic (Ionic CLI) : 3.20.0

global packages:

cordova (Cordova CLI) : 8.0.0

local packages:

@ionic/app-scripts : 3.1.9
Cordova Platforms  : android 6.4.0
Ionic Framework    : ionic-angular 3.9.2

System:

Android SDK Tools : 26.1.1
Node              : v8.11.1
npm               : 5.6.0
OS                : macOS High Sierra
Xcode             : Xcode 9.0 Build version 9A235

Environment Variables:

ANDROID_HOME : /Users/praveen/Library/Android/sdk

Error on running - ionic cordova run android

after adding this plugin it start showing the error.

CordovaError: Error executing "adb -s emulator-5554 install -r "/Users/praveen/Documents/Project/VMS-PRINT/brother/platforms/android/build/outputs/apk/debug/android-debug.apk"": adb: failed to install /Users/praveen/Documents/Project/VMS-PRINT/brother/platforms/android/build/outputs/apk/debug/android-debug.apk: Failure [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113]

"CGBitmapContextCreate: unsupported parameter combination" when trying to print

The code that I am using is based on Ayiga's pull request, pull request #15 .

The error, however, comes from BRPtouchPrinter.print, and seems to be caused by bad parameters being passed to a call to CGBitmapContextCreate. Here's the exact error message that I get:

38171742_1876559235981706_8463269181737926656_n

Has anyone else encountered this? The image that I'm sending is ultimately derived from a base64 encoded (image/jpeg) that I get from an HTML canvas. I haven't changed any of the code that handles the base64 image data received from the Cordova side of the application.

I am printing via bluetooth., and I am testing this on an early-generation iPad Mini. The printer is a QL-820NWB. Aside from changing the default value for the label size, I have not adjusted any kind of configuration for the printer in the code.

Plugin Usage

First of all, thank you @gordol for the hard work put into this project, we all appreciate it.
I'm quite new to this .git and plugin environment, and would like to know if it is possible to provide a usage instruction as in real-life scenario.

I've found the printer(RJ-4040), but calling the printViaSDK with base64 image, returns error code:ERROR_NOT_SAME_MODEL
Code:

   cordova.plugins.brotherPrinter.findNetworkPrinters(function (bool, printers) {
                alert(bool + '\n' + printers);
                if (bool == true) {
                    cordova.plugins.brotherPrinter.printViaSDK(img, function (error) {
                        alert(error);
                    });
                }
            });

I've ensured that my device and printers are on the same wifi with the same i.p range.
I suspect that the base64 is wrongly formatted.
If you can provide an example how you guys managed to print via js I would appreciate it.

Thanks again

ERROR_WRONG_CUSTOM_INFO -> TD-2130N

I'm trying to implement a TD-2130N but I keep getting this error:

ERROR_WRONG_CUSTOM_INFO

Documentation says : Wrong information in custom paper setting file

I've tried adding the .bin file in the “customPaperFileSet” path in the sdcard (and upload it to the phone):

myPrinterInfo.customPaper = "/sdcard/customPaperFileSet/pdt3635.bin";

but same message.

Documentation also says that it should work this way:

myPrinter.setPrinterInfo(myPrinterInfo);
LabelInfo label = myPrinter.getLabelInfo();

but in that way I wouldn't be specifying the path to the settings.

Any thoughts? I'm totally lost.

printViaSdk always returns 'ERROR_WRONG_LABEL'

First of all, I would like to thank you for the great plugin. It is more useful.

I am using Brother QL-710W printer over wifi. I have installed this plugin on my ionic app. To set the printer I am calling 'findNetworkPrinters' and then 'setPrinter'. After that passing base64 format bmp(height:96px, width:192px) to 'printViaSdk' method of plugin. But it is always returning "ERROR_WRONG_LABEL".

It will be grateful if you provide the solution.

Plugin Configuration XML States Camera is Required

First off, great plugin - saved me after hours of trying to figure out why every driver for our Brother label printer wasn't working.

We automate builds and plugin updates. Our build script is failing due to duplicate entries for camera use. I see in your plugin.xml you state that the camera is required:

<uses-feature android:name="android.hardware.camera" android:required="true" />

Is this truly necessary? If not, are you willing to remove the requirement?

Thanks!

printViaSDK gives error

Hello,
I am getting following error after calling printViaSDK.

Error: "The passed in data did not seem to be a decodable image.
Please ensure it is a base64 encoded string of a supported Android format"

I am passing base64 string. So please give any sample base64 string or give some feedback.

Thanks.

PrinterStatus: ERROR_INTERNAL_ERROR

HI
trying to print an image using printViaSDK

find the printer ok ( QL-720nw) but get PrinterStatus: ERROR_INTERNAL_ERROR when trying to send to printer

using SDK demo app works ok.

tried everything, cant figure it out

printViaSDK callback does not run when encountering WLAN error

I've purposely been triggering a network error to occur when calling printViaSDK by having my ipad connected to a different network than that of the brother printer, however the callback never gets runned, instead I see this in my safari and xcode consoles error: Error occured while WLAN printing. Which is line 557 in BrotherPrinter.m file.

https://github.com/gordol/cordova-brother-label-printer/blob/dev/src/ios/BrotherPrinter.m#L557

It would be great if the callback actually got triggered with a good error as a response that way I can handle that on the js side. Otherwise, the js side has no idea why the printer didn't print since the callback never gets invoked.
Any help would be appreciated.

Is there a Better way to Label Printing?

First, I would like to thank you all @gordol , @momzor @Ayiga , @sllobera , @ltrtom for your hard work.

This is rather a set of questions

(Note that I am new to label printing ...)

1- Would this https://play.google.com/store/apps/details?id=com.brother.printservice&hl=en_GB
help print directly from an app without this cordova plugin?
I have tried but the Brother Print Service could not find my QL-710w.

2- IMHO, there must be a better way to label printing...
let's say I need to support in my app 10 brands of label printers... with the current approach, I will have to integrate and bundle with my app 10 SDKs and their respective native libraries ... :-(
There must be a better way ...

Thank you very much @gordol , @momzor @Ayiga , @sllobera , @ltrtom and others for your work on this

Arcadius

How to check available printers?

I am trying to integrate with this model
Brother High-Speed Label Printer with Wireless Networking (QL710W)

in Cordova project.
Is it possible to work this printer?
Thanks

Change findNetworkPrinters response format

Hi, would it be possible to change the format of the response from findNetworkPrinters?

currently I'm seeing [{nodeName=printer-1,ipAddress=123.55.12.1}] is it possible to convert it to proper format?

Is there any way to pass HTML for print label..?

Hello,
I have application which has requirement like, I need to pass HTML to printer and that should printed as label.
I successfully implemented this plugin, but I could't not pass base64 string because I don't want to print image i want to print HTML based dynamic labels.
And I also want to know about iOS support for this plugin.

So can you please help me to figure out this issue.

Ionic - undefined is not an object

I'm trying to use this plugin with a new Ionic app, when pulling in the plugin and calling the plugin in my home controller as a test, hooking up a button to fire one of the functions on this plugin. Code & error message below.

I'm testing this via the Ionic Serve command with the Ionic DevApp.

Part of my home component

import { Component } from '@angular/core';
import { NavController } from 'ionic-angular';
import { Printer, PrintOptions } from '@ionic-native/printer';

declare var cordova; // DECLARING Cordova

@Component({
  selector: 'page-home',
  templateUrl: 'home.html'
})
export class HomePage {
   constructor(public navCtrl: NavController, private printer: Printer) {...}
...

Test Function

brotherTest() {
    cordova.plugins.brotherPrinter.findNetworkPrinters((data)=>{
        console.log("Success");
        console.log(data)
    },(err)=>{
        console.log("Error");
        console.log(err)
    });
  }

Error Message

undefined is not an object (evaluating 'cordova.plugins.brotherPrinter.findNetworkPrinters')

Crush in android 8 oreo

Hello
I wanted to report that in Android 8 hours or the plugin does not work .. tested with honor 9 lite and huawei mediapad m5
whether the printsdk method or the printwifi is used

Problem to add the plugin on angularJS Code

Hi,

First, I would thank the creator of the plugin for his work.

I'm trying to add the plugin on an Ionic Angular code, but despite the documentation, i don't know how to call the plugin's functions. If it work like other cordova plugins, we shoud call them like:

cordova.plugins.BrotherPrinter.findNetworkPrinters(); cordova.plugins.BrotherPrinter.printViaSDK(doc);

or

window.plugin.BrotherPrinter.findNetworkPrinters(); window.plugin.BrotherPrinter.printViaSDK(doc);

i added the plugin on my cordova plugin list, and I presume that I have nothing else to do but call the functions.

i'm doing something wrong and i would know if there are subtleties to know for the implementation of the code which is not in the usage doc.

And, i don't understand why the print input must be a bitmap and not a string (it's just curiosity).

NB : a small working exemple would be great.

Thank a lot for your answers.

model configuration via config.xml

Today I received an email from someone wanting support to configure the model via the config.xml...

I've tossed up a work in progress branch (dev) here: e2c27e3

Now you can set the printer from the config.xml:

<preference name="brother-label-printer-model" value="QL-720NW"/>

However, there are two other places where the Brother SDK expects a printer model to be passed in, on lines 201, and 301 of src/android/BrotherPrinter.java.

So this needs a little more work...

I think we can get the proper model name variable from here, but need to research/test this first.

Upgrade the Bundled SDK

This is the awesome plugin I have been searching for. It would be great if the bundled SDK can be upgraded to the latest version to keep it relevant and useful for everyone, especially those with newer model of printer.

ENOENT: no such file or directory, open

On android 7.0.0 after I install the plugin I receive the following error:

(node:17824) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, open 'path\platforms\android\res\xml\config.xml'

can somebody help me with this? I really need to make this work, please

App crashing when using a base64 encoded image for printViaSDK function

Hi,

I have set up the plugin and I can find a list of printers OK. I am now trying to use the printViaSDK function but the android app is crashing when I call it. There are no errors in the console window.

To get the base64 string, I created a bitmap image, converted it to base64 and removed the data:image/bmp;base64, text from the front of the string. Is this correct?

This is my code (sorry for the long image string):

let image = 'Qk04VAEAAAAAADYAAAAoAAAAqgAAAKoAAAABABgAAAAAAAJUAQASCwAAEgsAAAAAAAAAAAAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////qqqqAAAAAAAAAAAAjY2N////////////////////////uLi4fX19AAAAAAAAAAAAAAAAnJyc0dHR////////////////////xcXFnJycAAAAAAAAAAAAAAAAfX19xcXF////////////////////////0dHRWFhYAAAAAAAAAAAAjY2NxcXF9PT0/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+qqqoAAAAAAAAAAACNjY3////////////////09PRra2sAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABra2vd3d3////p6elra2sAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACNjY3////////////////d3d0AAAAAAAAAAAAAAAAAAAAAAAAAAADd3d3/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6qqqgAAAAAAAAAAAI2Njf///////////////319fQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJycnP////T09CYmJgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALi4uP///////////5ycnAAAAAAAAAAAAAAAAAAAAAAAAAAAAPT09P////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////qqqqAAAAAAAAAAAAjY2N////////////0dHRAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA6enp////////fX19AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfX19////////////a2trAAAAAAAAAAAAAAAAAAAAAAAAWFhY/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+qqqoAAAAAAAAAAACNjY3///////////+NjY0AAAAAAAAAAABra2vR0dH////////////d3d2NjY19fX3///////////+4uLhYWFiqqqr09PT////////FxcUAAAAAAAAAAABYWFj///////////9ra2sAAAAAAAAAAACcnJz////////R0dH/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6qqqgAAAAAAAAAAAI2Njf///////////0JCQgAAAAAAACYmJvT09P////////////////////////////////////////////////////////////T09I2NjQAAAAAAAAAAAGtra////////////2trawAAAAAAAAAAAN3d3f////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////qqqqAAAAAAAAAAAAjY2N////////////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////////////////6enpqqqqJiYmAAAAAAAAAAAAAAAAAAAAuLi4////////////a2trAAAAAAAAAAAA6enp/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+qqqoAAAAAAAAAAACNjY3///////////8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADp6en///////+qqqoAAAAAAAAAAAAAAAAAAAAAAAAAAACNjY3///////////////9ra2sAAAAAAAAAAADp6en/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6qqqgAAAAAAAAAAAI2Njf///////////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN3d3f///8XFxQAAAAAAAAAAAAAAAAAAAAAAAGtra8XFxf///////////////////2trawAAAAAAAAAAAOnp6f////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////qqqqAAAAAAAAAAAAjY2N////////////QkJCAAAAAAAAAAAA6enp////////////////qqqqAAAAAAAAAAAA6enp////WFhYAAAAAAAAAAAAjY2Nqqqq////////////////////////////////a2trAAAAAAAAAAAA6enp/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+qqqoAAAAAAAAAAACNjY3///////////+NjY0AAAAAAAAAAABYWFjd3d3////////d3d1CQkIAAAAAAAAAAAD09PT///9CQkIAAAAAAAAAAADd3d3////////d3d2qqqqcnJz///////////////9ra2sAAAAAAAAAAADp6en/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6qqqgAAAAAAAAAAAI2Njf///////////9HR0QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFhYWP///////0JCQgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACYmJv///////0JCQgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGtra/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////qqqqAAAAAAAAAAAAjY2N////////////////fX19AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAxcXF////////jY2NAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA3d3d////QkJCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAa2tr////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Zz////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+qqqoAAAAAAAAAAACNjY3///////////////////99fX0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACqqqr////////////p6elCQkIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADFxcX///9CQkIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABra2v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9lP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6qqqgAAAAAAAAAAAI2Njf///////////////////////9HR0ZycnAAAAAAAAAAAAAAAAI2NjdHR0f////////////////////T09KqqqiYmJgAAAAAAAAAAAGtra6qqqvT09P///////0JCQgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGtra////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2I/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////qqqqAAAAAAAAAAAAjY2N////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////a2trAAAAAAAAAAAA6enp////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Xz////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+qqqoAAAAAAAAAAACNjY3///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ra2sAAAAAAAAAAADp6en///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9cP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////42NjQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGtra////////////////////////////////////////////////////////////////////////////////////////////////////////2trawAAAAAAAAAAAOnp6f///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////1k/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////jY2NAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAa2tr////////////////////////////////////////////////////////////////////////////////////////////////////////////0dHRqqqqQkJC6enp////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Vj////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+NjY0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABra2v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9TP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////42NjQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGtra////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////1A/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////TD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9JP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0Y/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Qj////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8+P////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////zo/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Nj////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8yP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////y4/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////KT////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8kP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////x8/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Gj////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8UP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w4/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////QkJCAAAAAAAAAAAAxcXF////////////////////////////////uLi4AAAAAAAAAAAAJiYm9PT00dHRAAAAAAAAAAAAjY2N////////////////6enpAAAAAAAAAAAAa2tr////////////////////uLi4a2trAAAAAAAAAAAAjY2N3d3d////fX19AAAAAAAA3d3d////////a2trAAAAAAAAAAAA6enp////////////////////////////////0dHRnJycAAAAAAAAAAAAAAAAjY2NxcXF////////////////////////QkJCAAAAAAAAAAAA////////////////////6enpqqqqAAAAAAAAAAAAQkJCqqqq////3d3dAAAAAAAAfX19////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////CD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+qqqoAAAAAAAAAAAB9fX3///////////////////////////////9YWFgAAAAAAAAAAACNjY3////R0dEAAAAAAAAAAACNjY3////////////////p6ekAAAAAAAAAAABra2v///////////////99fX0AAAAAAAAAAAAAAAAAAAAAAAAAAADR0dEmJiYAAAAAAAD09PT///////9ra2sAAAAAAAAAAADp6en///////////////////////////99fX0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABra2v09PT///////////////9CQkIAAAAAAAAAAAD////////////////R0dEmJiYAAAAAAAAAAAAAAAAAAAAAAABra2uqqqoAAAAAAACcnJz///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8BP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+np6QAAAAAAAAAAAAAAAOnp6f///////////////////////9HR0QAAAAAAAAAAAAAAANHR0f///9HR0QAAAAAAAAAAAI2Njf///////////////+np6QAAAAAAAAAAAGtra////////////6qqqgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP///////////2trawAAAAAAAAAAAOnp6f///////////////////////5ycnAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH19ff///////////////0JCQgAAAAAAAAAAAP////////////T09CYmJgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKqqqv////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////M+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////a2trAAAAAAAAAAAAqqqq////////////////////////jY2NAAAAAAAAAAAAQkJC////////0dHRAAAAAAAAAAAAjY2N////////////////6enpAAAAAAAAAAAAa2tr////////////JiYmAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////////////a2trAAAAAAAAAAAA6enp////////////////////0dHRAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuLi4////////////QkJCAAAAAAAAAAAA////////////qqqqAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAqqqq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4T7///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+4uLgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACcnJz////////R0dEAAAAAAAAAAACNjY3////////////////p6ekAAAAAAAAAAABra2v////////d3d0AAAAAAAAAAAAAAACNjY3////////p6elra2sAAAAAAAAAAAAAAAD///////////9ra2sAAAAAAAAAAADp6en///////////////////+cnJwAAAAAAAAAAAAAAAC4uLj////////R0dFCQkIAAAAAAAAAAAB9fX3///////////9CQkIAAAAAAAAAAAD///////////99fX0AAAAAAAAAAABCQkLR0dH///////+4uLgAAAAAAAAAAAAAAACqqqr////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////NPv////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////T09CYmJgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN3d3f///////9HR0QAAAAAAAAAAAI2Njf///////////////+np6QAAAAAAAAAAAGtra////////6qqqgAAAAAAAAAAAEJCQv////////////////T09AAAAAAAAAAAAAAAAP///////////2trawAAAAAAAAAAAOnp6f///////////////////1hYWAAAAAAAAAAAAKqqqv///////////////9HR0QAAAAAAAAAAACYmJv///////////0JCQgAAAAAAAAAAAP///////////yYmJgAAAAAAAAAAALi4uP///////////////5ycnAAAAAAAAAAAAKqqqv///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7Y+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////fX19AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWFhY////////////0dHRAAAAAAAAAAAAjY2N////////////////6enpAAAAAAAAAAAAa2tr////////qqqqAAAAAAAAAAAAnJyc////////////////////AAAAAAAAAAAAAAAA////////////a2trAAAAAAAAAAAA6enp////////////////////AAAAAAAAAAAAAAAA6enp////////////////////AAAAAAAAAAAAAAAA6enp////////QkJCAAAAAAAAAAAA////////////AAAAAAAAAAAAAAAA9PT0////////////////qqqqAAAAAAAAAAAAqqqq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////mD7////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////FxcUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACqqqr////////////R0dEAAAAAAAAAAACNjY3////////////////p6ekAAAAAAAAAAABra2v///////+qqqoAAAAAAAAAAACqqqr///////////////////8AAAAAAAAAAAAAAAD///////////9ra2sAAAAAAAAAAADp6en///////////////////8AAAAAAAAAAAAAAAD///////////////////////9CQkIAAAAAAAAAAADp6en///////9CQkIAAAAAAAAAAAD///////////8AAAAAAAAAAAAAAAD///////////////////+qqqoAAAAAAAAAAACqqqr///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9cPv///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////yYmJgAAAAAAACYmJv///////////////yYmJgAAAAAAAAAAAPT09P///////////9HR0QAAAAAAAAAAAI2Njf///////////////+np6QAAAAAAAAAAAGtra////////6qqqgAAAAAAAAAAAI2Njf///////////////////wAAAAAAAAAAAAAAAP///////////2trawAAAAAAAAAAAOnp6f///////////////////wAAAAAAAAAAAAAAAPT09P///////////////////wAAAAAAAAAAAAAAAPT09P///////0JCQgAAAAAAAAAAAP///////////wAAAAAAAAAAAAAAAOnp6f///////////////6qqqgAAAAAAAAAAAKqqqv////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////nJycAAAAAAAAAAAA0dHR////////0dHRAAAAAAAAAAAAa2tr////////////////0dHRAAAAAAAAAAAAQkJC////////////////xcXFAAAAAAAAAAAAa2tr////////xcXFAAAAAAAAAAAAQkJC////////////////////AAAAAAAAAAAAAAAA////////////a2trAAAAAAAAAAAA0dHR////////////////////WFhYAAAAAAAAAAAAuLi4////////////////0dHRAAAAAAAAAAAAJiYm////////////QkJCAAAAAAAAAAAA////////////WFhYAAAAAAAAAAAAuLi4////////////////qqqqAAAAAAAAAAAAqqqq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Zz/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////d3d0AAAAAAAAAAACcnJz///////+NjY0AAAAAAAAAAAC4uLj////////////////R0dEAAAAAAAAAAAAAAABra2vp6en////p6elYWFgAAAAAAAAAAABra2v////////09PQAAAAAAAAAAAAAAAB9fX3p6en////////R0dEAAAAAAAAAAAAAAAD///////////9ra2sAAAAAAAAAAABCQkLR0dH////////p6en///+cnJwAAAAAAAAAAAAmJibFxcX////////R0dFCQkIAAAAAAAAAAAB9fX3///////////9CQkIAAAAAAAAAAAD///////////+cnJwAAAAAAAAAAAAmJia4uLj///////////9ra2sAAAAAAAAAAACqqqr///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9lP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0JCQgAAAAAAACYmJv///////yYmJgAAAAAAACYmJvT09P///////////////9HR0QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJycnP///////////2trawAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP///////////2trawAAAAAAAAAAAAAAAAAAAAAAAAAAAJycnP///9HR0QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMXFxf///////////0JCQgAAAAAAAAAAAP///////////9HR0QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKqqqv///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2I/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////qqqqAAAAAAAAAAAA0dHRxcXFAAAAAAAAAAAAfX19////////////////////0dHRAAAAAAAAAAAAJiYmAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAxcXF////////////3d3dAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////////////a2trAAAAAAAAQkJCAAAAAAAAAAAAAAAAa2tr////////nJycAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfX19////////////////QkJCAAAAAAAAAAAA////////////////fX19AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAqqqq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Xz/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////p6ekAAAAAAAAAAACqqqqqqqoAAAAAAAAAAADFxcX////////////////////R0dEAAAAAAAAAAADp6elYWFgAAAAAAAAAAAAAAAAAAAAAAABYWFj////////////////////R0dEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///////////9ra2sAAAAAAACcnJx9fX0AAAAAAAAAAABCQkL///////////99fX0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABra2v09PT///////////////9CQkIAAAAAAAAAAAD///////////////////9ra2sAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACqqqr///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9cP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////1hYWAAAAAAAAH19fX19fQAAAAAAACYmJv///////////////////////9HR0QAAAAAAACYmJv///////6qqqkJCQgAAAAAAAAAAAKqqqv////////////////////////////T09KqqqiYmJgAAAAAAAAAAAGtrawAAAAAAAAAAAAAAAP///////////2trawAAAAAAAMXFxf///5ycnAAAAAAAAFhYWP///////////////9HR0ZycnAAAAAAAAAAAAAAAAI2NjcXFxf///////////////////////0JCQgAAAAAAAAAAAP///////////////////////8XFxX19fQAAAAAAAAAAAAAAAGtrawAAAAAAAAAAAKqqqv///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////1k/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////qqqqAAAAAAAAWFhYQkJCAAAAAAAAnJyc////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAAAAAAAAAAAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////qqqqAAAAAAAAAAAAqqqq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Vj/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////09PQAAAAAAAAAAAAAAAAAAAAAAADd3d3///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAAAAAAAAAAAAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+qqqoAAAAAAAAAAACqqqr///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9TP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////319fQAAAAAAAAAAAAAAAEJCQv///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wAAAAAAAAAAAAAAAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6qqqgAAAAAAAGtra+np6f///////////////////////////////////////////6qqqgAAAAAAAAAAAKqqqv///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////1A/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////xcXFAAAAAAAAAAAAAAAAqqqq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAAAAAAAAAAAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3d3dAAAAAAAAAAAAAAAAfX19////////////////////////////////////////////qqqqAAAAAAAAAAAAqqqq////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////TD/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////09PQmJiYAAAAAAAAAAADp6en///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAAAAAAAAAAAAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////09PQAAAAAAAAAAAAAAAB9fX3///////////////////////////////////////////+qqqoAAAAAAAAAAACqqqr///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9JP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////42NjQAAAAAAAGtra////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wAAAAAAAAAAAAAAAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7i4uAAAAAAAAGtra+np6f///////////////////////////////////////////6qqqgAAAAAAAAAAAKqqqv///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0Y/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Qj////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8+P////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////zo/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Nj////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8yP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////y4/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////KT////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8kP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////x8/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Gj////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8UP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w4/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////CD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8BP/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////M+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////4T7////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////NPv///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7Y+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////mD7///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9cPv////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8A////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////fz////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////93P////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////28/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Zz////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9fP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////1c/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Tz////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9HP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////z8/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Nz////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8vP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////yc/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Hz////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8XP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Bz//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Pv///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+8+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3z7////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////PPv///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////78+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////rz7///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+fPv///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////48+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////fz7///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9fPv///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////z8+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Hz7/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Pf///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////789////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////fj3////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8PAAA';

      (<any>window).plugin.brotherPrinter.printViaSDK(image, function(statusCode) {
        console.log(statusCode);
      });

Can't Install plugin for Ionic 2 and above

Hello,
I am getting error while installing this plugin. I am using Ionic 2. Following are error which i am getting.
Error: Failed to fetch plugin.
Probably this is either a connection problem, or plugin spec is incorrect.

Can any one help me to resolve this issue.

Thanks.

Need directions

This page has no examples or directions on how to use this in the app.

NPE When Printing

I've built and rebuilt but continue to receive nullpointerexceptions in logs when trying to print:

java.lang.NullPointerException: Attempt to get length of null array
at com.brother.ptouch.sdk.Printer.tempFileDelete(Printer.java:766)
at com.brother.ptouch.sdk.Printer.finish(Printer.java:1756)
at com.brother.ptouch.sdk.Printer.getLabelInfo(Printer.java:1570)
at com.brother.ptouch.sdk.Printer.checkLabelInPrinter(Printer.java:1615)
at com.threescreens.cordova.plugin.brotherPrinter.BrotherPrinter$2.run(BrotherPrinter.java:209)

Debugging the application shows that this occurs when attempting to delete temp files.

Any ideas?

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.