diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..df7c54d5 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +[*] +indent_style = tab +indent_size = 4 +end_of_line = lf +insert_final_newline = false + +[*.json] +indent_size = 2 + +[*.yml] +indent_style = space +indent_size = 2 \ No newline at end of file diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml new file mode 100644 index 00000000..55eb4ea8 --- /dev/null +++ b/.github/workflows/publish.yml @@ -0,0 +1,20 @@ +name: Publish to NPM + +on: + push: + branches: + - master + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + with: + node-version: 22 + registry-url: "https://registry.npmjs.org" + - name: Publishing + run: npm publish --access public + env: + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..bdf6ba9d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +error.log diff --git a/LICENSE b/LICENSE index 0ad25db4..153d416d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,661 +1,165 @@ - GNU AFFERO GENERAL PUBLIC LICENSE - Version 3, 19 November 2007 + GNU LESSER GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. - Preamble - - The GNU Affero General Public License is a free, copyleft license for -software and other kinds of works, specifically designed to ensure -cooperation with the community in the case of network server software. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -our General Public Licenses are intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - Developers that use our General Public Licenses protect your rights -with two steps: (1) assert copyright on the software, and (2) offer -you this License which gives you legal permission to copy, distribute -and/or modify the software. - - A secondary benefit of defending all users' freedom is that -improvements made in alternate versions of the program, if they -receive widespread use, become available for other developers to -incorporate. Many developers of free software are heartened and -encouraged by the resulting cooperation. However, in the case of -software used on network servers, this result may fail to come about. -The GNU General Public License permits making a modified version and -letting the public access it on a server without ever releasing its -source code to the public. - - The GNU Affero General Public License is designed specifically to -ensure that, in such cases, the modified source code becomes available -to the community. It requires the operator of a network server to -provide the source code of the modified version running there to the -users of that server. Therefore, public use of a modified version, on -a publicly accessible server, gives the public access to the source -code of the modified version. - - An older license, called the Affero General Public License and -published by Affero, was designed to accomplish similar goals. This is -a different license, not a version of the Affero GPL, but Affero has -released a new version of the Affero GPL which permits relicensing under -this license. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU Affero General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Remote Network Interaction; Use with the GNU General Public License. - - Notwithstanding any other provision of this License, if you modify the -Program, your modified version must prominently offer all users -interacting with it remotely through a computer network (if your version -supports such interaction) an opportunity to receive the Corresponding -Source of your version by providing access to the Corresponding Source -from a network server at no charge, through some standard or customary -means of facilitating copying of software. This Corresponding Source -shall include the Corresponding Source for any work covered by version 3 -of the GNU General Public License that is incorporated pursuant to the -following paragraph. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the work with which it is combined will remain governed by version -3 of the GNU General Public License. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU Affero General Public License from time to time. Such new versions -will be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU Affero General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU Affero General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU Affero General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published - by the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If your software can interact with users remotely through a computer -network, you should also make sure that it provides a way for users to -get its source. For example, if your program is a web application, its -interface could display a "Source" link that leads users to an archive -of the code. There are many ways you could offer source, and different -solutions will be better for different programs; see section 13 for the -specific requirements. - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU AGPL, see -. + + This version of the GNU Lesser General Public License incorporates +the terms and conditions of version 3 of the GNU General Public +License, supplemented by the additional permissions listed below. + + 0. Additional Definitions. + + As used herein, "this License" refers to version 3 of the GNU Lesser +General Public License, and the "GNU GPL" refers to version 3 of the GNU +General Public License. + + "The Library" refers to a covered work governed by this License, +other than an Application or a Combined Work as defined below. + + An "Application" is any work that makes use of an interface provided +by the Library, but which is not otherwise based on the Library. +Defining a subclass of a class defined by the Library is deemed a mode +of using an interface provided by the Library. + + A "Combined Work" is a work produced by combining or linking an +Application with the Library. The particular version of the Library +with which the Combined Work was made is also called the "Linked +Version". + + The "Minimal Corresponding Source" for a Combined Work means the +Corresponding Source for the Combined Work, excluding any source code +for portions of the Combined Work that, considered in isolation, are +based on the Application, and not on the Linked Version. + + The "Corresponding Application Code" for a Combined Work means the +object code and/or source code for the Application, including any data +and utility programs needed for reproducing the Combined Work from the +Application, but excluding the System Libraries of the Combined Work. + + 1. Exception to Section 3 of the GNU GPL. + + You may convey a covered work under sections 3 and 4 of this License +without being bound by section 3 of the GNU GPL. + + 2. Conveying Modified Versions. + + If you modify a copy of the Library, and, in your modifications, a +facility refers to a function or data to be supplied by an Application +that uses the facility (other than as an argument passed when the +facility is invoked), then you may convey a copy of the modified +version: + + a) under this License, provided that you make a good faith effort to + ensure that, in the event an Application does not supply the + function or data, the facility still operates, and performs + whatever part of its purpose remains meaningful, or + + b) under the GNU GPL, with none of the additional permissions of + this License applicable to that copy. + + 3. Object Code Incorporating Material from Library Header Files. + + The object code form of an Application may incorporate material from +a header file that is part of the Library. You may convey such object +code under terms of your choice, provided that, if the incorporated +material is not limited to numerical parameters, data structure +layouts and accessors, or small macros, inline functions and templates +(ten or fewer lines in length), you do both of the following: + + a) Give prominent notice with each copy of the object code that the + Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the object code with a copy of the GNU GPL and this license + document. + + 4. Combined Works. + + You may convey a Combined Work under terms of your choice that, +taken together, effectively do not restrict modification of the +portions of the Library contained in the Combined Work and reverse +engineering for debugging such modifications, if you also do each of +the following: + + a) Give prominent notice with each copy of the Combined Work that + the Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the Combined Work with a copy of the GNU GPL and this license + document. + + c) For a Combined Work that displays copyright notices during + execution, include the copyright notice for the Library among + these notices, as well as a reference directing the user to the + copies of the GNU GPL and this license document. + + d) Do one of the following: + + 0) Convey the Minimal Corresponding Source under the terms of this + License, and the Corresponding Application Code in a form + suitable for, and under terms that permit, the user to + recombine or relink the Application with a modified version of + the Linked Version to produce a modified Combined Work, in the + manner specified by section 6 of the GNU GPL for conveying + Corresponding Source. + + 1) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (a) uses at run time + a copy of the Library already present on the user's computer + system, and (b) will operate properly with a modified version + of the Library that is interface-compatible with the Linked + Version. + + e) Provide Installation Information, but only if you would otherwise + be required to provide such information under section 6 of the + GNU GPL, and only to the extent that such information is + necessary to install and execute a modified version of the + Combined Work produced by recombining or relinking the + Application with a modified version of the Linked Version. (If + you use option 4d0, the Installation Information must accompany + the Minimal Corresponding Source and Corresponding Application + Code. If you use option 4d1, you must provide the Installation + Information in the manner specified by section 6 of the GNU GPL + for conveying Corresponding Source.) + + 5. Combined Libraries. + + You may place library facilities that are a work based on the +Library side by side in a single library together with other library +facilities that are not Applications and are not covered by this +License, and convey such a combined library under terms of your +choice, if you do both of the following: + + a) Accompany the combined library with a copy of the same work based + on the Library, uncombined with any other library facilities, + conveyed under the terms of this License. + + b) Give prominent notice with the combined library that part of it + is a work based on the Library, and explaining where to find the + accompanying uncombined form of the same work. + + 6. Revised Versions of the GNU Lesser General Public License. + + The Free Software Foundation may publish revised and/or new versions +of the GNU Lesser General Public License from time to time. Such new +versions will be similar in spirit to the present version, but may +differ in detail to address new problems or concerns. + + Each version is given a distinguishing version number. If the +Library as you received it specifies that a certain numbered version +of the GNU Lesser General Public License "or any later version" +applies to it, you have the option of following the terms and +conditions either of that published version or of any later version +published by the Free Software Foundation. If the Library as you +received it does not specify a version number of the GNU Lesser +General Public License, you may choose any version of the GNU Lesser +General Public License ever published by the Free Software Foundation. + + If the Library as you received it specifies that a proxy can decide +whether future versions of the GNU Lesser General Public License shall +apply, that proxy's public statement of acceptance of any version is +permanent authorization for you to choose that version for the +Library. \ No newline at end of file diff --git a/data/003/0299/en_US.json b/data/003/0299/en_US.json index 54f70e7b..8f7f79f7 100644 --- a/data/003/0299/en_US.json +++ b/data/003/0299/en_US.json @@ -1,7 +1,7 @@ { "003": { "0299": { - "name": "Unknown", + "name": "nn::ac::ResultWifiOff", "message": "", "short_description": "Unknown cause.", "long_description": "Unknown cause.", diff --git a/data/003/0399/en_US.json b/data/003/0399/en_US.json index e4ed0058..9e7efd2b 100644 --- a/data/003/0399/en_US.json +++ b/data/003/0399/en_US.json @@ -1,7 +1,7 @@ { "003": { "0399": { - "name": "Unknown", + "name": "nn::ac::ResultNotAgreeEula", "message": "", "short_description": "Unknown cause.", "long_description": "Unknown cause.", diff --git a/data/003/1099/en_US.json b/data/003/1099/en_US.json index c2bbc093..036acb34 100644 --- a/data/003/1099/en_US.json +++ b/data/003/1099/en_US.json @@ -1,7 +1,7 @@ { "003": { "1099": { - "name": "Unknown", + "name": "nn::ac::ResultNotFoundAccessPoint", "message": "", "short_description": "Unknown cause.", "long_description": "Unknown cause.", diff --git a/data/003/1200/en_US.json b/data/003/1200/en_US.json index 7c4f7650..16187b15 100644 --- a/data/003/1200/en_US.json +++ b/data/003/1200/en_US.json @@ -1,7 +1,7 @@ { "003": { "1200": { - "name": "Unknown", + "name": "nn::ac::ResultConflictIpAddress", "message": "Another device is using the same\nIP address, so the connection was \nrefused.\n\nGo to System Settings ⇒ Internet \nSettings and change your IP address", "short_description": "Unknown cause.", "long_description": "Unknown cause.", diff --git a/data/003/1300/en_US.json b/data/003/1300/en_US.json index a5444539..73e3f637 100644 --- a/data/003/1300/en_US.json +++ b/data/003/1300/en_US.json @@ -1,7 +1,7 @@ { "003": { "1300": { - "name": "Unknown", + "name": "nn::ac::ResultUnsupportAuthAlgorithm", "message": "Could not connect to the \naccess point.\n\nYou need to change the security\nsettings for this access point.\nChange these settings in System\nSettings ⇒ Internet Settings.\n\nFor help, visit support.nintendo.com", "short_description": "Unknown cause.", "long_description": "Unknown cause.", diff --git a/data/003/2000/en_US.json b/data/003/2000/en_US.json index dd5e1eac..8367f8d3 100644 --- a/data/003/2000/en_US.json +++ b/data/003/2000/en_US.json @@ -1,7 +1,7 @@ { "003": { "2000": { - "name": "Unknown", + "name": "nn::ac::ResultInvalidDns", "message": "Could not connect to the Internet.\n\n■ The security key or DNS may \nhave been entered incorrectly. Check \nthe setting in System Settings ⇒ \nInternet Settings.\n\n■ There may be problems with the \nnetwork or the environment.\nTo ensure an optimal connection \nenvironment, move closer to the \naccess point and make sure that there\nare no obstructions between the\nsystem and the access point.\nIf this does not work, please try \nagain later.\n\n■ Check that your computer can\nconnect to the Internet using the same\nsettings. If not, refer to the instruction\nbooklet that came with the access\npoint", "short_description": "Unknown cause.", "long_description": "Unknown cause.", diff --git a/data/003/2001/en_US.json b/data/003/2001/en_US.json index e9c3ef26..5f84fa66 100644 --- a/data/003/2001/en_US.json +++ b/data/003/2001/en_US.json @@ -1,7 +1,7 @@ { "003": { "2001": { - "name": "Unknown", + "name": "nn::ac::ResultInvalidDns", "message": "", "short_description": "Unknown cause.", "long_description": "Unknown cause.", diff --git a/data/003/2100/en_US.json b/data/003/2100/en_US.json index c9d4228d..8f480b40 100644 --- a/data/003/2100/en_US.json +++ b/data/003/2100/en_US.json @@ -1,7 +1,7 @@ { "003": { "2100": { - "name": "Unknown", + "name": "nn::ac::ResultFailedConnTest", "message": "Could not connect to the Internet.\n\nThe network may be busy, or there\nmay be problems with the connection\nenvironment. To ensure an optimal\nconnection environment, move closer\nto the access point and make sure that\nthere are no obstructions between\nthe system and the access point.\nIf this does not work, please try\nagain later.\n\n■ Check that your computer can\nconnect to the Internet using the same\nsettings. If not, refer to the instruction\nbooklet that came with your\naccess point.\n\n■ The DNS setting may have been \nentered incorrectly. Check the setting \nin System Settings ⇒ Internet \nSettings.\n\n■ The proxy server may have been\nentered incorrectly. Check the setting\nin System Settings ⇒ Internet \nSettings", "short_description": "Unknown cause.", "long_description": "Unknown cause.", diff --git a/data/003/2101/en_US.json b/data/003/2101/en_US.json index 5f2818e5..4eb93b0b 100644 --- a/data/003/2101/en_US.json +++ b/data/003/2101/en_US.json @@ -1,7 +1,7 @@ { "003": { "2101": { - "name": "Unknown", + "name": "nn::ac::ResultFailedConnTest", "message": "", "short_description": "Unknown cause.", "long_description": "Unknown cause.", diff --git a/data/003/2103/en_US.json b/data/003/2103/en_US.json index e3203ea6..c0910012 100644 --- a/data/003/2103/en_US.json +++ b/data/003/2103/en_US.json @@ -1,7 +1,7 @@ { "003": { "2103": { - "name": "Unknown", + "name": "nn::ac::ResultFailedConnTest", "message": "", "short_description": "Unknown cause.", "long_description": "Unknown cause.", diff --git a/data/003/2200/en_US.json b/data/003/2200/en_US.json index d8451ec6..fe1ebaab 100644 --- a/data/003/2200/en_US.json +++ b/data/003/2200/en_US.json @@ -1,7 +1,7 @@ { "003": { "2200": { - "name": "Unknown", + "name": "nn::ac::ResultInvalidProxy", "message": "Could not connect to the proxy server.\n\n■ Check that your computer can\nconnect to the Internet using the same\nsettings. If not, consult the\nadministrator of the proxy server.\n\n■ The proxy server may have been \nentered incorrectly. Check the setting \nin System Settings ⇒ Internet \nSettings", "short_description": "Unknown cause.", "long_description": "Unknown cause.", diff --git a/data/003/3000/en_US.json b/data/003/3000/en_US.json index da5f7644..6d6bbe77 100644 --- a/data/003/3000/en_US.json +++ b/data/003/3000/en_US.json @@ -1,7 +1,7 @@ { "003": { "3000": { - "name": "Unknown", + "name": "nn::ac::ResultUnsupportHotspot", "message": "Could not connect to the \naccess point.\n\n■ This may be due to authentication\nproblems. Open the Internet browser,\nconnect to the Internet, and enter the\nrequired information (user name, \npassword, acceptance of user \nagreement, etc.).\n\n■ There may be problems with the \nnetwork or the environment.\nTo ensure an optimal connection \nenvironment, move closer to the \naccess point and make sure that there\nare no obstructions between the\nsystem and the access point.\n\n■ The network may be experiencing\nhigh traffic volumes or the service \nmay be down. \nPlease try again later", "short_description": "Unknown cause.", "long_description": "Unknown cause.", diff --git a/data/003/3100/en_US.json b/data/003/3100/en_US.json new file mode 100644 index 00000000..54ec66ba --- /dev/null +++ b/data/003/3100/en_US.json @@ -0,0 +1,13 @@ +{ + "003": { + "3100": { + "name": "nn::ac::ResultFailedHotspotAuthentication", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/003-3100" + } + } +} \ No newline at end of file diff --git a/data/003/3200/en_US.json b/data/003/3200/en_US.json new file mode 100644 index 00000000..4ab72d07 --- /dev/null +++ b/data/003/3200/en_US.json @@ -0,0 +1,13 @@ +{ + "003": { + "3200": { + "name": "nn::ac::ResultFailedHotspotConntest", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/003-3200" + } + } +} \ No newline at end of file diff --git a/data/003/3300/en_US.json b/data/003/3300/en_US.json new file mode 100644 index 00000000..08caa987 --- /dev/null +++ b/data/003/3300/en_US.json @@ -0,0 +1,13 @@ +{ + "003": { + "3300": { + "name": "nn::ac::ResultUnsupportPlace", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/003-3300" + } + } +} \ No newline at end of file diff --git a/data/003/3305/en_US.json b/data/003/3305/en_US.json index 9e48a191..579ae720 100644 --- a/data/003/3305/en_US.json +++ b/data/003/3305/en_US.json @@ -1,7 +1,7 @@ { "003": { "3305": { - "name": "Unknown", + "name": "nn::ac::ResultUnsupportPlace", "message": "This service is not available in your\nlocation. Please use another service", "short_description": "Unknown cause.", "long_description": "Unknown cause.", diff --git a/data/003/4199/en_US.json b/data/003/4199/en_US.json new file mode 100644 index 00000000..c01a9f0a --- /dev/null +++ b/data/003/4199/en_US.json @@ -0,0 +1,13 @@ +{ + "003": { + "4199": { + "name": "nn::ac::ResultFailedStartup", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/003-4199" + } + } +} \ No newline at end of file diff --git a/data/018/0000/en_US.json b/data/018/0000/en_US.json new file mode 100644 index 00000000..3d21a4f7 --- /dev/null +++ b/data/018/0000/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0000": { + "name": "nn::pia::ResultNexInternalError", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0000" + } + } +} \ No newline at end of file diff --git a/data/018/0001/en_US.json b/data/018/0001/en_US.json new file mode 100644 index 00000000..701a7266 --- /dev/null +++ b/data/018/0001/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0001": { + "name": "nn::pia::ResultAllocationFailed", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0001" + } + } +} \ No newline at end of file diff --git a/data/018/0002/en_US.json b/data/018/0002/en_US.json new file mode 100644 index 00000000..0e6f0528 --- /dev/null +++ b/data/018/0002/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0002": { + "name": "nn::pia::ResultAlreadyInitialized", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0002" + } + } +} \ No newline at end of file diff --git a/data/018/0003/en_US.json b/data/018/0003/en_US.json new file mode 100644 index 00000000..b033036d --- /dev/null +++ b/data/018/0003/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0003": { + "name": "nn::pia::ResultBufferShortage", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0003" + } + } +} \ No newline at end of file diff --git a/data/018/0004/en_US.json b/data/018/0004/en_US.json new file mode 100644 index 00000000..9158e90f --- /dev/null +++ b/data/018/0004/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0004": { + "name": "nn::pia::ResultBrokenData", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0004" + } + } +} \ No newline at end of file diff --git a/data/018/0005/en_US.json b/data/018/0005/en_US.json new file mode 100644 index 00000000..8d6c8ef9 --- /dev/null +++ b/data/018/0005/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0005": { + "name": "nn::pia::ResultCancelled", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0005" + } + } +} \ No newline at end of file diff --git a/data/018/0006/en_US.json b/data/018/0006/en_US.json index a1457579..5aeb695b 100644 --- a/data/018/0006/en_US.json +++ b/data/018/0006/en_US.json @@ -1,7 +1,7 @@ { "018": { "0006": { - "name": "Unknown", + "name": "nn::pia::ResultNetworkConnectionIsLost", "message": "You do not currently have\nan Internet connection.\n\nPlease try again later", "short_description": "Unknown cause.", "long_description": "Unknown cause.", diff --git a/data/018/0007/en_US.json b/data/018/0007/en_US.json new file mode 100644 index 00000000..fdd52181 --- /dev/null +++ b/data/018/0007/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0007": { + "name": "nn::pia::ResultInvalidArgument", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0007" + } + } +} \ No newline at end of file diff --git a/data/018/0008/en_US.json b/data/018/0008/en_US.json new file mode 100644 index 00000000..359e9808 --- /dev/null +++ b/data/018/0008/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0008": { + "name": "nn::pia::ResultInvalidState", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0008" + } + } +} \ No newline at end of file diff --git a/data/018/0009/en_US.json b/data/018/0009/en_US.json new file mode 100644 index 00000000..628cbd14 --- /dev/null +++ b/data/018/0009/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0009": { + "name": "nn::pia::ResultNoData", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0009" + } + } +} \ No newline at end of file diff --git a/data/018/0010/en_US.json b/data/018/0010/en_US.json new file mode 100644 index 00000000..7ea8bdd2 --- /dev/null +++ b/data/018/0010/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0010": { + "name": "nn::pia::ResultNotFound", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0010" + } + } +} \ No newline at end of file diff --git a/data/018/0011/en_US.json b/data/018/0011/en_US.json new file mode 100644 index 00000000..e44686b8 --- /dev/null +++ b/data/018/0011/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0011": { + "name": "nn::pia::ResultNotImplemented", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0011" + } + } +} \ No newline at end of file diff --git a/data/018/0012/en_US.json b/data/018/0012/en_US.json new file mode 100644 index 00000000..936925d0 --- /dev/null +++ b/data/018/0012/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0012": { + "name": "nn::pia::ResultNotInitialized", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0012" + } + } +} \ No newline at end of file diff --git a/data/018/0013/en_US.json b/data/018/0013/en_US.json new file mode 100644 index 00000000..6432bc6a --- /dev/null +++ b/data/018/0013/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0013": { + "name": "nn::pia::ResultBufferIsFull", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0013" + } + } +} \ No newline at end of file diff --git a/data/018/0014/en_US.json b/data/018/0014/en_US.json new file mode 100644 index 00000000..83d24e61 --- /dev/null +++ b/data/018/0014/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0014": { + "name": "nn::pia::ResultTimeOut", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0014" + } + } +} \ No newline at end of file diff --git a/data/018/0015/en_US.json b/data/018/0015/en_US.json new file mode 100644 index 00000000..609e9c79 --- /dev/null +++ b/data/018/0015/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0015": { + "name": "nn::pia::ResultAlreadyExists", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0015" + } + } +} \ No newline at end of file diff --git a/data/018/0016/en_US.json b/data/018/0016/en_US.json new file mode 100644 index 00000000..5971d474 --- /dev/null +++ b/data/018/0016/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0016": { + "name": "nn::pia::ResultContainerIsFull", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0016" + } + } +} \ No newline at end of file diff --git a/data/018/0017/en_US.json b/data/018/0017/en_US.json new file mode 100644 index 00000000..9c7e16ab --- /dev/null +++ b/data/018/0017/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0017": { + "name": "nn::pia::ResultTemporaryUnavailable", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0017" + } + } +} \ No newline at end of file diff --git a/data/018/0018/en_US.json b/data/018/0018/en_US.json new file mode 100644 index 00000000..ba7b36da --- /dev/null +++ b/data/018/0018/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0018": { + "name": "nn::pia::ResultInProgress", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0018" + } + } +} \ No newline at end of file diff --git a/data/018/0019/en_US.json b/data/018/0019/en_US.json new file mode 100644 index 00000000..5a51a102 --- /dev/null +++ b/data/018/0019/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0019": { + "name": "nn::pia::ResultNotSet", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0019" + } + } +} \ No newline at end of file diff --git a/data/018/0101/en_US.json b/data/018/0101/en_US.json new file mode 100644 index 00000000..0432947e --- /dev/null +++ b/data/018/0101/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0101": { + "name": "nn::pia::ResultMemoryLeak", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0101" + } + } +} \ No newline at end of file diff --git a/data/018/0201/en_US.json b/data/018/0201/en_US.json new file mode 100644 index 00000000..d071f087 --- /dev/null +++ b/data/018/0201/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0201": { + "name": "nn::pia::ResultNatCheckFailed", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0201" + } + } +} \ No newline at end of file diff --git a/data/018/0202/en_US.json b/data/018/0202/en_US.json new file mode 100644 index 00000000..47076b35 --- /dev/null +++ b/data/018/0202/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0202": { + "name": "nn::pia::ResultInUse", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0202" + } + } +} \ No newline at end of file diff --git a/data/018/0203/en_US.json b/data/018/0203/en_US.json index 4da9caeb..74979524 100644 --- a/data/018/0203/en_US.json +++ b/data/018/0203/en_US.json @@ -1,7 +1,7 @@ { "018": { "0203": { - "name": "Unknown", + "name": "nn::pia::ResultDnsFailed", "message": "A communication error has occurred.\n\nThere may be problems with the\nnetwork or the environment. To\nensure an optimal connection\nenvironment, move closer to the\naccess point and make sure that\nthere are no obstructions between\nyour system and the access point.\nIf this does not work, please try\nagain later.\n\nThere is also a possibility that your\nDNS settings are incorrect. Please\nverify them via Internet Settings in\nSystem Settings", "short_description": "Unknown cause.", "long_description": "Unknown cause.", diff --git a/data/018/0301/en_US.json b/data/018/0301/en_US.json new file mode 100644 index 00000000..88106487 --- /dev/null +++ b/data/018/0301/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0301": { + "name": "nn::pia::ResultNotFoundNetwork", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0301" + } + } +} \ No newline at end of file diff --git a/data/018/0302/en_US.json b/data/018/0302/en_US.json new file mode 100644 index 00000000..5be03293 --- /dev/null +++ b/data/018/0302/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0302": { + "name": "nn::pia::ResultInvalidNode", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0302" + } + } +} \ No newline at end of file diff --git a/data/018/0303/en_US.json b/data/018/0303/en_US.json new file mode 100644 index 00000000..7c7ad8f9 --- /dev/null +++ b/data/018/0303/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0303": { + "name": "nn::pia::ResultNothingPacket", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0303" + } + } +} \ No newline at end of file diff --git a/data/018/0304/en_US.json b/data/018/0304/en_US.json new file mode 100644 index 00000000..d37d2edb --- /dev/null +++ b/data/018/0304/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0304": { + "name": "nn::pia::ResultNegligibleFault", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0304" + } + } +} \ No newline at end of file diff --git a/data/018/0305/en_US.json b/data/018/0305/en_US.json new file mode 100644 index 00000000..e90b1d0a --- /dev/null +++ b/data/018/0305/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0305": { + "name": "nn::pia::ResultInvalidConnection", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0305" + } + } +} \ No newline at end of file diff --git a/data/018/0306/en_US.json b/data/018/0306/en_US.json new file mode 100644 index 00000000..d029f413 --- /dev/null +++ b/data/018/0306/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0306": { + "name": "nn::pia::ResultHostMigrationFailure", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0306" + } + } +} \ No newline at end of file diff --git a/data/018/0307/en_US.json b/data/018/0307/en_US.json new file mode 100644 index 00000000..28fa13e6 --- /dev/null +++ b/data/018/0307/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0307": { + "name": "nn::pia::ResultDifferentVersion", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0307" + } + } +} \ No newline at end of file diff --git a/data/018/0308/en_US.json b/data/018/0308/en_US.json new file mode 100644 index 00000000..a625f8fc --- /dev/null +++ b/data/018/0308/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0308": { + "name": "nn::pia::ResultErrorOccurred", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0308" + } + } +} \ No newline at end of file diff --git a/data/018/0309/en_US.json b/data/018/0309/en_US.json new file mode 100644 index 00000000..790a6c09 --- /dev/null +++ b/data/018/0309/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0309": { + "name": "nn::pia::ResultInvalidNetwork", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0309" + } + } +} \ No newline at end of file diff --git a/data/018/0310/en_US.json b/data/018/0310/en_US.json new file mode 100644 index 00000000..323bd7fb --- /dev/null +++ b/data/018/0310/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0310": { + "name": "nn::pia::ResultNetworkIsFull", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0310" + } + } +} \ No newline at end of file diff --git a/data/018/0401/en_US.json b/data/018/0401/en_US.json new file mode 100644 index 00000000..d7e85d0f --- /dev/null +++ b/data/018/0401/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0401": { + "name": "nn::pia::ResultConnectionFailed", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0401" + } + } +} \ No newline at end of file diff --git a/data/018/0402/en_US.json b/data/018/0402/en_US.json new file mode 100644 index 00000000..6b21e8a8 --- /dev/null +++ b/data/018/0402/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0402": { + "name": "nn::pia::ResultCreateStationFailed", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0402" + } + } +} \ No newline at end of file diff --git a/data/018/0403/en_US.json b/data/018/0403/en_US.json new file mode 100644 index 00000000..00728c24 --- /dev/null +++ b/data/018/0403/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0403": { + "name": "nn::pia::ResultIncompatibleFormat", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0403" + } + } +} \ No newline at end of file diff --git a/data/018/0404/en_US.json b/data/018/0404/en_US.json new file mode 100644 index 00000000..4fcdf77a --- /dev/null +++ b/data/018/0404/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0404": { + "name": "nn::pia::ResultNotInCommunication", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0404" + } + } +} \ No newline at end of file diff --git a/data/018/0405/en_US.json b/data/018/0405/en_US.json new file mode 100644 index 00000000..9e80c73c --- /dev/null +++ b/data/018/0405/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0405": { + "name": "nn::pia::ResultTableIsFull", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0405" + } + } +} \ No newline at end of file diff --git a/data/018/0501/en_US.json b/data/018/0501/en_US.json index 59ae6793..71be92ca 100644 --- a/data/018/0501/en_US.json +++ b/data/018/0501/en_US.json @@ -1,7 +1,7 @@ { "018": { "0501": { - "name": "Unknown", + "name": "nn::pia::ResultJoinRequestDenied", "message": "Failed to connect to partner's device,\nbecause partner temporarily could not\naccept your transmission.\n\nPlease try again later", "short_description": "Unknown cause.", "long_description": "Unknown cause.", diff --git a/data/018/0502/en_US.json b/data/018/0502/en_US.json index 09ee35b9..e1789dc2 100644 --- a/data/018/0502/en_US.json +++ b/data/018/0502/en_US.json @@ -1,7 +1,7 @@ { "018": { "0502": { - "name": "Unknown", + "name": "nn::pia::ResultStationConnectionFailed", "message": "Failed to connect to partner's device,\nbecause partner did not respond.\n\nPlease try again later", "short_description": "Unknown cause.", "long_description": "Unknown cause.", diff --git a/data/018/0503/en_US.json b/data/018/0503/en_US.json new file mode 100644 index 00000000..b5906d94 --- /dev/null +++ b/data/018/0503/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0503": { + "name": "nn::pia::ResultMessageNotHandled", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0503" + } + } +} \ No newline at end of file diff --git a/data/018/0504/en_US.json b/data/018/0504/en_US.json new file mode 100644 index 00000000..3f28a025 --- /dev/null +++ b/data/018/0504/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0504": { + "name": "nn::pia::ResultFailedCreateProtocol", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0504" + } + } +} \ No newline at end of file diff --git a/data/018/0505/en_US.json b/data/018/0505/en_US.json new file mode 100644 index 00000000..4540f3c7 --- /dev/null +++ b/data/018/0505/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0505": { + "name": "nn::pia::ResultFailedStartupProtocol", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0505" + } + } +} \ No newline at end of file diff --git a/data/018/0506/en_US.json b/data/018/0506/en_US.json index 734b346c..54bd5fc4 100644 --- a/data/018/0506/en_US.json +++ b/data/018/0506/en_US.json @@ -1,7 +1,7 @@ { "018": { "0506": { - "name": "Unknown", + "name": "nn::pia::ResultMeshIsFull", "message": "Failed to connect to partner's device,\nbecause the current session is full.\n\nPlease try again later", "short_description": "Unknown cause.", "long_description": "Unknown cause.", diff --git a/data/018/0507/en_US.json b/data/018/0507/en_US.json new file mode 100644 index 00000000..f25d171b --- /dev/null +++ b/data/018/0507/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0507": { + "name": "nn::pia::ResultInvalidSystemMessage", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0507" + } + } +} \ No newline at end of file diff --git a/data/018/0510/en_US.json b/data/018/0510/en_US.json index 6152ae5c..d6f04f0d 100644 --- a/data/018/0510/en_US.json +++ b/data/018/0510/en_US.json @@ -1,7 +1,7 @@ { "018": { "0510": { - "name": "Unknown", + "name": "nn::pia::ResultStationConnectionNatTraversalFailedUnknown", "message": "Failed to connect to partner's device.\n\nPlease try again later.\n\nIf the problem persists, something in\nyour network environment may be\ncausing connection issues with your\npartner", "short_description": "Unknown cause.", "long_description": "Unknown cause.", diff --git a/data/018/0511/en_US.json b/data/018/0511/en_US.json new file mode 100644 index 00000000..359bf8c7 --- /dev/null +++ b/data/018/0511/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0511": { + "name": "nn::pia::ResultStationConnectionNatTraversalFailedEim", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0511" + } + } +} \ No newline at end of file diff --git a/data/018/0512/en_US.json b/data/018/0512/en_US.json new file mode 100644 index 00000000..978e780b --- /dev/null +++ b/data/018/0512/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0512": { + "name": "nn::pia::ResultStationConnectionNatTraversalFailedEdm", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0512" + } + } +} \ No newline at end of file diff --git a/data/018/0513/en_US.json b/data/018/0513/en_US.json new file mode 100644 index 00000000..26497ea4 --- /dev/null +++ b/data/018/0513/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0513": { + "name": "nn::pia::ResultNatTraversalFailedBothEim", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0513" + } + } +} \ No newline at end of file diff --git a/data/018/0514/en_US.json b/data/018/0514/en_US.json new file mode 100644 index 00000000..cf958e4f --- /dev/null +++ b/data/018/0514/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0514": { + "name": "nn::pia::ResultNatTraversalFailedBothEdm", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0514" + } + } +} \ No newline at end of file diff --git a/data/018/0515/en_US.json b/data/018/0515/en_US.json index 05d41c30..5ee0669f 100644 --- a/data/018/0515/en_US.json +++ b/data/018/0515/en_US.json @@ -1,7 +1,7 @@ { "018": { "0515": { - "name": "Unknown", + "name": "nn::pia::ResultNatTraversalFailedLocalEimRemoteEdm", "message": "Failed to connect to partner's device.\n\nPlease try again later.\n\nIf the problem persists, something in\nyour partner's network environment\nmay be causing connection issues", "short_description": "Unknown cause.", "long_description": "Unknown cause.", diff --git a/data/018/0516/en_US.json b/data/018/0516/en_US.json index 3bf42a34..d0651b3b 100644 --- a/data/018/0516/en_US.json +++ b/data/018/0516/en_US.json @@ -1,7 +1,7 @@ { "018": { "0516": { - "name": "Unknown", + "name": "nn::pia::ResultNatTraversalFailedLocalEdmRemoteEim", "message": "Failed to connect to partner's device.\n\nPlease try again later.\n\nIf the problem persists, something\nin your network environment may be\ncausing connection issues with your\npartner", "short_description": "Unknown cause.", "long_description": "Unknown cause.", diff --git a/data/018/0517/en_US.json b/data/018/0517/en_US.json new file mode 100644 index 00000000..3d0072c8 --- /dev/null +++ b/data/018/0517/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0517": { + "name": "nn::pia::ResultRelayFailedNoCandidate", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0517" + } + } +} \ No newline at end of file diff --git a/data/018/0518/en_US.json b/data/018/0518/en_US.json new file mode 100644 index 00000000..26d9eb81 --- /dev/null +++ b/data/018/0518/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0518": { + "name": "nn::pia::ResultRelayFailedRttLimit", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0518" + } + } +} \ No newline at end of file diff --git a/data/018/0519/en_US.json b/data/018/0519/en_US.json new file mode 100644 index 00000000..eacfbd16 --- /dev/null +++ b/data/018/0519/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0519": { + "name": "nn::pia::ResultRelayFailedRelayNumLimit", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0519" + } + } +} \ No newline at end of file diff --git a/data/018/0520/en_US.json b/data/018/0520/en_US.json new file mode 100644 index 00000000..ea784211 --- /dev/null +++ b/data/018/0520/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0520": { + "name": "nn::pia::ResultRelayFailedUnknown", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0520" + } + } +} \ No newline at end of file diff --git a/data/018/0521/en_US.json b/data/018/0521/en_US.json index 2de867ee..ee3e66ca 100644 --- a/data/018/0521/en_US.json +++ b/data/018/0521/en_US.json @@ -1,7 +1,7 @@ { "018": { "0521": { - "name": "Unknown", + "name": "nn::pia::ResultNatTraversalRequestTimeout", "message": "Failed to connect to partner's device,\nbecause partner did not respond.\n\nPlease try again later", "short_description": "Unknown cause.", "long_description": "Unknown cause.", diff --git a/data/018/0541/en_US.json b/data/018/0541/en_US.json new file mode 100644 index 00000000..5dcd0c03 --- /dev/null +++ b/data/018/0541/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0541": { + "name": "nn::pia::ResultSessionIsNotFound", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0541" + } + } +} \ No newline at end of file diff --git a/data/018/0542/en_US.json b/data/018/0542/en_US.json index 4f2512ec..d9a60b4f 100644 --- a/data/018/0542/en_US.json +++ b/data/018/0542/en_US.json @@ -1,7 +1,7 @@ { "018": { "0542": { - "name": "Unknown", + "name": "nn::pia::ResultMatchmakeSessionIsFull", "message": "Failed to connect to partner's device,\nbecause the current session is full.\n\nPlease try again later", "short_description": "Unknown cause.", "long_description": "Unknown cause.", diff --git a/data/018/0543/en_US.json b/data/018/0543/en_US.json new file mode 100644 index 00000000..ab94000c --- /dev/null +++ b/data/018/0543/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0543": { + "name": "nn::pia::ResultDeniedByParticipants", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0543" + } + } +} \ No newline at end of file diff --git a/data/018/0544/en_US.json b/data/018/0544/en_US.json new file mode 100644 index 00000000..b194685b --- /dev/null +++ b/data/018/0544/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0544": { + "name": "nn::pia::ResultParticipantInBlackList", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0544" + } + } +} \ No newline at end of file diff --git a/data/018/0545/en_US.json b/data/018/0545/en_US.json new file mode 100644 index 00000000..0604db32 --- /dev/null +++ b/data/018/0545/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0545": { + "name": "nn::pia::ResultSessionUserPasswordUnmatch", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0545" + } + } +} \ No newline at end of file diff --git a/data/018/0546/en_US.json b/data/018/0546/en_US.json new file mode 100644 index 00000000..fab0689b --- /dev/null +++ b/data/018/0546/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0546": { + "name": "nn::pia::ResultSessionSystemPasswordUnmatch", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0546" + } + } +} \ No newline at end of file diff --git a/data/018/0547/en_US.json b/data/018/0547/en_US.json index efd7816c..9868f27e 100644 --- a/data/018/0547/en_US.json +++ b/data/018/0547/en_US.json @@ -1,7 +1,7 @@ { "018": { "0547": { - "name": "Unknown", + "name": "nn::pia::ResultMeshConnectionIsLost", "message": "A communication error has occurred.\n\nThere may be problems with the\nnetwork or the environment. To\nensure an optimal connection\nenvironment, move closer to the\naccess point and make sure that\nthere are no obstructions between\nyour system and the access point.\nIf this does not work, please try\nagain later", "short_description": "Unknown cause.", "long_description": "Unknown cause.", diff --git a/data/018/0548/en_US.json b/data/018/0548/en_US.json new file mode 100644 index 00000000..2690081f --- /dev/null +++ b/data/018/0548/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0548": { + "name": "nn::pia::ResultSessionIsClosed", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0548" + } + } +} \ No newline at end of file diff --git a/data/018/0549/en_US.json b/data/018/0549/en_US.json new file mode 100644 index 00000000..f4221629 --- /dev/null +++ b/data/018/0549/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0549": { + "name": "nn::pia::ResultCompanionStationIsOffline", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0549" + } + } +} \ No newline at end of file diff --git a/data/018/0550/en_US.json b/data/018/0550/en_US.json new file mode 100644 index 00000000..3837e771 --- /dev/null +++ b/data/018/0550/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0550": { + "name": "nn::pia::ResultHostIsNotFriend", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0550" + } + } +} \ No newline at end of file diff --git a/data/018/0551/en_US.json b/data/018/0551/en_US.json new file mode 100644 index 00000000..a68801ca --- /dev/null +++ b/data/018/0551/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0551": { + "name": "nn::pia::ResultSessionConnectionIsLost", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0551" + } + } +} \ No newline at end of file diff --git a/data/018/0552/en_US.json b/data/018/0552/en_US.json new file mode 100644 index 00000000..11d8230c --- /dev/null +++ b/data/018/0552/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0552": { + "name": "nn::pia::ResultCompanionStationIsLeft", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0552" + } + } +} \ No newline at end of file diff --git a/data/018/0553/en_US.json b/data/018/0553/en_US.json new file mode 100644 index 00000000..ef41a73e --- /dev/null +++ b/data/018/0553/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0553": { + "name": "nn::pia::ResultCompanionStationDenied", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0553" + } + } +} \ No newline at end of file diff --git a/data/018/0554/en_US.json b/data/018/0554/en_US.json new file mode 100644 index 00000000..5252837d --- /dev/null +++ b/data/018/0554/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0554": { + "name": "nn::pia::ResultSessionMigrationFailed", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0554" + } + } +} \ No newline at end of file diff --git a/data/018/0561/en_US.json b/data/018/0561/en_US.json index 621289b8..833d8273 100644 --- a/data/018/0561/en_US.json +++ b/data/018/0561/en_US.json @@ -1,7 +1,7 @@ { "018": { "0561": { - "name": "Unknown", + "name": "nn::pia::ResultGameServerMaintenance", "message": "The server is currently undergoing\nmaintenance. We apologize for any\ninconvenience. Please try again later.\n\nTo learn more about maintenance,\nvisit support.nintendo.com", "short_description": "Unknown cause.", "long_description": "Unknown cause.", diff --git a/data/018/0562/en_US.json b/data/018/0562/en_US.json new file mode 100644 index 00000000..a8bd0abd --- /dev/null +++ b/data/018/0562/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0562": { + "name": "nn::pia::ResultGameServerProcessAborted", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0562" + } + } +} \ No newline at end of file diff --git a/data/018/0602/en_US.json b/data/018/0602/en_US.json new file mode 100644 index 00000000..b98b6bd4 --- /dev/null +++ b/data/018/0602/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0602": { + "name": "nn::pia::ResultDataIsNotArrivedYet", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0602" + } + } +} \ No newline at end of file diff --git a/data/018/0606/en_US.json b/data/018/0606/en_US.json new file mode 100644 index 00000000..7251481f --- /dev/null +++ b/data/018/0606/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0606": { + "name": "nn::pia::ResultDataIsNotSet", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0606" + } + } +} \ No newline at end of file diff --git a/data/018/0801/en_US.json b/data/018/0801/en_US.json new file mode 100644 index 00000000..93dbc5e5 --- /dev/null +++ b/data/018/0801/en_US.json @@ -0,0 +1,13 @@ +{ + "018": { + "0801": { + "name": "nn::pia::ResultInvalidTiming", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/018-0801" + } + } +} \ No newline at end of file diff --git a/data/102/0000/en_US.json b/data/102/0000/en_US.json index c7edd497..1362e8bb 100644 --- a/data/102/0000/en_US.json +++ b/data/102/0000/en_US.json @@ -3,8 +3,8 @@ "0000": { "name": "MY_SUCCESS", "message": "", - "short_description": "Unknown cause.", - "long_description": "Unknown cause.", + "short_description": "Indicates a success.", + "long_description": "Indicates a success.", "short_solution": "Unknown solution.", "long_solution": "Unknown solution.", "support_link": "https://preten.do/102-0000" diff --git a/data/102/1001/en_US.json b/data/102/1001/en_US.json index be8138df..98557eb7 100644 --- a/data/102/1001/en_US.json +++ b/data/102/1001/en_US.json @@ -3,8 +3,8 @@ "1001": { "name": "ACCOUNT_NOT_FOUND", "message": "Unable to find the specified user.", - "short_description": "Unknown cause.", - "long_description": "Unknown cause.", + "short_description": "The Nintendo/Pretendo Network ID entered was incorrect or does not exist.", + "long_description": "The Nintendo/Pretendo Network ID entered was incorrect or does not exist.", "short_solution": "Unknown solution.", "long_solution": "Unknown solution.", "support_link": "https://preten.do/102-1001" diff --git a/data/102/1021/en_US.json b/data/102/1021/en_US.json index 7cdb6e3e..f36e36c1 100644 --- a/data/102/1021/en_US.json +++ b/data/102/1021/en_US.json @@ -5,8 +5,8 @@ "message": "Use of this feature requires a linked\nNintendo Network ID.\n\nYou can link an ID from User Settings.", "short_description": "Unknown cause.", "long_description": "Unknown cause.", - "short_solution": "Unknown solution.", - "long_solution": "Unknown solution.", + "short_solution": "Link a Nintendo/Pretendo Network ID to your user.", + "long_solution": "Link a Nintendo/Pretendo Network ID to your user.", "support_link": "https://preten.do/102-1021" } } diff --git a/data/102/1022/en_US.json b/data/102/1022/en_US.json index 7d0161eb..346de5c6 100644 --- a/data/102/1022/en_US.json +++ b/data/102/1022/en_US.json @@ -3,10 +3,10 @@ "1022": { "name": "NOT_LOCAL_ACCOUNT", "message": "The current user already has\na Nintendo Network ID.", - "short_description": "Unknown cause.", - "long_description": "Unknown cause.", - "short_solution": "Unknown solution.", - "long_solution": "Unknown solution.", + "short_description": "The user you are attempting to link an Nintendo/Pretendo Network ID to already has one linked.", + "long_description": "The user you are attempting to link an Nintendo/Pretendo Network ID to already has one linked.", + "short_solution": "Unlink the account or make a new user.", + "long_solution": "Unlink the account or make a new user.", "support_link": "https://preten.do/102-1022" } } diff --git a/data/102/2107/en_US.json b/data/102/2107/en_US.json index b069987c..e753f644 100644 --- a/data/102/2107/en_US.json +++ b/data/102/2107/en_US.json @@ -2,7 +2,7 @@ "102": { "2107": { "name": "HTTP_COULDNT_CONNECT", - "message": "", + "message": "Could not connect to internet.\n\nThe network may be busy.\nPlease try again later.\n\nIf you are using a Wi-Fi network,\nthe signal strength may be poor.\nPlease make sure there are no\nobstructions between the console\nand network device, then try again.\n\nIf this problem persists, please check\nwhether or not you can connect to\nthe internet from a PC or other\ndevice using the same settings.", "short_description": "Unknown cause.", "long_description": "Unknown cause.", "short_solution": "Unknown solution.", diff --git a/data/102/2402/en_US.json b/data/102/2402/en_US.json index 3333fa5f..15fabfac 100644 --- a/data/102/2402/en_US.json +++ b/data/102/2402/en_US.json @@ -3,10 +3,10 @@ "2402": { "name": "BAD_FORMAT_REQUEST", "message": "", - "short_description": "The HTTP request contained invalid data", - "long_description": "Unknown cause.", - "short_solution": "Try again later or try a different input", - "long_solution": "Unknown solution.", + "short_description": "The HTTP request contained invalid data.", + "long_description": "The HTTP request contained invalid data.", + "short_solution": "Try again later or try a different input.", + "long_solution": "Try again later or try a different input.", "support_link": "https://preten.do/102-2402" } } diff --git a/data/102/2452/en_US.json b/data/102/2452/en_US.json index 7413e323..31707ec8 100644 --- a/data/102/2452/en_US.json +++ b/data/102/2452/en_US.json @@ -3,10 +3,10 @@ "2452": { "name": "UNAUTHORIZED_DEVICE", "message": "", - "short_description": "The device you are using was not authorized to make the request", - "long_description": "Unknown cause.", - "short_solution": "Try again later or on a different device", - "long_solution": "Unknown solution.", + "short_description": "The device you are using was not authorized to make the request.", + "long_description": "The device you are using was not authorized to make the request.", + "short_solution": "Try again later or on a different device.", + "long_solution": "Try again later or on a different device.", "support_link": "https://preten.do/102-2452" } } diff --git a/data/102/2458/en_US.json b/data/102/2458/en_US.json index ec43b81f..df13bca1 100644 --- a/data/102/2458/en_US.json +++ b/data/102/2458/en_US.json @@ -3,10 +3,10 @@ "2458": { "name": "UNAUTHORIZED_CLIENT", "message": "Unable to connect to the server.\n\nEither the server is experiencing high\ntraffic volumes or a server error has\noccurred. Please try again later.\n\nTo learn more about the server's current\nstatus, visit support.nintendo.com.", - "short_description": "The HTTP client was not authorized to make the request", - "long_description": "Unknown cause.", - "short_solution": "Try again later or on a different device", - "long_solution": "Unknown solution.", + "short_description": "The HTTP client was not authorized to make the request.", + "long_description": "The HTTP client was not authorized to make the request.", + "short_solution": "Try again later or on a different device.", + "long_solution": "Try again later or on a different device.", "support_link": "https://preten.do/102-2458" } } diff --git a/data/102/2472/en_US.json b/data/102/2472/en_US.json index ffdd72c7..1f038de4 100644 --- a/data/102/2472/en_US.json +++ b/data/102/2472/en_US.json @@ -2,7 +2,7 @@ "102": { "2472": { "name": "INVALID_CLIENT_ID", - "message": "", + "message": "An error has occurred.\n\nPlease try again later.\n\nIf the problem persists, please\nvisit support.nintendo.com", "short_description": "Unknown cause.", "long_description": "Unknown cause.", "short_solution": "Unknown solution.", diff --git a/data/102/2482/en_US.json b/data/102/2482/en_US.json index 6853f6ea..2a137e8a 100644 --- a/data/102/2482/en_US.json +++ b/data/102/2482/en_US.json @@ -3,9 +3,9 @@ "2482": { "name": "INVALID_GAME_SERVER_ID", "message": "Unable to connect to the server. Please try again later. If the problem persists, please make a note of the error code and visit support.nintendo.com.", - "short_description": "The game server requested could not be found. Either the game is not supported or is tester-only", + "short_description": "The game server requested could not be found. Either the game is not supported or is tester-only.", "long_description": "This error indicates one of the following:\n\n1. The server you're connecting to is offline for maintenance.\n\n2. Pretendo does not yet support the game or application in question.\n3. The game or application's server is not available for your accounts environment. This typically means the server is in beta testing and is not available to the public. Beta servers are generally only available to [supporters](https://pretendo.network/account/upgrade).", - "short_solution": "Check to see if your game is supported at https://pretendo.network/progress. If you're a tester, check your account is set to Beta at https://pretendo.network/account", + "short_solution": "Check to see if your game is supported at https://pretendo.network/progress. If you're a tester, check your account is set to Beta at https://pretendo.network/account.", "long_solution": "- **Check our network status information**\n> Check our [Network Status page](https://stats.uptimerobot.com/R7E4wiGjJq) and ensure that there are no ongoing service outages.\n\n- **Check Pretendo has a server for your game**\n> Check our [Progress page](https://pretendo.network/progress) to see if a server exists and is in development. We don't support everything yet!\n\n- **Upgrade your account**\n> Certain beta and development servers are available to supporters for beta-testing. If you'd like to help test these ahead of a public release, [consider supporting Pretendo](https://pretendo.network/account/upgrade).", "support_link": "https://preten.do/102-2482" } diff --git a/data/102/2484/en_US.json b/data/102/2484/en_US.json index ba0db08b..6a7446ca 100644 --- a/data/102/2484/en_US.json +++ b/data/102/2484/en_US.json @@ -3,10 +3,10 @@ "2484": { "name": "GAME_SERVER_ID_UNIQUE_ID_NOT_LINKED", "message": "", - "short_description": "The game server ID and title ID were not linked, or the request did not send a game server ID. This error should never happen normally", - "long_description": "Unknown cause.", - "short_solution": "File a bug report with as much detail as possible at https://github.com/PretendoNetwork/account/issues/new", - "long_solution": "Unknown solution.", + "short_description": "The game server ID and title ID were not linked, or the request did not send a game server ID. This error should never happen normally.", + "long_description": "The game server ID and title ID were not linked, or the request did not send a game server ID. This error should never happen normally.", + "short_solution": "File a bug report with as much detail as possible at https://github.com/PretendoNetwork/account/issues/new.", + "long_solution": "File a bug report with as much detail as possible at https://github.com/PretendoNetwork/account/issues/new.", "support_link": "https://preten.do/102-2484" } } diff --git a/data/102/2501/en_US.json b/data/102/2501/en_US.json index 8d3bdc76..db492de5 100644 --- a/data/102/2501/en_US.json +++ b/data/102/2501/en_US.json @@ -3,10 +3,10 @@ "2501": { "name": "DEVICE_MISMATCH", "message": "This Nintendo Network ID cannot\nbe used on this console.", - "short_description": "The console certificate sent in the request was invalid or missing", - "long_description": "Unknown cause.", - "short_solution": "Ensure your console certificate is untampered with and try again later. If using Cemu, dump your system files again", - "long_solution": "Unknown solution.", + "short_description": "The console certificate sent in the request was invalid or missing.", + "long_description": "The console certificate sent in the request was invalid or missing.", + "short_solution": "Ensure your console certificate is untampered with and try again later. If using Cemu, dump your system files again.", + "long_solution": "Ensure your console certificate is untampered with and try again later. If using Cemu, dump your system files again.", "support_link": "https://preten.do/102-2501" } } diff --git a/data/102/2511/en_US.json b/data/102/2511/en_US.json index 7ba20af3..b637d87b 100644 --- a/data/102/2511/en_US.json +++ b/data/102/2511/en_US.json @@ -3,10 +3,10 @@ "2511": { "name": "SYSTEM_UPDATE_REQUIRED", "message": "In order to use online services, a\nsystem update is required.\n\nGo to System Settings to perform a\nsystem update.", - "short_description": "Your console is not up to date", - "long_description": "Unknown cause.", - "short_solution": "Update your console", - "long_solution": "Unknown solution.", + "short_description": "Your console is not up to date.", + "long_description": "Your console is not up to date.", + "short_solution": "Update your console.", + "long_solution": "Update your console.", "support_link": "https://preten.do/102-2511" } } diff --git a/data/102/2512/en_US.json b/data/102/2512/en_US.json index 072bb9c4..42523df4 100644 --- a/data/102/2512/en_US.json +++ b/data/102/2512/en_US.json @@ -3,10 +3,10 @@ "2512": { "name": "APPLICATION_UPDATE_REQUIRED", "message": "This software must be updated before\nonline services can be used.\n\nTo update the software, go to the Wii U\nMenu and then start the software again.", - "short_description": "Your game is not up to date", - "long_description": "Unknown cause.", - "short_solution": "Update your game", - "long_solution": "Unknown solution.", + "short_description": "Your game is not up to date.", + "long_description": "Your game is not up to date.", + "short_solution": "Update your game.", + "long_solution": "Update your game.", "support_link": "https://preten.do/102-2512" } } diff --git a/data/102/2571/en_US.json b/data/102/2571/en_US.json index 03d05e3f..8ddcf2ad 100644 --- a/data/102/2571/en_US.json +++ b/data/102/2571/en_US.json @@ -3,10 +3,10 @@ "2571": { "name": "ACCOUNT_ID_ALREADY_EXISTS", "message": "The Nintendo Network ID you entered\nis already in use.\n\nPlease enter a different ID.", - "short_description": "You are trying to create a PNID using a username that is either already in use by another Pretendo user, or is used by a different NNID on your console", - "long_description": "Unknown cause.", - "short_solution": "Choose a different username", - "long_solution": "Unknown solution.", + "short_description": "You are trying to create a PNID using a username that is either already in use by another Pretendo user, or is used by a different NNID on your console.", + "long_description": "You are trying to create a PNID using a username that is either already in use by another Pretendo user, or is used by a different NNID on your console.", + "short_solution": "Choose a different username.", + "long_solution": "Choose a different username.", "support_link": "https://preten.do/102-2571" } } diff --git a/data/102/2572/en_US.json b/data/102/2572/en_US.json index 7b0c3678..3aa8d458 100644 --- a/data/102/2572/en_US.json +++ b/data/102/2572/en_US.json @@ -3,10 +3,10 @@ "2572": { "name": "ACCOUNT_ID_NOT_ACCEPTABLE", "message": "The Nintendo Network ID you entered\nincludes text that cannot be used.\n\nPlease enter a different ID.", - "short_description": "The username you entered contains rejected text", - "long_description": "Unknown cause.", - "short_solution": "Choose a different username", - "long_solution": "Unknown solution.", + "short_description": "The username you entered contains rejected text.", + "long_description": "The username you entered contains rejected text.", + "short_solution": "Choose a different username.", + "long_solution": "Choose a different username.", "support_link": "https://preten.do/102-2572" } } diff --git a/data/102/2573/en_US.json b/data/102/2573/en_US.json index cb285f0c..2f1a23a2 100644 --- a/data/102/2573/en_US.json +++ b/data/102/2573/en_US.json @@ -3,10 +3,10 @@ "2573": { "name": "ACCOUNT_PASSWORD_NOT_ACCEPTABLE", "message": "The password you entered\ncannot be used.\n\nPlease try again, following the\ninstructions on your TV screen.", - "short_description": "The password entered did not follow the instructions", - "long_description": "Unknown cause.", - "short_solution": "Choose a different password", - "long_solution": "Unknown solution.", + "short_description": "The password entered did not follow the instructions.", + "long_description": "The password entered did not follow the instructions.", + "short_solution": "Choose a different password.", + "long_solution": "Choose a different password.", "support_link": "https://preten.do/102-2573" } } diff --git a/data/102/2574/en_US.json b/data/102/2574/en_US.json index 12c03a2d..8148f684 100644 --- a/data/102/2574/en_US.json +++ b/data/102/2574/en_US.json @@ -3,10 +3,10 @@ "2574": { "name": "MII_NAME_NOT_ACCEPTABLE", "message": "The nickname you entered\ncannot be used.", - "short_description": "The Mii nickname you entered contains rejected text", - "long_description": "Unknown cause.", - "short_solution": "Choose a different nickname", - "long_solution": "Unknown solution.", + "short_description": "The Mii nickname you entered contains rejected text.", + "long_description": "The Mii nickname you entered contains rejected text.", + "short_solution": "Choose a different nickname.", + "long_solution": "Choose a different nickname.", "support_link": "https://preten.do/102-2574" } } diff --git a/data/102/2575/en_US.json b/data/102/2575/en_US.json index 578d401a..793c86b3 100644 --- a/data/102/2575/en_US.json +++ b/data/102/2575/en_US.json @@ -3,10 +3,10 @@ "2575": { "name": "MAIL_ADDRESS_NOT_ACCEPTABLE", "message": "The e-mail address you entered is not\ncorrect.\n\nPlease check the e-mail address\nyou entered and try again.", - "short_description": "Invalid email address entered", - "long_description": "Unknown cause.", - "short_solution": "Enter a valid email address", - "long_solution": "Unknown solution.", + "short_description": "Invalid email address entered.", + "long_description": "Invalid email address entered.", + "short_solution": "Enter a valid email address.", + "long_solution": "Enter a valid email address.", "support_link": "https://preten.do/102-2575" } } diff --git a/data/102/2577/en_US.json b/data/102/2577/en_US.json index eb4fd636..748cc636 100644 --- a/data/102/2577/en_US.json +++ b/data/102/2577/en_US.json @@ -3,10 +3,10 @@ "2577": { "name": "ACCOUNT_ID_PASSWORD_SAME", "message": "Your Nintendo Network ID and\npassword are the same.\n\nPlease use a different password.", - "short_description": "Your username and password are the same", - "long_description": "Unknown cause.", - "short_solution": "Change either your username or password", - "long_solution": "Unknown solution.", + "short_description": "Your username and password are the same.", + "long_description": "Your username and password are the same.", + "short_solution": "Change either your username or password.", + "long_solution": "Change either your username or password.", "support_link": "https://preten.do/102-2577" } } diff --git a/data/102/2586/en_US.json b/data/102/2586/en_US.json index 623b86c1..3bb712a0 100644 --- a/data/102/2586/en_US.json +++ b/data/102/2586/en_US.json @@ -3,10 +3,10 @@ "2586": { "name": "MAIL_ADDRESS_DOMAIN_NAME_NOT_RESOLVED", "message": "", - "short_description": "The email address entered uses a domain which could not be located", - "long_description": "Unknown cause.", - "short_solution": "Enter a different email address", - "long_solution": "Unknown solution.", + "short_description": "The email address entered uses a domain which could not be located.", + "long_description": "The email address entered uses a domain which could not be located.", + "short_solution": "Enter a different email address.", + "long_solution": "Enter a different email address.", "support_link": "https://preten.do/102-2586" } } diff --git a/data/102/2594/en_US.json b/data/102/2594/en_US.json index 2d227a08..03810f2d 100644 --- a/data/102/2594/en_US.json +++ b/data/102/2594/en_US.json @@ -3,10 +3,10 @@ "2594": { "name": "PARENTAL_CONTROLS_REQUIRED", "message": "Parental Controls restrictions\nmust be set up first.", - "short_description": "Unknown cause.", - "long_description": "Unknown cause.", - "short_solution": "Unknown solution.", - "long_solution": "Unknown solution.", + "short_description": "You have not set up the required Parental Controls restrictions.", + "long_description": "You have not set up the required Parental Controls restrictions.", + "short_solution": "Set up the required Parental Controls restrictions.", + "long_solution": "Set up the required Parental Controls restrictions.", "support_link": "https://preten.do/102-2594" } } diff --git a/data/102/2595/en_US.json b/data/102/2595/en_US.json index b105c176..028cf255 100644 --- a/data/102/2595/en_US.json +++ b/data/102/2595/en_US.json @@ -3,10 +3,10 @@ "2595": { "name": "MII_NOT_REGISTERED", "message": "You have not registered a Mii.", - "short_description": "Unknown cause.", - "long_description": "Unknown cause.", - "short_solution": "Unknown solution.", - "long_solution": "Unknown solution.", + "short_description": "A Mii has not been registred to the account. .", + "long_description": "A Mii has not been registred to the account. .", + "short_solution": "Register a Mii and try again.", + "long_solution": "Register a Mii and try again.", "support_link": "https://preten.do/102-2595" } } diff --git a/data/102/2611/en_US.json b/data/102/2611/en_US.json index 1f3ff108..6ac78525 100644 --- a/data/102/2611/en_US.json +++ b/data/102/2611/en_US.json @@ -3,10 +3,10 @@ "2611": { "name": "WRONG_ACCOUNT_PASSWORD", "message": "Incorrect password.\n\nPlease go to the Wii U Menu and\nenter your password again.", - "short_description": "Incorrect password", - "long_description": "Unknown cause.", - "short_solution": "Enter your password again or reset your password and try again", - "long_solution": "Unknown solution.", + "short_description": "Incorrect password.", + "long_description": "Incorrect password.", + "short_solution": "Enter your password again or reset your password and try again.", + "long_solution": "Enter your password again or reset your password and try again.", "support_link": "https://preten.do/102-2611" } } diff --git a/data/102/2612/en_US.json b/data/102/2612/en_US.json index 285c76ad..d00df766 100644 --- a/data/102/2612/en_US.json +++ b/data/102/2612/en_US.json @@ -3,10 +3,10 @@ "2612": { "name": "WRONG_MAIL_ADDRESS", "message": "The e-mail address you entered is not\ncorrect.\n\nPlease check the e-mail address\nyou entered and try again.", - "short_description": "Unknown cause.", - "long_description": "Unknown cause.", - "short_solution": "Unknown solution.", - "long_solution": "Unknown solution.", + "short_description": "The entered e-mail address is incorrect.", + "long_description": "The entered e-mail address is incorrect.", + "short_solution": "Enter the correct e-mail address.", + "long_solution": "Enter the correct e-mail address.", "support_link": "https://preten.do/102-2612" } } diff --git a/data/102/2613/en_US.json b/data/102/2613/en_US.json index d23bcad1..1d78fd2a 100644 --- a/data/102/2613/en_US.json +++ b/data/102/2613/en_US.json @@ -3,10 +3,10 @@ "2613": { "name": "WRONG_ACCOUNT_PASSWORD_OR_MAIL_ADDRESS", "message": "The information entered is not correct.\nYou may have entered the ID of another\nservice.\n\nPlease enter the details again, making\nsure that the Nintendo Network ID,\npassword, and e-mail address are\ncorrect.", - "short_description": "Invalid account information provided. Either your username, password, or email address does not match", - "long_description": "Unknown cause.", - "short_solution": "Enter corrected information and try again", - "long_solution": "Unknown solution.", + "short_description": "Invalid account information provided. Either your username, password, or email address does not match.", + "long_description": "Invalid account information provided. Either your username, password, or email address does not match.", + "short_solution": "Enter the correct information and try again. You might also be connected to Pretendo Network while trying to sign in with an NNID, or Nintendo Network while trying to sign in with a PNID.", + "long_solution": "Enter the correct information and try again. Double check if your information is correct by attempting to sign in on the Pretendo website. You might also be connected to Pretendo Network while trying to sign in with an NNID, or Nintendo Network while trying to sign in with a PNID.", "support_link": "https://preten.do/102-2613" } } diff --git a/data/102/2614/en_US.json b/data/102/2614/en_US.json index ce40c13f..53fbb43f 100644 --- a/data/102/2614/en_US.json +++ b/data/102/2614/en_US.json @@ -3,10 +3,10 @@ "2614": { "name": "WRONG_CONFIRMATION_CODE", "message": "", - "short_description": "The email confirmation code entered does not match your account", - "long_description": "Unknown cause.", - "short_solution": "Check your confirmation code and try again", - "long_solution": "Unknown solution.", + "short_description": "The email confirmation code entered does not match your account.", + "long_description": "The email confirmation code entered does not match your account.", + "short_solution": "Check your confirmation code and try again.", + "long_solution": "Check your confirmation code and try again.", "support_link": "https://preten.do/102-2614" } } diff --git a/data/102/2631/en_US.json b/data/102/2631/en_US.json index 32e458ca..5fc671ac 100644 --- a/data/102/2631/en_US.json +++ b/data/102/2631/en_US.json @@ -3,10 +3,10 @@ "2631": { "name": "ACCOUNT_ALREADY_DELETED", "message": "This user cannot use network services.\n\nThe Nintendo Network ID linked to this\nuser has been deleted.", - "short_description": "Unknown cause.", - "long_description": "Unknown cause.", - "short_solution": "Unknown solution.", - "long_solution": "Unknown solution.", + "short_description": "The account linked to the user has been deleted.", + "long_description": "The account linked to the user has been deleted.", + "short_solution": "Link a new Nintendo/Pretendo Network ID to the user.", + "long_solution": "Link a new Nintendo/Pretendo Network ID to the user.", "support_link": "https://preten.do/102-2631" } } diff --git a/data/102/2633/en_US.json b/data/102/2633/en_US.json index f23a2304..7c9c2da4 100644 --- a/data/102/2633/en_US.json +++ b/data/102/2633/en_US.json @@ -3,10 +3,10 @@ "2633": { "name": "AUTHENTICATION_LOCKED", "message": "Due to repeated incorrect password\nentries, you are temporarily unable\nto sign in to Nintendo Network\n\nPlease try again later.", - "short_description": "Unknown cause.", - "long_description": "Unknown cause.", - "short_solution": "Unknown solution.", - "long_solution": "Unknown solution.", + "short_description": "You entered an incorrect password multiple times and have now been temporarily locked out.", + "long_description": "You entered an incorrect password multiple times and have now been temporarily locked out.", + "short_solution": "Wait for the timeout to end and enter the correct password.", + "long_solution": "Wait for the timeout to end and enter the correct password.", "support_link": "https://preten.do/102-2633" } } diff --git a/data/102/2641/en_US.json b/data/102/2641/en_US.json index 36f3b040..0b55a689 100644 --- a/data/102/2641/en_US.json +++ b/data/102/2641/en_US.json @@ -3,10 +3,10 @@ "2641": { "name": "ACCOUNT_TOKEN_EXPIRED", "message": "", - "short_description": "The token provided is expired", - "long_description": "Unknown cause.", - "short_solution": "Log in again or restart your application or console and try again", - "long_solution": "Unknown solution.", + "short_description": "The token provided is expired.", + "long_description": "The token provided is expired.", + "short_solution": "Log in again or restart your application or console and try again.", + "long_solution": "Log in again or restart your application or console and try again.", "support_link": "https://preten.do/102-2641" } } diff --git a/data/102/2642/en_US.json b/data/102/2642/en_US.json index 39dd8418..cf365b0d 100644 --- a/data/102/2642/en_US.json +++ b/data/102/2642/en_US.json @@ -3,10 +3,10 @@ "2642": { "name": "INVALID_ACCOUNT_TOKEN", "message": "", - "short_description": "The login token provided is invalid", - "long_description": "Unknown cause.", - "short_solution": "Restart your application or console and try again", - "long_solution": "Unknown solution.", + "short_description": "The login token provided is invalid.", + "long_description": "The login token provided is invalid.", + "short_solution": "Restart your application or console and try again.", + "long_solution": "Restart your application or console and try again.", "support_link": "https://preten.do/102-2642" } } diff --git a/data/102/2672/en_US.json b/data/102/2672/en_US.json index 10aae2c7..15dbaf28 100644 --- a/data/102/2672/en_US.json +++ b/data/102/2672/en_US.json @@ -3,8 +3,8 @@ "2672": { "name": "CREDIT_CARD_DECLINED", "message": "The use of this credit card has\nbeen stopped.", - "short_description": "Unknown cause.", - "long_description": "Unknown cause.", + "short_description": "The credit card has been declined.", + "long_description": "The credit card has been declined.", "short_solution": "Unknown solution.", "long_solution": "Unknown solution.", "support_link": "https://preten.do/102-2672" diff --git a/data/102/2674/en_US.json b/data/102/2674/en_US.json index 195f8cd3..d4a2ec0d 100644 --- a/data/102/2674/en_US.json +++ b/data/102/2674/en_US.json @@ -3,10 +3,10 @@ "2674": { "name": "INVALID_CREDIT_CARD_NUMBER", "message": "Please check the credit-card\nnumber and try entering it again.", - "short_description": "Unknown cause.", - "long_description": "Unknown cause.", - "short_solution": "Unknown solution.", - "long_solution": "Unknown solution.", + "short_description": "The entered credit card number is incorrect.", + "long_description": "The entered credit card number is incorrect.", + "short_solution": "Enter the correct credit card number.", + "long_solution": "Enter the correct credit card number.", "support_link": "https://preten.do/102-2674" } } diff --git a/data/102/2675/en_US.json b/data/102/2675/en_US.json index 935dccc1..7381cd8b 100644 --- a/data/102/2675/en_US.json +++ b/data/102/2675/en_US.json @@ -3,10 +3,10 @@ "2675": { "name": "INVALID_CREDIT_CARD_DATE", "message": "Please check the credit-card\nexpiration date and try entering\nit again.", - "short_description": "Unknown cause.", - "long_description": "Unknown cause.", - "short_solution": "Unknown solution.", - "long_solution": "Unknown solution.", + "short_description": "The entered credit card expiration date is incorrect.", + "long_description": "The entered credit card expiration date is incorrect.", + "short_solution": "Enter the correct credit card expiration date.", + "long_solution": "Enter the correct credit card expiration date.", "support_link": "https://preten.do/102-2675" } } diff --git a/data/102/2676/en_US.json b/data/102/2676/en_US.json index 21326689..3fe415fa 100644 --- a/data/102/2676/en_US.json +++ b/data/102/2676/en_US.json @@ -3,10 +3,10 @@ "2676": { "name": "INVALID_CREDIT_CARD_PIN", "message": "Please check the credit-card\nPIN and try entering it again.", - "short_description": "Unknown cause.", - "long_description": "Unknown cause.", - "short_solution": "Unknown solution.", - "long_solution": "Unknown solution.", + "short_description": "The entered credit card PIN is incorrect.", + "long_description": "The entered credit card PIN is incorrect.", + "short_solution": "Enter the correct credit card PIN.", + "long_solution": "Enter the correct credit card PIN.", "support_link": "https://preten.do/102-2676" } } diff --git a/data/102/2800/en_US.json b/data/102/2800/en_US.json index 80e2ecb9..e90a4477 100644 --- a/data/102/2800/en_US.json +++ b/data/102/2800/en_US.json @@ -3,10 +3,10 @@ "2800": { "name": "BANNED", "message": "", - "short_description": "Unknown cause.", - "long_description": "Unknown cause.", - "short_solution": "Unknown solution.", - "long_solution": "Unknown solution.", + "short_description": "Either your account or console has been banned.", + "long_description": "Either your account or console has been banned.", + "short_solution": "Don't do whatever you did to get banned.", + "long_solution": "Don't do whatever you did to get banned.", "support_link": "https://preten.do/102-2800" } } diff --git a/data/102/2801/en_US.json b/data/102/2801/en_US.json index 9b2c03f1..9bc5850a 100644 --- a/data/102/2801/en_US.json +++ b/data/102/2801/en_US.json @@ -3,10 +3,10 @@ "2801": { "name": "BANNED_ACCOUNT", "message": "", - "short_description": "Unknown cause.", - "long_description": "Unknown cause.", - "short_solution": "Unknown solution.", - "long_solution": "Unknown solution.", + "short_description": "Your account has been banned.", + "long_description": "Your account has been banned.", + "short_solution": "Don't do whatever you did to get banned.", + "long_solution": "Don't do whatever you did to get banned.", "support_link": "https://preten.do/102-2801" } } diff --git a/data/102/2802/en_US.json b/data/102/2802/en_US.json index adf8a577..cc995ba4 100644 --- a/data/102/2802/en_US.json +++ b/data/102/2802/en_US.json @@ -4,7 +4,7 @@ "name": "BANNED_ACCOUNT_ALL", "message": "This Nintendo Network ID\ncannot be used.\n\nPlease make a note of the error code\nand visit support.nintendo.com.", "short_description": "Your account is permanently banned from all aspects of the network.", - "long_description": "The account you are trying to use has been permanently banned from all aspects of the network. This includes, but is not limited to:\n\n- Miiverse\n- Game servers\n- 3rd party services which opt-in to respecting network bans", + "long_description": "The account you are trying to use has been permanently banned from all aspects of the network. This includes, but is not limited to:\n\n- Miiverse\n- Game servers\n- 3rd party services which opt-in to respecting network bans.", "short_solution": "Not applicable.", "long_solution": "Not applicable.", "support_link": "https://preten.do/102-2802" diff --git a/data/102/2803/en_US.json b/data/102/2803/en_US.json index 8f32a171..ff7decaf 100644 --- a/data/102/2803/en_US.json +++ b/data/102/2803/en_US.json @@ -3,10 +3,10 @@ "2803": { "name": "BANNED_ACCOUNT_IN_APPLICATION", "message": "Online services cannot be used.\n\nPlease make a note of the error code\nand visit support.nintendo.com.", - "short_description": "Your PNID is permanently banned from this application", - "long_description": "Unknown cause.", - "short_solution": "Don't do whatever you did to get banned", - "long_solution": "Unknown solution.", + "short_description": "Your account is permanently banned from this application.", + "long_description": "Your account is permanently banned from this application.", + "short_solution": "Don't do whatever you did to get banned.", + "long_solution": "Don't do whatever you did to get banned.", "support_link": "https://preten.do/102-2803" } } diff --git a/data/102/2804/en_US.json b/data/102/2804/en_US.json index fe69610f..a7584a15 100644 --- a/data/102/2804/en_US.json +++ b/data/102/2804/en_US.json @@ -3,10 +3,10 @@ "2804": { "name": "BANNED_ACCOUNT_IN_NEX_SERVICE", "message": "", - "short_description": "Your PNID is permanently banned from this game", - "long_description": "Unknown cause.", - "short_solution": "Don't do whatever you did to get banned", - "long_solution": "Unknown solution.", + "short_description": "Your account is permanently banned from this game.", + "long_description": "Your account is permanently banned from this game.", + "short_solution": "Don't do whatever you did to get banned.", + "long_solution": "Don't do whatever you did to get banned.", "support_link": "https://preten.do/102-2804" } } diff --git a/data/102/2805/en_US.json b/data/102/2805/en_US.json index e52d4e74..70c872b5 100644 --- a/data/102/2805/en_US.json +++ b/data/102/2805/en_US.json @@ -2,11 +2,11 @@ "102": { "2805": { "name": "BANNED_ACCOUNT_IN_INDEPENDENT_SERVICE", - "message": "", - "short_description": "Your PNID is permanently banned from this service", - "long_description": "Unknown cause.", - "short_solution": "Don't do whatever you did to get banned", - "long_solution": "Unknown solution.", + "message": "Online services cannot be used.\n\nPlease make a note of the error code\nand visit support.nintendo.com", + "short_description": "Your account is permanently banned from this service.", + "long_description": "Your account is permanently banned from this service.", + "short_solution": "Don't do whatever you did to get banned.", + "long_solution": "Don't do whatever you did to get banned.", "support_link": "https://preten.do/102-2805" } } diff --git a/data/102/2811/en_US.json b/data/102/2811/en_US.json index eca0e504..e4533cc4 100644 --- a/data/102/2811/en_US.json +++ b/data/102/2811/en_US.json @@ -3,10 +3,10 @@ "2811": { "name": "BANNED_DEVICE", "message": "", - "short_description": "Unknown cause.", - "long_description": "Unknown cause.", - "short_solution": "Unknown solution.", - "long_solution": "Unknown solution.", + "short_description": "Your console has been banned.", + "long_description": "Your console has been banned.", + "short_solution": "Don't do whatever you did to get banned.", + "long_solution": "Don't do whatever you did to get banned.", "support_link": "https://preten.do/102-2811" } } diff --git a/data/102/2812/en_US.json b/data/102/2812/en_US.json index a2d8974c..dbfed1ee 100644 --- a/data/102/2812/en_US.json +++ b/data/102/2812/en_US.json @@ -3,10 +3,10 @@ "2812": { "name": "BANNED_DEVICE_ALL", "message": "Online services are unavailable\non this console.\n\nPlease make a note of the error code\nand visit support.nintendo.com.", - "short_description": "Your console is permanently banned from all aspects of the network", - "long_description": "Unknown cause.", - "short_solution": "Don't do whatever you did to get banned", - "long_solution": "Unknown solution.", + "short_description": "Your console is permanently banned from all aspects of the network.", + "long_description": "Your console is permanently banned from all aspects of the network.", + "short_solution": "Don't do whatever you did to get banned.", + "long_solution": "Don't do whatever you did to get banned.", "support_link": "https://preten.do/102-2812" } } diff --git a/data/102/2813/en_US.json b/data/102/2813/en_US.json index f4ce6f19..cfa57392 100644 --- a/data/102/2813/en_US.json +++ b/data/102/2813/en_US.json @@ -3,10 +3,10 @@ "2813": { "name": "BANNED_DEVICE_IN_APPLICATION", "message": "", - "short_description": "Your console is permanently banned from this application", - "long_description": "Unknown cause.", - "short_solution": "Don't do whatever you did to get banned", - "long_solution": "Unknown solution.", + "short_description": "Your console is permanently banned from this application.", + "long_description": "Your console is permanently banned from this application.", + "short_solution": "Don't do whatever you did to get banned.", + "long_solution": "Don't do whatever you did to get banned.", "support_link": "https://preten.do/102-2813" } } diff --git a/data/102/2814/en_US.json b/data/102/2814/en_US.json index e2aa7dc5..da3ac30e 100644 --- a/data/102/2814/en_US.json +++ b/data/102/2814/en_US.json @@ -2,11 +2,11 @@ "102": { "2814": { "name": "BANNED_DEVICE_IN_NEX_SERVICE", - "message": "", - "short_description": "Your console is permanently banned from this game", - "long_description": "Unknown cause.", - "short_solution": "Don't do whatever you did to get banned", - "long_solution": "Unknown solution.", + "message": "Online services cannot be used.\n\nPlease make note of the error code\nand visit support.nintendo.com.", + "short_description": "Your console is permanently banned from this game.", + "long_description": "Your console is permanently banned from this game.", + "short_solution": "Don't do whatever you did to get banned.", + "long_solution": "Don't do whatever you did to get banned.", "support_link": "https://preten.do/102-2814" } } diff --git a/data/102/2815/en_US.json b/data/102/2815/en_US.json index eb39b0ac..c1277796 100644 --- a/data/102/2815/en_US.json +++ b/data/102/2815/en_US.json @@ -2,11 +2,11 @@ "102": { "2815": { "name": "BANNED_DEVICE_IN_INDEPENDENT_SERVICE", - "message": "", - "short_description": "Your console is permanently banned from this service", - "long_description": "Unknown cause.", - "short_solution": "Don't do whatever you did to get banned", - "long_solution": "Unknown solution.", + "message": "Online services cannot be used.\n\nPlease make note of the error code\nand visit support.nintendo.com.", + "short_description": "Your console is permanently banned from this service.", + "long_description": "Your console is permanently banned from this service.", + "short_solution": "Don't do whatever you did to get banned.", + "long_solution": "Don't do whatever you did to get banned.", "support_link": "https://preten.do/102-2815" } } diff --git a/data/102/2821/en_US.json b/data/102/2821/en_US.json index 323dcfb4..a623a098 100644 --- a/data/102/2821/en_US.json +++ b/data/102/2821/en_US.json @@ -3,10 +3,10 @@ "2821": { "name": "BANNED_ACCOUNT_TEMPORARILY", "message": "", - "short_description": "Unknown cause.", - "long_description": "Unknown cause.", - "short_solution": "Unknown solution.", - "long_solution": "Unknown solution.", + "short_description": "Your account has been temporarily banned.", + "long_description": "Your account has been temporarily banned.", + "short_solution": "Wait for the ban to expire, and don't do whatever you did to get banned.", + "long_solution": "Wait for the ban to expire, and don't do whatever you did to get banned.", "support_link": "https://preten.do/102-2821" } } diff --git a/data/102/2822/en_US.json b/data/102/2822/en_US.json index dac35b8f..f3a6f742 100644 --- a/data/102/2822/en_US.json +++ b/data/102/2822/en_US.json @@ -3,10 +3,10 @@ "2822": { "name": "BANNED_ACCOUNT_ALL_TEMPORARILY", "message": "", - "short_description": "Your PNID is temporarily banned from all aspects of the network", - "long_description": "Unknown cause.", - "short_solution": "Wait for the ban to expire", - "long_solution": "Unknown solution.", + "short_description": "Your account is temporarily banned from all aspects of the network.", + "long_description": "Your account is temporarily banned from all aspects of the network.", + "short_solution": "Wait for the ban to expire and don't do whatever you did to get banned.", + "long_solution": "Wait for the ban to expire and don't do whatever you did to get banned.", "support_link": "https://preten.do/102-2822" } } diff --git a/data/102/2823/en_US.json b/data/102/2823/en_US.json index 1e299b59..2c89eacb 100644 --- a/data/102/2823/en_US.json +++ b/data/102/2823/en_US.json @@ -3,10 +3,10 @@ "2823": { "name": "BANNED_ACCOUNT_IN_APPLICATION_TEMPORARILY", "message": "", - "short_description": "Your PNID is temporarily banned from this application", - "long_description": "Unknown cause.", - "short_solution": "Wait for the ban to expire", - "long_solution": "Unknown solution.", + "short_description": "Your account is temporarily banned from this application.", + "long_description": "Your account is temporarily banned from this application.", + "short_solution": "Wait for the ban to expire and don't do whatever you did to get banned.", + "long_solution": "Wait for the ban to expire and don't do whatever you did to get banned.", "support_link": "https://preten.do/102-2823" } } diff --git a/data/102/2824/en_US.json b/data/102/2824/en_US.json index 4b1f4554..feaf0533 100644 --- a/data/102/2824/en_US.json +++ b/data/102/2824/en_US.json @@ -3,10 +3,10 @@ "2824": { "name": "BANNED_ACCOUNT_IN_NEX_SERVICE_TEMPORARILY", "message": "", - "short_description": "Your PNID is temporarily banned from this game", - "long_description": "Unknown cause.", - "short_solution": "Wait for the ban to expire", - "long_solution": "Unknown solution.", + "short_description": "Your account is temporarily banned from this game.", + "long_description": "Your account is temporarily banned from this game.", + "short_solution": "Wait for the ban to expire and don't do whatever you did to get banned.", + "long_solution": "Wait for the ban to expire and don't do whatever you did to get banned.", "support_link": "https://preten.do/102-2824" } } diff --git a/data/102/2825/en_US.json b/data/102/2825/en_US.json index 843836c4..c835cbb6 100644 --- a/data/102/2825/en_US.json +++ b/data/102/2825/en_US.json @@ -3,10 +3,10 @@ "2825": { "name": "BANNED_ACCOUNT_IN_INDEPENDENT_SERVICE_TEMPORARILY", "message": "", - "short_description": "Your PNID is temporarily banned from this service", - "long_description": "Unknown cause.", - "short_solution": "Wait for the ban to expire", - "long_solution": "Unknown solution.", + "short_description": "Your account is temporarily banned from this service.", + "long_description": "Your account is temporarily banned from this service.", + "short_solution": "Wait for the ban to expire and don't do whatever you did to get banned.", + "long_solution": "Wait for the ban to expire and don't do whatever you did to get banned.", "support_link": "https://preten.do/102-2825" } } diff --git a/data/102/2831/en_US.json b/data/102/2831/en_US.json index 4eb2305c..974241b0 100644 --- a/data/102/2831/en_US.json +++ b/data/102/2831/en_US.json @@ -3,10 +3,10 @@ "2831": { "name": "BANNED_DEVICE_TEMPORARILY", "message": "", - "short_description": "Unknown cause.", - "long_description": "Unknown cause.", - "short_solution": "Unknown solution.", - "long_solution": "Unknown solution.", + "short_description": "Your console has been banned temporarily.", + "long_description": "Your console has been banned temporarily.", + "short_solution": "Wait for the ban to expire and don't do whatever you did to get banned.", + "long_solution": "Wait for the ban to expire and don't do whatever you did to get banned.", "support_link": "https://preten.do/102-2831" } } diff --git a/data/102/2832/en_US.json b/data/102/2832/en_US.json index 8361bbe9..4bef48d9 100644 --- a/data/102/2832/en_US.json +++ b/data/102/2832/en_US.json @@ -3,9 +3,9 @@ "2832": { "name": "BANNED_DEVICE_ALL_TEMPORARILY", "message": "", - "short_description": "Your console is temporarily banned from all aspects of the network", - "long_description": "Your console has been temporarily banned from all aspects of the network. This includes, but is not limited to:\n\n- Miiverse\n- Game servers\n- 3rd party services which opt-in to respecting network bans", - "short_solution": "Wait for the ban to expire", + "short_description": "Your console is temporarily banned from all aspects of the network.", + "long_description": "Your console has been temporarily banned from all aspects of the network. This includes, but is not limited to:\n\n- Miiverse\n- Game servers\n- 3rd party services which opt-in to respecting network bans.", + "short_solution": "Wait for the ban to expire.", "long_solution": "Wait for the ban to expire.", "support_link": "https://preten.do/102-2832" } diff --git a/data/102/2833/en_US.json b/data/102/2833/en_US.json index a72a954d..ec785aad 100644 --- a/data/102/2833/en_US.json +++ b/data/102/2833/en_US.json @@ -3,10 +3,10 @@ "2833": { "name": "BANNED_DEVICE_IN_APPLICATION_TEMPORARILY", "message": "", - "short_description": "Your console is temporarily banned from this application", + "short_description": "Your console is temporarily banned from this application.", "long_description": "Your console is temporarily banned from this application.", - "short_solution": "Wait for the ban to expire", - "long_solution": "Wait for the ban to expire.", + "short_solution": "Wait for the ban to expire and don't do whatever you did to get banned.", + "long_solution": "Wait for the ban to expire and don't do whatever you did to get banned.", "support_link": "https://preten.do/102-2833" } } diff --git a/data/102/2834/en_US.json b/data/102/2834/en_US.json index 7584db12..6d603c70 100644 --- a/data/102/2834/en_US.json +++ b/data/102/2834/en_US.json @@ -3,10 +3,10 @@ "2834": { "name": "BANNED_DEVICE_IN_NEX_SERVICE_TEMPORARILY", "message": "", - "short_description": "Your console is temporarily banned from this game", + "short_description": "Your console is temporarily banned from this game.", "long_description": "Your console is temporarily banned from this game.", - "short_solution": "Wait for the ban to expire", - "long_solution": "Wait for the ban to expire.", + "short_solution": "Wait for the ban to expire and don't do whatever you did to get banned.", + "long_solution": "Wait for the ban to expire and don't do whatever you did to get banned.", "support_link": "https://preten.do/102-2834" } } diff --git a/data/102/2835/en_US.json b/data/102/2835/en_US.json index ab783d4e..6b353ae6 100644 --- a/data/102/2835/en_US.json +++ b/data/102/2835/en_US.json @@ -3,10 +3,10 @@ "2835": { "name": "BANNED_DEVICE_IN_INDEPENDENT_SERVICE_TEMPORARILY", "message": "", - "short_description": "Your console is temporarily banned from this service", + "short_description": "Your console is temporarily banned from this service.", "long_description": "Your console is temporarily banned from this service.", - "short_solution": "Wait for the ban to expire", - "long_solution": "Wait for the ban to expire.", + "short_solution": "Wait for the ban to expire and don't do whatever you did to get banned.", + "long_solution": "Wait for the ban to expire and don't do whatever you did to get banned.", "support_link": "https://preten.do/102-2835" } } diff --git a/data/102/2881/en_US.json b/data/102/2881/en_US.json index 5f8aea0d..ca21a89a 100644 --- a/data/102/2881/en_US.json +++ b/data/102/2881/en_US.json @@ -3,10 +3,10 @@ "2881": { "name": "UNDER_MAINTENANCE", "message": "Due to server maintenance, the service\nyou attempted to access is not available\nat this time.\n\nPlease try again later.", - "short_description": "The server you requested is under maintenance", - "long_description": "Unknown cause.", - "short_solution": "Try again later", - "long_solution": "Unknown solution.", + "short_description": "The server you requested is under maintenance.", + "long_description": "The server you requested is under maintenance.", + "short_solution": "Try again later.", + "long_solution": "Ty again later.", "support_link": "https://preten.do/102-2881" } } diff --git a/data/102/2882/en_US.json b/data/102/2882/en_US.json index cf5460bd..97a085b0 100644 --- a/data/102/2882/en_US.json +++ b/data/102/2882/en_US.json @@ -3,10 +3,10 @@ "2882": { "name": "SERVICE_CLOSED", "message": "This online service is no longer\navailable.\n\nSorry for the inconvenience.", - "short_description": "The server you requested is closed and no longer maintained", - "long_description": "Unknown cause.", - "short_solution": "Self host the server or use another hosted instance", - "long_solution": "Unknown solution.", + "short_description": "The server you requested is closed and no longer maintained.", + "long_description": "The server you requested is closed and no longer maintained.", + "short_solution": "Self host the server or use another hosted instance.", + "long_solution": "Self host the server or use another hosted instance.", "support_link": "https://preten.do/102-2882" } } diff --git a/data/104/0440/en_US.json b/data/104/0440/en_US.json new file mode 100644 index 00000000..cfecd0b0 --- /dev/null +++ b/data/104/0440/en_US.json @@ -0,0 +1,13 @@ +{ + "104": { + "0440": { + "name": "Unknown", + "message": "An error has occurred./n/nPlease try again later./n/nIf the problem persists, please\nmake a note of the error code and\nvisit support.nintendo.com.", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/104-0440" + } + } +} \ No newline at end of file diff --git a/data/104/2210/en_US.json b/data/104/2210/en_US.json index 28ff3645..9ed8b2a4 100644 --- a/data/104/2210/en_US.json +++ b/data/104/2210/en_US.json @@ -1,12 +1,12 @@ { "104": { "2210": { - "name": "Unknown", - "message": "", - "short_description": "Related to downloaded BOSS (SpotPass) content", + "name": "STOPPED_BY_POLICYLIST", + "message": "An error has occurred./n/nPlease try again later./n/nIf the problem persists, please\nmake a note of the error code and\nvisit support.nintendo.com", + "short_description": "Related to downloaded BOSS (SpotPass) content.", "long_description": "This error is related to your downloaded BOSS (SpotPass) data for the game you are playing. Either the content is missing or downloaded incorrectly. Most often seen in Splatoon.", - "short_solution": "Ensure Nimble is installed and set to auto-boot. You may also try deleting your games shared save data", - "long_solution": "- Review the [Wii U installation guide](https://pretendo.network/docs/install/wiiu). Ensure that you have installed [Nimble](https://github.com/PretendoNetwork/Nimble) and that the Aroma environment it is installed in is set to auto-boot. Otherwise Nimble may not start in time to patch the policylist request, and all BOSS data will fail to download.\n- If Nimble is installed and working, delete your games shared save data. This data typically contains the downloaded SpotPass content, triggering it to be redownloaded", + "short_solution": "Delete shared save data via Sytem Settings > Data Management. This will not delete any of your save data.", + "long_solution": "- Review the [Wii U installation guide](https://pretendo.network/docs/install/wiiu). Ensure that you have installed [Nimble](https://github.com/PretendoNetwork/Nimble) and that the Aroma environment it is installed in is set to auto-boot. Otherwise Nimble may not start in time to patch the policylist request, and all BOSS data will fail to download.\n- If Nimble is installed and working, delete your games shared save data. This data typically contains the downloaded SpotPass content, triggering it to be redownloaded. Also make sure that your installation of Inkay is on the latest version. You can update Inkay via the GitHub page, Homebrew App Store, or the Aroma Updater.", "support_link": "https://preten.do/104-2210" } } diff --git a/data/118/0000/en_US.json b/data/118/0000/en_US.json new file mode 100644 index 00000000..4760b90d --- /dev/null +++ b/data/118/0000/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0000": { + "name": "nn::pia::ResultNexInternalError", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0000" + } + } +} \ No newline at end of file diff --git a/data/118/0001/en_US.json b/data/118/0001/en_US.json new file mode 100644 index 00000000..3ce393ba --- /dev/null +++ b/data/118/0001/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0001": { + "name": "nn::pia::ResultAllocationFailed", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0001" + } + } +} \ No newline at end of file diff --git a/data/118/0002/en_US.json b/data/118/0002/en_US.json new file mode 100644 index 00000000..4c03e463 --- /dev/null +++ b/data/118/0002/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0002": { + "name": "nn::pia::ResultAlreadyInitialized", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0002" + } + } +} \ No newline at end of file diff --git a/data/118/0003/en_US.json b/data/118/0003/en_US.json new file mode 100644 index 00000000..c89a8a2c --- /dev/null +++ b/data/118/0003/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0003": { + "name": "nn::pia::ResultBufferShortage", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0003" + } + } +} \ No newline at end of file diff --git a/data/118/0004/en_US.json b/data/118/0004/en_US.json new file mode 100644 index 00000000..9e5c6dc0 --- /dev/null +++ b/data/118/0004/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0004": { + "name": "nn::pia::ResultBrokenData", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0004" + } + } +} \ No newline at end of file diff --git a/data/118/0005/en_US.json b/data/118/0005/en_US.json new file mode 100644 index 00000000..64832135 --- /dev/null +++ b/data/118/0005/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0005": { + "name": "nn::pia::ResultCancelled", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0005" + } + } +} \ No newline at end of file diff --git a/data/118/0006/en_US.json b/data/118/0006/en_US.json index ba3a1bae..f01a208c 100644 --- a/data/118/0006/en_US.json +++ b/data/118/0006/en_US.json @@ -1,7 +1,7 @@ { "118": { "0006": { - "name": "Unknown", + "name": "nn::pia::ResultNetworkConnectionIsLost", "message": "You do not currently have\nan Internet connection.\n\nPlease try again later.", "short_description": "Unknown cause.", "long_description": "Unknown cause.", diff --git a/data/118/0007/en_US.json b/data/118/0007/en_US.json new file mode 100644 index 00000000..40272c05 --- /dev/null +++ b/data/118/0007/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0007": { + "name": "nn::pia::ResultInvalidArgument", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0007" + } + } +} \ No newline at end of file diff --git a/data/118/0008/en_US.json b/data/118/0008/en_US.json new file mode 100644 index 00000000..45a7456a --- /dev/null +++ b/data/118/0008/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0008": { + "name": "nn::pia::ResultInvalidState", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0008" + } + } +} \ No newline at end of file diff --git a/data/118/0009/en_US.json b/data/118/0009/en_US.json new file mode 100644 index 00000000..3543bb72 --- /dev/null +++ b/data/118/0009/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0009": { + "name": "nn::pia::ResultNoData", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0009" + } + } +} \ No newline at end of file diff --git a/data/118/0010/en_US.json b/data/118/0010/en_US.json new file mode 100644 index 00000000..c1c0158c --- /dev/null +++ b/data/118/0010/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0010": { + "name": "nn::pia::ResultNotFound", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0010" + } + } +} \ No newline at end of file diff --git a/data/118/0011/en_US.json b/data/118/0011/en_US.json new file mode 100644 index 00000000..e335022b --- /dev/null +++ b/data/118/0011/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0011": { + "name": "nn::pia::ResultNotImplemented", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0011" + } + } +} \ No newline at end of file diff --git a/data/118/0012/en_US.json b/data/118/0012/en_US.json new file mode 100644 index 00000000..def1818b --- /dev/null +++ b/data/118/0012/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0012": { + "name": "nn::pia::ResultNotInitialized", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0012" + } + } +} \ No newline at end of file diff --git a/data/118/0013/en_US.json b/data/118/0013/en_US.json new file mode 100644 index 00000000..e24a1e50 --- /dev/null +++ b/data/118/0013/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0013": { + "name": "nn::pia::ResultBufferIsFull", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0013" + } + } +} \ No newline at end of file diff --git a/data/118/0014/en_US.json b/data/118/0014/en_US.json new file mode 100644 index 00000000..30579374 --- /dev/null +++ b/data/118/0014/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0014": { + "name": "nn::pia::ResultTimeOut", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0014" + } + } +} \ No newline at end of file diff --git a/data/118/0015/en_US.json b/data/118/0015/en_US.json new file mode 100644 index 00000000..997e2b04 --- /dev/null +++ b/data/118/0015/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0015": { + "name": "nn::pia::ResultAlreadyExists", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0015" + } + } +} \ No newline at end of file diff --git a/data/118/0016/en_US.json b/data/118/0016/en_US.json new file mode 100644 index 00000000..d49c7aad --- /dev/null +++ b/data/118/0016/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0016": { + "name": "nn::pia::ResultContainerIsFull", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0016" + } + } +} \ No newline at end of file diff --git a/data/118/0017/en_US.json b/data/118/0017/en_US.json new file mode 100644 index 00000000..50800552 --- /dev/null +++ b/data/118/0017/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0017": { + "name": "nn::pia::ResultTemporaryUnavailable", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0017" + } + } +} \ No newline at end of file diff --git a/data/118/0018/en_US.json b/data/118/0018/en_US.json new file mode 100644 index 00000000..b4b1d9ce --- /dev/null +++ b/data/118/0018/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0018": { + "name": "nn::pia::ResultInProgress", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0018" + } + } +} \ No newline at end of file diff --git a/data/118/0019/en_US.json b/data/118/0019/en_US.json new file mode 100644 index 00000000..8f731f27 --- /dev/null +++ b/data/118/0019/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0019": { + "name": "nn::pia::ResultNotSet", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0019" + } + } +} \ No newline at end of file diff --git a/data/118/0101/en_US.json b/data/118/0101/en_US.json new file mode 100644 index 00000000..ece7ecd7 --- /dev/null +++ b/data/118/0101/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0101": { + "name": "nn::pia::ResultMemoryLeak", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0101" + } + } +} \ No newline at end of file diff --git a/data/118/0201/en_US.json b/data/118/0201/en_US.json new file mode 100644 index 00000000..8ffae33f --- /dev/null +++ b/data/118/0201/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0201": { + "name": "nn::pia::ResultNatCheckFailed", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0201" + } + } +} \ No newline at end of file diff --git a/data/118/0202/en_US.json b/data/118/0202/en_US.json new file mode 100644 index 00000000..06f9fda0 --- /dev/null +++ b/data/118/0202/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0202": { + "name": "nn::pia::ResultInUse", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0202" + } + } +} \ No newline at end of file diff --git a/data/118/0203/en_US.json b/data/118/0203/en_US.json index 009306f3..6961f5cd 100644 --- a/data/118/0203/en_US.json +++ b/data/118/0203/en_US.json @@ -1,7 +1,7 @@ { "118": { "0203": { - "name": "Unknown", + "name": "nn::pia::ResultDnsFailed", "message": "A communication error has occurred.\n\nThe network may be busy, or the signal\nstrength may be weak. Make sure there\nare no obstructions between the\nconsole and the wireless router or other\nnetwork device, or adjust the wireless\nchannel in your device's settings, and\ntry again.\n\nIf the problem persists, it is possible\nthat the DNS settings are incorrect.\n\nPlease check these settings under the\nInternet option in System Settings.", "short_description": "Unknown cause.", "long_description": "Unknown cause.", diff --git a/data/118/0301/en_US.json b/data/118/0301/en_US.json new file mode 100644 index 00000000..4807586f --- /dev/null +++ b/data/118/0301/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0301": { + "name": "nn::pia::ResultNotFoundNetwork", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0301" + } + } +} \ No newline at end of file diff --git a/data/118/0302/en_US.json b/data/118/0302/en_US.json new file mode 100644 index 00000000..f46761a3 --- /dev/null +++ b/data/118/0302/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0302": { + "name": "nn::pia::ResultInvalidNode", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0302" + } + } +} \ No newline at end of file diff --git a/data/118/0303/en_US.json b/data/118/0303/en_US.json new file mode 100644 index 00000000..70fab50b --- /dev/null +++ b/data/118/0303/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0303": { + "name": "nn::pia::ResultNothingPacket", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0303" + } + } +} \ No newline at end of file diff --git a/data/118/0304/en_US.json b/data/118/0304/en_US.json new file mode 100644 index 00000000..d8578407 --- /dev/null +++ b/data/118/0304/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0304": { + "name": "nn::pia::ResultNegligibleFault", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0304" + } + } +} \ No newline at end of file diff --git a/data/118/0305/en_US.json b/data/118/0305/en_US.json new file mode 100644 index 00000000..77c0af50 --- /dev/null +++ b/data/118/0305/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0305": { + "name": "nn::pia::ResultInvalidConnection", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0305" + } + } +} \ No newline at end of file diff --git a/data/118/0306/en_US.json b/data/118/0306/en_US.json new file mode 100644 index 00000000..7b907f0f --- /dev/null +++ b/data/118/0306/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0306": { + "name": "nn::pia::ResultHostMigrationFailure", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0306" + } + } +} \ No newline at end of file diff --git a/data/118/0307/en_US.json b/data/118/0307/en_US.json new file mode 100644 index 00000000..0c34596f --- /dev/null +++ b/data/118/0307/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0307": { + "name": "nn::pia::ResultDifferentVersion", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0307" + } + } +} \ No newline at end of file diff --git a/data/118/0308/en_US.json b/data/118/0308/en_US.json new file mode 100644 index 00000000..a35f93e6 --- /dev/null +++ b/data/118/0308/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0308": { + "name": "nn::pia::ResultErrorOccurred", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0308" + } + } +} \ No newline at end of file diff --git a/data/118/0309/en_US.json b/data/118/0309/en_US.json new file mode 100644 index 00000000..e9de2b8f --- /dev/null +++ b/data/118/0309/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0309": { + "name": "nn::pia::ResultInvalidNetwork", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0309" + } + } +} \ No newline at end of file diff --git a/data/118/0310/en_US.json b/data/118/0310/en_US.json new file mode 100644 index 00000000..eb8cc562 --- /dev/null +++ b/data/118/0310/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0310": { + "name": "nn::pia::ResultNetworkIsFull", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0310" + } + } +} \ No newline at end of file diff --git a/data/118/0401/en_US.json b/data/118/0401/en_US.json new file mode 100644 index 00000000..5783b31a --- /dev/null +++ b/data/118/0401/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0401": { + "name": "nn::pia::ResultConnectionFailed", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0401" + } + } +} \ No newline at end of file diff --git a/data/118/0402/en_US.json b/data/118/0402/en_US.json new file mode 100644 index 00000000..e5d0d289 --- /dev/null +++ b/data/118/0402/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0402": { + "name": "nn::pia::ResultCreateStationFailed", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0402" + } + } +} \ No newline at end of file diff --git a/data/118/0403/en_US.json b/data/118/0403/en_US.json new file mode 100644 index 00000000..b7a01504 --- /dev/null +++ b/data/118/0403/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0403": { + "name": "nn::pia::ResultIncompatibleFormat", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0403" + } + } +} \ No newline at end of file diff --git a/data/118/0404/en_US.json b/data/118/0404/en_US.json new file mode 100644 index 00000000..528fe337 --- /dev/null +++ b/data/118/0404/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0404": { + "name": "nn::pia::ResultNotInCommunication", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0404" + } + } +} \ No newline at end of file diff --git a/data/118/0405/en_US.json b/data/118/0405/en_US.json new file mode 100644 index 00000000..5ff9f23b --- /dev/null +++ b/data/118/0405/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0405": { + "name": "nn::pia::ResultTableIsFull", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0405" + } + } +} \ No newline at end of file diff --git a/data/118/0501/en_US.json b/data/118/0501/en_US.json index 34effb24..0686936a 100644 --- a/data/118/0501/en_US.json +++ b/data/118/0501/en_US.json @@ -1,7 +1,7 @@ { "118": { "0501": { - "name": "Unknown", + "name": "nn::pia::ResultJoinRequestDenied", "message": "Failed to connect to partner's device,\nbecause partner temporarily could not\naccept your transmission.\n\nPlease try again later.", "short_description": "Unknown cause.", "long_description": "Unknown cause.", diff --git a/data/118/0502/en_US.json b/data/118/0502/en_US.json index 8438b178..57520464 100644 --- a/data/118/0502/en_US.json +++ b/data/118/0502/en_US.json @@ -1,7 +1,7 @@ { "118": { "0502": { - "name": "Unknown", + "name": "nn::pia::ResultStationConnectionFailed", "message": "Failed to connect to partner's device,\nbecause partner did not respond.\n\nPlease try again later.", "short_description": "Unknown cause.", "long_description": "Unknown cause.", diff --git a/data/118/0503/en_US.json b/data/118/0503/en_US.json new file mode 100644 index 00000000..ffb574cd --- /dev/null +++ b/data/118/0503/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0503": { + "name": "nn::pia::ResultMessageNotHandled", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0503" + } + } +} \ No newline at end of file diff --git a/data/118/0504/en_US.json b/data/118/0504/en_US.json new file mode 100644 index 00000000..1be2b845 --- /dev/null +++ b/data/118/0504/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0504": { + "name": "nn::pia::ResultFailedCreateProtocol", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0504" + } + } +} \ No newline at end of file diff --git a/data/118/0505/en_US.json b/data/118/0505/en_US.json new file mode 100644 index 00000000..9ca3e116 --- /dev/null +++ b/data/118/0505/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0505": { + "name": "nn::pia::ResultFailedStartupProtocol", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0505" + } + } +} \ No newline at end of file diff --git a/data/118/0506/en_US.json b/data/118/0506/en_US.json index 1fab422c..d3312005 100644 --- a/data/118/0506/en_US.json +++ b/data/118/0506/en_US.json @@ -1,7 +1,7 @@ { "118": { "0506": { - "name": "Unknown", + "name": "nn::pia::ResultMeshIsFull", "message": "Failed to connect to partner's device,\nbecause the current session is full.\n\nPlease try again later.", "short_description": "Unknown cause.", "long_description": "Unknown cause.", diff --git a/data/118/0507/en_US.json b/data/118/0507/en_US.json new file mode 100644 index 00000000..b21021d8 --- /dev/null +++ b/data/118/0507/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0507": { + "name": "nn::pia::ResultInvalidSystemMessage", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0507" + } + } +} \ No newline at end of file diff --git a/data/118/0510/en_US.json b/data/118/0510/en_US.json index 5819d9d8..97cf8c14 100644 --- a/data/118/0510/en_US.json +++ b/data/118/0510/en_US.json @@ -1,7 +1,7 @@ { "118": { "0510": { - "name": "Unknown", + "name": "nn::pia::ResultStationConnectionNatTraversalFailedUnknown", "message": "Failed to connect to partner's device.\n\nPlease try again later.\n\nIf the problem persists, your Internet\nsettings may need to be optimized\nfor connecting to a partner.", "short_description": "Unknown cause.", "long_description": "Unknown cause.", diff --git a/data/118/0511/en_US.json b/data/118/0511/en_US.json index 285ea0f2..edf6cbe3 100644 --- a/data/118/0511/en_US.json +++ b/data/118/0511/en_US.json @@ -1,7 +1,7 @@ { "118": { "0511": { - "name": "Unknown", + "name": "nn::pia::ResultStationConnectionNatTraversalFailedEim", "message": "", "short_description": "Unknown cause.", "long_description": "Unknown cause.", diff --git a/data/118/0512/en_US.json b/data/118/0512/en_US.json index 463de768..b3f515e7 100644 --- a/data/118/0512/en_US.json +++ b/data/118/0512/en_US.json @@ -1,7 +1,7 @@ { "118": { "0512": { - "name": "Unknown", + "name": "nn::pia::ResultStationConnectionNatTraversalFailedEdm", "message": "", "short_description": "Unknown cause.", "long_description": "Unknown cause.", diff --git a/data/118/0513/en_US.json b/data/118/0513/en_US.json index c427b0f7..4d40370a 100644 --- a/data/118/0513/en_US.json +++ b/data/118/0513/en_US.json @@ -1,7 +1,7 @@ { "118": { "0513": { - "name": "Unknown", + "name": "nn::pia::ResultNatTraversalFailedBothEim", "message": "", "short_description": "Unknown cause.", "long_description": "Unknown cause.", diff --git a/data/118/0514/en_US.json b/data/118/0514/en_US.json index 395901f9..d9d62739 100644 --- a/data/118/0514/en_US.json +++ b/data/118/0514/en_US.json @@ -1,7 +1,7 @@ { "118": { "0514": { - "name": "Unknown", + "name": "nn::pia::ResultNatTraversalFailedBothEdm", "message": "", "short_description": "Unknown cause.", "long_description": "Unknown cause.", diff --git a/data/118/0515/en_US.json b/data/118/0515/en_US.json index acafe157..f7fb2009 100644 --- a/data/118/0515/en_US.json +++ b/data/118/0515/en_US.json @@ -1,7 +1,7 @@ { "118": { "0515": { - "name": "Unknown", + "name": "nn::pia::ResultNatTraversalFailedLocalEimRemoteEdm", "message": "Failed to connect to partner's device.\n\nPlease try again later.\n\nIf the problem persists, your partner's\nInternet settings may need to be\noptimized for connecting to you.", "short_description": "Unknown cause.", "long_description": "Unknown cause.", diff --git a/data/118/0516/en_US.json b/data/118/0516/en_US.json index 6d32c4af..c6e16f7a 100644 --- a/data/118/0516/en_US.json +++ b/data/118/0516/en_US.json @@ -1,7 +1,7 @@ { "118": { "0516": { - "name": "Unknown", + "name": "nn::pia::ResultNatTraversalFailedLocalEdmRemoteEim", "message": "", "short_description": "Unknown cause.", "long_description": "Unknown cause.", diff --git a/data/118/0517/en_US.json b/data/118/0517/en_US.json index f3fdb121..f88e542b 100644 --- a/data/118/0517/en_US.json +++ b/data/118/0517/en_US.json @@ -1,7 +1,7 @@ { "118": { "0517": { - "name": "Unknown", + "name": "nn::pia::ResultRelayFailedNoCandidate", "message": "", "short_description": "Unknown cause.", "long_description": "Unknown cause.", diff --git a/data/118/0518/en_US.json b/data/118/0518/en_US.json index 9f382ab9..f6e74e1e 100644 --- a/data/118/0518/en_US.json +++ b/data/118/0518/en_US.json @@ -1,7 +1,7 @@ { "118": { "0518": { - "name": "Unknown", + "name": "nn::pia::ResultRelayFailedRttLimit", "message": "", "short_description": "Unknown cause.", "long_description": "Unknown cause.", diff --git a/data/118/0519/en_US.json b/data/118/0519/en_US.json index 98ed8a9a..e92bac5f 100644 --- a/data/118/0519/en_US.json +++ b/data/118/0519/en_US.json @@ -1,7 +1,7 @@ { "118": { "0519": { - "name": "Unknown", + "name": "nn::pia::ResultRelayFailedRelayNumLimit", "message": "", "short_description": "Unknown cause.", "long_description": "Unknown cause.", diff --git a/data/118/0520/en_US.json b/data/118/0520/en_US.json index bab858b4..b014a755 100644 --- a/data/118/0520/en_US.json +++ b/data/118/0520/en_US.json @@ -1,7 +1,7 @@ { "118": { "0520": { - "name": "Unknown", + "name": "nn::pia::ResultRelayFailedUnknown", "message": "", "short_description": "Unknown cause.", "long_description": "Unknown cause.", diff --git a/data/118/0521/en_US.json b/data/118/0521/en_US.json index 1317337c..11680f2d 100644 --- a/data/118/0521/en_US.json +++ b/data/118/0521/en_US.json @@ -1,7 +1,7 @@ { "118": { "0521": { - "name": "Unknown", + "name": "nn::pia::ResultNatTraversalRequestTimeout", "message": "Failed to connect to partner's device,\nbecause partner did not respond.\n\nPlease try again later.", "short_description": "Unknown cause.", "long_description": "Unknown cause.", diff --git a/data/118/0541/en_US.json b/data/118/0541/en_US.json new file mode 100644 index 00000000..c7b52e35 --- /dev/null +++ b/data/118/0541/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0541": { + "name": "nn::pia::ResultSessionIsNotFound", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0541" + } + } +} \ No newline at end of file diff --git a/data/118/0542/en_US.json b/data/118/0542/en_US.json index b72f0ae6..e3da75b5 100644 --- a/data/118/0542/en_US.json +++ b/data/118/0542/en_US.json @@ -1,7 +1,7 @@ { "118": { "0542": { - "name": "Unknown", + "name": "nn::pia::ResultMatchmakeSessionIsFull", "message": "", "short_description": "Unknown cause.", "long_description": "Unknown cause.", diff --git a/data/118/0543/en_US.json b/data/118/0543/en_US.json new file mode 100644 index 00000000..40b6e68f --- /dev/null +++ b/data/118/0543/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0543": { + "name": "nn::pia::ResultDeniedByParticipants", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0543" + } + } +} \ No newline at end of file diff --git a/data/118/0544/en_US.json b/data/118/0544/en_US.json new file mode 100644 index 00000000..35f56c29 --- /dev/null +++ b/data/118/0544/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0544": { + "name": "nn::pia::ResultParticipantInBlackList", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0544" + } + } +} \ No newline at end of file diff --git a/data/118/0545/en_US.json b/data/118/0545/en_US.json new file mode 100644 index 00000000..e9b0f4cd --- /dev/null +++ b/data/118/0545/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0545": { + "name": "nn::pia::ResultSessionUserPasswordUnmatch", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0545" + } + } +} \ No newline at end of file diff --git a/data/118/0546/en_US.json b/data/118/0546/en_US.json new file mode 100644 index 00000000..aa027ac6 --- /dev/null +++ b/data/118/0546/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0546": { + "name": "nn::pia::ResultSessionSystemPasswordUnmatch", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0546" + } + } +} \ No newline at end of file diff --git a/data/118/0547/en_US.json b/data/118/0547/en_US.json index 37516647..43a6236f 100644 --- a/data/118/0547/en_US.json +++ b/data/118/0547/en_US.json @@ -1,7 +1,7 @@ { "118": { "0547": { - "name": "Unknown", + "name": "nn::pia::ResultMeshConnectionIsLost", "message": "A communication error has occurred.\n\nThe network may be busy, or the signal\nstrength may be weak. Make sure there\nare no obstructions between the\nconsole and the wireless router or other\nnetwork device, or adjust the wireless\nchannel in your device's settings, and\ntry again.", "short_description": "Unknown cause.", "long_description": "Unknown cause.", diff --git a/data/118/0548/en_US.json b/data/118/0548/en_US.json new file mode 100644 index 00000000..44def5c5 --- /dev/null +++ b/data/118/0548/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0548": { + "name": "nn::pia::ResultSessionIsClosed", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0548" + } + } +} \ No newline at end of file diff --git a/data/118/0549/en_US.json b/data/118/0549/en_US.json new file mode 100644 index 00000000..201335dc --- /dev/null +++ b/data/118/0549/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0549": { + "name": "nn::pia::ResultCompanionStationIsOffline", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0549" + } + } +} \ No newline at end of file diff --git a/data/118/0550/en_US.json b/data/118/0550/en_US.json new file mode 100644 index 00000000..4e909d67 --- /dev/null +++ b/data/118/0550/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0550": { + "name": "nn::pia::ResultHostIsNotFriend", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0550" + } + } +} \ No newline at end of file diff --git a/data/118/0551/en_US.json b/data/118/0551/en_US.json new file mode 100644 index 00000000..12270a35 --- /dev/null +++ b/data/118/0551/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0551": { + "name": "nn::pia::ResultSessionConnectionIsLost", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0551" + } + } +} \ No newline at end of file diff --git a/data/118/0552/en_US.json b/data/118/0552/en_US.json new file mode 100644 index 00000000..3cb5a744 --- /dev/null +++ b/data/118/0552/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0552": { + "name": "nn::pia::ResultCompanionStationIsLeft", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0552" + } + } +} \ No newline at end of file diff --git a/data/118/0553/en_US.json b/data/118/0553/en_US.json new file mode 100644 index 00000000..1d317e21 --- /dev/null +++ b/data/118/0553/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0553": { + "name": "nn::pia::ResultCompanionStationDenied", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0553" + } + } +} \ No newline at end of file diff --git a/data/118/0554/en_US.json b/data/118/0554/en_US.json new file mode 100644 index 00000000..20c90a30 --- /dev/null +++ b/data/118/0554/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0554": { + "name": "nn::pia::ResultSessionMigrationFailed", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0554" + } + } +} \ No newline at end of file diff --git a/data/118/0561/en_US.json b/data/118/0561/en_US.json index dafebf44..c33904e8 100644 --- a/data/118/0561/en_US.json +++ b/data/118/0561/en_US.json @@ -1,7 +1,7 @@ { "118": { "0561": { - "name": "Unknown", + "name": "nn::pia::ResultGameServerMaintenance", "message": "The server is currently undergoing\nmaintenance. We apologize for any\ninconvenience. Please try again later.\n\nIf the problem persists, please\nvisit support.nintendo.com.", "short_description": "Unknown cause.", "long_description": "Unknown cause.", diff --git a/data/118/0562/en_US.json b/data/118/0562/en_US.json new file mode 100644 index 00000000..a6bf53db --- /dev/null +++ b/data/118/0562/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0562": { + "name": "nn::pia::ResultGameServerProcessAborted", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0562" + } + } +} \ No newline at end of file diff --git a/data/118/0602/en_US.json b/data/118/0602/en_US.json new file mode 100644 index 00000000..d47c53c9 --- /dev/null +++ b/data/118/0602/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0602": { + "name": "nn::pia::ResultDataIsNotArrivedYet", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0602" + } + } +} \ No newline at end of file diff --git a/data/118/0606/en_US.json b/data/118/0606/en_US.json new file mode 100644 index 00000000..94e25a73 --- /dev/null +++ b/data/118/0606/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0606": { + "name": "nn::pia::ResultDataIsNotSet", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0606" + } + } +} \ No newline at end of file diff --git a/data/118/0801/en_US.json b/data/118/0801/en_US.json new file mode 100644 index 00000000..f50ede72 --- /dev/null +++ b/data/118/0801/en_US.json @@ -0,0 +1,13 @@ +{ + "118": { + "0801": { + "name": "nn::pia::ResultInvalidTiming", + "message": "", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/118-0801" + } + } +} \ No newline at end of file diff --git a/data/160/0101/en_US.json b/data/160/0101/en_US.json index a27fdd66..1b056bc2 100644 --- a/data/160/0101/en_US.json +++ b/data/160/0101/en_US.json @@ -2,11 +2,11 @@ "160": { "0101": { "name": "Unknown", - "message": "", - "short_description": "Unknown cause.", - "long_description": "Unknown cause.", - "short_solution": "Unknown solution.", - "long_solution": "Unknown solution.", + "message": "An error has occured.\n\nPlease press and hold the POWER Button for\nat least four seconds to turn the console off.", + "short_description": "May occur when attempting to format a console that has CBHC installed.", + "long_description": "May occur when attempting to format a console that has CBHC installed.", + "short_solution": "Uninstall CBHC before formatting the console.", + "long_solution": "Uninstall CBHC before formatting the console.", "support_link": "https://preten.do/160-0101" } } diff --git a/data/160/0102/en_US.json b/data/160/0102/en_US.json index 1bfbc69a..2cbbb2a4 100644 --- a/data/160/0102/en_US.json +++ b/data/160/0102/en_US.json @@ -1,7 +1,7 @@ { "160": { "0102": { - "name": "Unknown", + "name": "DATA_CORRUPTED", "message": "", "short_description": "Unknown cause.", "long_description": "Unknown cause.", diff --git a/data/160/0103/en_US.json b/data/160/0103/en_US.json index b24aa0e2..e421885f 100644 --- a/data/160/0103/en_US.json +++ b/data/160/0103/en_US.json @@ -1,11 +1,11 @@ { "160": { "0103": { - "name": "Unknown", + "name": "MLC_DATA_CORRUPTED", "message": "There is a problem with the system memory.\n\nFor help, make a note of the error code and visit\nsupport.nintendo.com", - "short_description": "MLC corruption error", + "short_description": "MLC corruption error.", "long_description": "There was a problem with your systems memory. This is most often caused by failing NAND chips, but may also be due to corrupted title installations, or even unknown random MLC errors.", - "short_solution": "See support page", + "short_solution": "See support page.", "long_solution": "Use https://github.com/GaryOderNichts/WiiUIdent immediately to identify which manufacturer produced your NAND chip. If you have a Hynix chip, your chip is likely failing. Your only solution is to try and backup your NAND entirely and move it to another device/chip.\n\nIf you do not have a Hynix chip, a title you tried to launch is likely corrupted. Try reinstalling the title.", "support_link": "https://preten.do/160-0103" } diff --git a/data/160/0104/en_US.json b/data/160/0104/en_US.json index 073c8a23..19ca5dc9 100644 --- a/data/160/0104/en_US.json +++ b/data/160/0104/en_US.json @@ -1,7 +1,7 @@ { "160": { "0104": { - "name": "Unknown", + "name": "SLC_DATA_CORRUPTED", "message": "", "short_description": "Unknown cause.", "long_description": "Unknown cause.", diff --git a/data/160/0105/en_US.json b/data/160/0105/en_US.json index 717adf9e..d3d234f4 100644 --- a/data/160/0105/en_US.json +++ b/data/160/0105/en_US.json @@ -2,9 +2,9 @@ "160": { "0105": { "name": "Unknown", - "message": "", - "short_description": "Unknown cause.", - "long_description": "Unknown cause.", + "message": "There is a problem with the USB storage device.\n\nPlease contact the manufacturer of the device.\nCheck the device documentation for contact details.", + "short_description": "USB device error.", + "long_description": "There is a problem with the USB device that the console is attempting to read from. This could mean that the data is corrupted.", "short_solution": "Unknown solution.", "long_solution": "Unknown solution.", "support_link": "https://preten.do/160-0105" diff --git a/data/160/0106/en_US.json b/data/160/0106/en_US.json new file mode 100644 index 00000000..9580d6ba --- /dev/null +++ b/data/160/0106/en_US.json @@ -0,0 +1,13 @@ +{ + "160": { + "0106": { + "name": "Unknown", + "message": "The USB storage device has been disconnected.\nPress and hold the POWER Button for at least four\nseconds to turn the console off, then make sure the device\nis connected properly.\n\nIf the problem persists, the USB storage device may not\nbe receiving enough power. Please use an AC adapter\nor USB Y cable, as applicable.", + "short_description": "USB device error.", + "long_description": "The USB device was disconnected from the console while powered on.", + "short_solution": "Force power-off the console by holding down the POWER button, then re-connect the device and try again.", + "long_solution": "Force power-off the console by holding down the POWER button, then re-connect the device and try again. This may also be occurring because games are attempted to be played off a USB flash drive rather than an external HDD with a USB Y cable.", + "support_link": "https://preten.do/160-0106" + } + } +} \ No newline at end of file diff --git a/data/160/1400/en_US.json b/data/160/1400/en_US.json new file mode 100644 index 00000000..f4dcead4 --- /dev/null +++ b/data/160/1400/en_US.json @@ -0,0 +1,13 @@ +{ + "160": { + "1400": { + "name": "Unknown", + "message": "There is a problem with the disc drive.\n\nFor help, make a note of the error code and visit\nsupport.nintendo.com.", + "short_description": "Optical Disc Drive error.", + "long_description": "Optical Disc Drive error - Likely an issue with the Common Mode Filter.", + "short_solution": "To fix this requires soldering. Visit the support page for more information.", + "long_solution": "To fix this requires soldering. See https://gbatemp.net/threads/572879/ for more. (Thanks, Homebrew Discord. Speak to them for further assistance.)", + "support_link": "https://preten.do/160-1400" + } + } +} \ No newline at end of file diff --git a/data/160/1402/en_US.json b/data/160/1402/en_US.json new file mode 100644 index 00000000..596b9d48 --- /dev/null +++ b/data/160/1402/en_US.json @@ -0,0 +1,13 @@ +{ + "160": { + "1402": { + "name": "Unknown", + "message": "There is a problem with the disc drive.\n\nFor help, make a note of the error code and visit\nsupport.nintendo.com.", + "short_description": "Optical Disc Drive error.", + "long_description": "Optical Disc Drive error - may indicate a scratched or dirty disc, or a problem with the disc drive itself.", + "short_solution": "Make sure the optical disc is inserted correctly and is clean.", + "long_solution": "Make sure the optical disc is inserted correctly and is clean. Also ensure the disc drive is not blocked or obstructed and spins the disc properly.", + "support_link": "https://preten.do/160-1402" + } + } +} \ No newline at end of file diff --git a/data/160/1710/en_US.json b/data/160/1710/en_US.json new file mode 100644 index 00000000..fa485132 --- /dev/null +++ b/data/160/1710/en_US.json @@ -0,0 +1,13 @@ +{ + "160": { + "1710": { + "name": "Unknown", + "message": "There is a problem with the system memory.\n\nFor help, make a note of the error code and visit\nsupport.nintendo.com.", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/160-1710" + } + } +} \ No newline at end of file diff --git a/data/160/2203/en_US.json b/data/160/2203/en_US.json new file mode 100644 index 00000000..37264ae3 --- /dev/null +++ b/data/160/2203/en_US.json @@ -0,0 +1,13 @@ +{ + "160": { + "2203": { + "name": "Unknown", + "message": "There is a problem with the system memory.\n\nFor help, make a note of the error code and visit\nsupport.nintendo.com.", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/160-2203" + } + } +} \ No newline at end of file diff --git a/data/160/2246/en_US.json b/data/160/2246/en_US.json new file mode 100644 index 00000000..428db9fa --- /dev/null +++ b/data/160/2246/en_US.json @@ -0,0 +1,13 @@ +{ + "160": { + "2246": { + "name": "Unknown", + "message": "An error has occured.\n\nPlease press and hold the POWER Button for\nat least four seconds to turn the console off.", + "short_description": "An error occurred that requires a restart.", + "long_description": "A error occurred which cannot be resolved. The console must be restarted.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/160-2246" + } + } +} \ No newline at end of file diff --git a/data/160/2701/en_US.json b/data/160/2701/en_US.json new file mode 100644 index 00000000..c0e4b146 --- /dev/null +++ b/data/160/2701/en_US.json @@ -0,0 +1,13 @@ +{ + "160": { + "2701": { + "name": "Unknown", + "message": "An error has occured.\n\nPlease press and hold the POWER Button for\nat least four seconds to turn the console off.", + "short_description": "An error occurred that requires a restart.", + "long_description": "A error occurred which cannot be resolved. The console must be restarted.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/160-2701" + } + } +} \ No newline at end of file diff --git a/data/160/2706/en_US.json b/data/160/2706/en_US.json index 4af746f1..56a9583d 100644 --- a/data/160/2706/en_US.json +++ b/data/160/2706/en_US.json @@ -2,9 +2,9 @@ "160": { "2706": { "name": "Unknown", - "message": "", - "short_description": "Unknown cause.", - "long_description": "Unknown cause.", + "message": "An error has occured.\n\nPlease press and hold the POWER Button for\nat least four seconds to turn the console off.", + "short_description": "An error occurred that requires a restart.", + "long_description": "A error occurred which cannot be resolved. The console must be restarted.", "short_solution": "Unknown solution.", "long_solution": "Unknown solution.", "support_link": "https://preten.do/160-2706" diff --git a/data/160/2713/en_US.json b/data/160/2713/en_US.json index 4f1a24fa..5be7813b 100644 --- a/data/160/2713/en_US.json +++ b/data/160/2713/en_US.json @@ -2,11 +2,11 @@ "160": { "2713": { "name": "Unknown", - "message": "", - "short_description": "Unknown cause.", - "long_description": "Unknown cause.", - "short_solution": "Unknown solution.", - "long_solution": "Unknown solution.", + "message": "The USB storage device has been disconnected.\nPress and hold the POWER Button for at least four\nseconds to turn the console off, then make sure the device\nis connected properly.\n\nIf the problem persists, the USB storage device may not\nbe receiving enough power. Please use an AC adapter\nor USB Y cable, as applicable.", + "short_description": "USB device error.", + "long_description": "USB device error - may indicate a dying or dead USB storage device.", + "short_solution": "Check the USB port and the USB device.", + "long_solution": "Ensure the USB port is clear and the USB device is connected properly using an AC adapter if necessary.", "support_link": "https://preten.do/160-2713" } } diff --git a/data/160/2793/en_US.json b/data/160/2793/en_US.json new file mode 100644 index 00000000..17af727d --- /dev/null +++ b/data/160/2793/en_US.json @@ -0,0 +1,13 @@ +{ + "160": { + "2793": { + "name": "Unknown", + "message": "An error has occured.\n\nPlease press and hold the POWER Button for\nat least four seconds to turn the console off.", + "short_description": "Possibly missing files on the vWii.", + "long_description": "Possibly missing files on the vWii.", + "short_solution": "Run vWii decaffinator and then update the console.", + "long_solution": "Run vWii decaffinator and then update the console.", + "support_link": "https://preten.do/160-2793" + } + } +} \ No newline at end of file diff --git a/data/160/3219/en_US.json b/data/160/3219/en_US.json new file mode 100644 index 00000000..96ac4692 --- /dev/null +++ b/data/160/3219/en_US.json @@ -0,0 +1,13 @@ +{ + "160": { + "3219": { + "name": "Unknown", + "message": "An error has occured.\n\nPlease press and hold the POWER Button for\nat least four seconds to turn the console off.", + "short_description": "An error occurred that requires a restart.", + "long_description": "A error occurred which cannot be resolved. The console must be restarted.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/160-3219" + } + } +} \ No newline at end of file diff --git a/data/160/4711/en_US.json b/data/160/4711/en_US.json new file mode 100644 index 00000000..554bebba --- /dev/null +++ b/data/160/4711/en_US.json @@ -0,0 +1,13 @@ +{ + "160": { + "4711": { + "name": "Unknown", + "message": "There is a problem with the USB storage device.\n\nPlease contact the manufacturer of the device.\nCheck the device's documentation for contact details.", + "short_description": "USB device error.", + "long_description": "USB device error - may indicate a dying or dead USB storage device.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/160-4711" + } + } +} \ No newline at end of file diff --git a/data/160/4714/en_US.json b/data/160/4714/en_US.json new file mode 100644 index 00000000..43044c21 --- /dev/null +++ b/data/160/4714/en_US.json @@ -0,0 +1,13 @@ +{ + "160": { + "4714": { + "name": "USB device error", + "message": "There is a problem with the USB storage device.\n\nPlease contact the manufacturer of the device.\nCheck the device's documentation for contact details.", + "short_description": "USB device error.", + "long_description": "USB device error - may indicate a dying or dead USB storage device.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/160-4714" + } + } +} \ No newline at end of file diff --git a/data/160/4792/en_US.json b/data/160/4792/en_US.json new file mode 100644 index 00000000..b4ef62ff --- /dev/null +++ b/data/160/4792/en_US.json @@ -0,0 +1,13 @@ +{ + "160": { + "4792": { + "name": "Unknown", + "message": "An error has occured.\n\nPlease press and hold the POWER Button for\nat least four seconds to turn the console off.", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/160-4792" + } + } +} \ No newline at end of file diff --git a/data/165/2738/en_US.json b/data/165/2738/en_US.json new file mode 100644 index 00000000..7d3a4f74 --- /dev/null +++ b/data/165/2738/en_US.json @@ -0,0 +1,13 @@ +{ + "165": { + "2738": { + "name": "Unknown", + "message": "An error has occurred with the Wii U GamePad.\nPlease hold down the POWER Button on the\nGamePad to turn it off, and then turn it on again.\n\nIf the problem persists, please make note of the\nerror code and visit support.nintendo.com.", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/165-2738" + } + } +} \ No newline at end of file diff --git a/data/165/3000/en_US.json b/data/165/3000/en_US.json new file mode 100644 index 00000000..1bee18f0 --- /dev/null +++ b/data/165/3000/en_US.json @@ -0,0 +1,13 @@ +{ + "165": { + "3000": { + "name": "Unknown", + "message": "An error has occurred with the Wii U GamePad.\nPlease hold down the POWER Button on the\nGamePad to turn it off, and then turn it on again.\n\nIf the problem persists, please make note of the\nerror code and visit support.nintendo.com.", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/160-3000" + } + } +} \ No newline at end of file diff --git a/data/165/3423/en_US.json b/data/165/3423/en_US.json new file mode 100644 index 00000000..7d5bc89a --- /dev/null +++ b/data/165/3423/en_US.json @@ -0,0 +1,13 @@ +{ + "165": { + "3423": { + "name": "Unknown", + "message": "An error has occurred with the Wii U GamePad.\nPlease hold down the POWER Button on the\nGamePad to turn it off, and then turn it on again.\n\nIf the problem persists, please make note of the\nerror code and visit support.nintendo.com.", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/160-3423" + } + } +} \ No newline at end of file diff --git a/data/165/6596/en_US.json b/data/165/6596/en_US.json new file mode 100644 index 00000000..b6841749 --- /dev/null +++ b/data/165/6596/en_US.json @@ -0,0 +1,13 @@ +{ + "165": { + "6596": { + "name": "Unknown", + "message": "An error has occurred with the Wii U GamePad.\nPlease hold down the POWER Button on the\nGamePad to turn it off, and then turn it on again.\n\nIf the problem persists, please make note of the\nerror code and visit support.nintendo.com.", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/160-6596" + } + } +} \ No newline at end of file diff --git a/data/165/7457/en_US.json b/data/165/7457/en_US.json new file mode 100644 index 00000000..35d39349 --- /dev/null +++ b/data/165/7457/en_US.json @@ -0,0 +1,13 @@ +{ + "165": { + "7457": { + "name": "Unknown", + "message": "An error has occurred. Please visit the website below.\nsupport.nintendo.com", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/160-7457" + } + } +} \ No newline at end of file diff --git a/data/165/8426/en_US.json b/data/165/8426/en_US.json new file mode 100644 index 00000000..0fd383bc --- /dev/null +++ b/data/165/8426/en_US.json @@ -0,0 +1,13 @@ +{ + "165": { + "8426": { + "name": "Unknown", + "message": "An error has occurred with the Wii U GamePad.\nPlease hold down the POWER Button on the\nGamePad to turn it off, and then turn it on again.\n\nIf the problem persists, please make note of the\nerror code and visit support.nintendo.com.", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/160-8426" + } + } +} \ No newline at end of file diff --git a/data/165/9901/en_US.json b/data/165/9901/en_US.json new file mode 100644 index 00000000..b1344c72 --- /dev/null +++ b/data/165/9901/en_US.json @@ -0,0 +1,13 @@ +{ + "165": { + "9901": { + "name": "Unknown", + "message": "The update cannot be completed using a\nWii U GamePad designed for a different region.\nPlease check the GamePad screen.\n\nAfter the console has restarted, pair the\nGamePad supplied with your console by pressing the consoles SYNC Button twice.", + "short_description": "Unknown cause.", + "long_description": "Unknown cause.", + "short_solution": "Unknown solution.", + "long_solution": "Unknown solution.", + "support_link": "https://preten.do/160-9901" + } + } +} \ No newline at end of file diff --git a/format.sh b/format.sh new file mode 100644 index 00000000..8ed2ab0d --- /dev/null +++ b/format.sh @@ -0,0 +1,33 @@ +#!/bin/bash + +# This script processes all files in the data directory using jq to: +# - Ensure all JSON files are formatted correctly with tabs +# - Catch any JSON files with syntax errors and log them to error.log for fixing + +# Remove any existing error log +rm -f error.log + +# Enable recursive globbing +shopt -s globstar + +# Process files in parallel using xargs +find data -type f -name "*.json" | xargs -n 1 -P "$(nproc)" -I {} bash -c ' + file="{}" + echo "Processing file: $file" + jq --tab -j . <"$file" >"$file.out" 2>"$file.err" + if [ $? -eq 0 ]; then + mv "$file.out" "$file" + rm "$file.err" + else + echo "$file.err" >> error.log + rm "$file.out" + fi +' + +# Print any files that failed to process +if [ -f error.log ] && [ "$(cat error.log | wc -l)" -gt 0 ]; then + echo "The following files failed to process:" + cat error.log | sed 's/^/ - /' +else + echo "All files processed successfully." +fi diff --git a/json-file-fix.mjs b/json-file-fix.mjs new file mode 100644 index 00000000..12351043 --- /dev/null +++ b/json-file-fix.mjs @@ -0,0 +1,71 @@ +import fs from 'fs'; +import path from 'path'; + +// This script does a number of things: +// - Normalises the descriptions and solutions to be "Unknown cause." and "Unknown solution." rather than "N/A" +// - If one of the descriptions or solutions is "Unknown cause." or "Unknown solution.", the other will be copied to it +// - Ensures all descriptions and solutions end with a full stop if they do not already and if the last character is a letter +// - Writes the changes back to the file in place + +const arg = process.argv[2]; +if (!arg || !fs.existsSync(arg) || !fs.lstatSync(arg).isDirectory()) { + console.log("Please provide a valid directory path."); + process.exit(1); +} + +fs.readdirSync(arg, { recursive: true, withFileTypes: true }).forEach(file => { + if (!file.isFile() && !file.name.endsWith(".json")) return; + + const fullPath = path.join(file.parentPath, file.name); + + console.log(`Processing ${fullPath}`); + + const data = fs.readFileSync(fullPath, 'utf8'); + const json = JSON.parse(data); + + const key1 = Object.keys(json)[0]; + const key2 = Object.keys(json[key1])[0]; + + const errorObject = json[key1][key2]; + if (!errorObject || typeof errorObject !== "object") { + console.log(`No error object found in ${fullPath}`); + return; + } + + if (!errorObject["short_description"] || !errorObject["long_description"] || !errorObject["short_solution"] || !errorObject["long_solution"]) { + console.log(`Missing fields in ${fullPath}`); + return; + } + + const { + short_description, + long_description, + short_solution, + long_solution, + } = errorObject; + + if (short_description === "Unknown cause." && long_description !== "Unknown cause.") { + errorObject["short_description"] = long_description; + } else if (short_description !== "Unknown cause." && long_description === "Unknown cause.") { + errorObject["long_description"] = short_description; + } + + if (short_solution === "Unknown solution." && long_solution !== "Unknown solution.") { + errorObject["short_solution"] = long_solution; + } else if (short_solution !== "Unknown solution." && long_solution === "Unknown solution.") { + errorObject["long_solution"] = short_solution; + } + + const keys = ["short_description", "long_description", "short_solution", "long_solution"]; + + // Ensure all end with a full stop + keys.forEach(key => { + const value = errorObject[key]; + // If the value does not end with a full stop and the last character is a letter, add a full stop + if (value && !value.endsWith(".") && /[A-Za-z]$/.test(value)) { + errorObject[key] = value + "."; + } + }); + + fs.writeFileSync(fullPath, JSON.stringify(json, null, "\t")); +}); \ No newline at end of file diff --git a/package.json b/package.json index 7d58143a..0c3097a2 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,10 @@ { - "name": "@pretendonetwork/error-codes", - "version": "1.0.3", - "description": "Translated error code information for the Wii U and 3DS" -} + "name": "@pretendonetwork/error-codes", + "version": "1.1.0", + "description": "Translated error code information for the Wii U and 3DS", + "main": "index.js", + "files": [ + "index.js", + "data" + ] +} \ No newline at end of file