Skip to content

Miiverse Error Codes

Jemma edited this page Apr 26, 2023 · 1 revision

What's This?

This is a table of currently known Miiverse error codes. These were derived by sending a error response from the /v1/discovery endpoint to the Wii U, and recording the response. The first column coresponds to the error_code number in the xml response. It is the only value that matters for displaying these error codes. HTTP status and message do not matter. This list is far from complete, but serves as a decent reference to whats being returned by the api server in different conditions right now.

<?xml version="1.0"?>
<result>
    <has_error>1</has_error>
    <version>1</version>
    <code>400</code>
    <error_code>4</error_code>
    <message>whatever</message>
</result>

error_code Code Message
0 115-5000 Unable to connect to the server. Please try again later.
1 115-5001 A System update is required. Go to System Settings to perform a system update.
2 115-5002 You must have started Miiverse at least once before you can use this online service. Please start Miiverse from the HOME Menu and set up your user information.
3 115-5003 The server is currently undergoing maintenance. Please try again later.
4 115-5004 The Miiverse service has ended. Miiverse and any software features that make use of Miiverse will no longer be available. Thank you for your interest.
5 115-5005 You cannot use Miiverse because it has been restricted in Parental Controls.
6 115-5006 You may not post to Miiverse due to a restriction in Parental Controls.
7 115-5007 Miiverse functions are unavailable to this Nintendo Network ID. For details, please start Miiverse.
8 115-5008 You Cannot post to Miiverse using this Nintendo Network ID
9 115-5009 Miiverse functions are unavailable on this console.
10 115-5010 You cannot post to Miiverse from this console. For details, please start Miiverse.
11 115-5011 In order to use this online service, the other person must carry out the initial settings for Miiverse.
12 115-5012 The connection with the server was lost. Before you can use this online service, you must start Miiverse at least once. Please start Miiverse from the HOME Menu
13 115-5013 Unable to connect to the server. Please try again later.
15 115-5015* No Service Token was provided
16 115-5016* Invalid Service Token
17 115-5017* No Param Pack was Provided
18 115-5018* The provided Param Pack was invalid
19 115-5019* No Discovery Server
20 115-5020* Invalid body content on community
100 115-5100 Unable to connect to the server. Please try again later.
200 115-5200 Unable to connect to the server. Please try again later.
300 115-5300 Unable to connect to the server. Please try again later.
400 115-5400 Unable to connect to the server. Please try again later.
500 115-5500 Unable to connect to the server. Please try again later.
600 115-5600 Unable to connect to the server. Please try again later.
700 115-5700 Unable to connect to the server. Please try again later.
800 115-5800 Unable to connect to the server. Please try again later.
900 115-5900 Unable to connect to the server. Please try again later.
901 115-5901 The text you entered contains inappropriate words or phrases.
902 115-5902 Unable to connect to the server. Please try again later.
903 115-5903 Unable to connect to the server. Please try again later.
904 115-5904 Unable to connect to the server. Please try again later.
905 115-5905 Unable to connect to the server. Please try again later.
906 115-5906 Unable to connect to the server. Please try again later.
907 115-5907 Unable to connect to the server. Please try again later.
908 115-5908 Unable to connect to the server. Please try again later.
909 115-5909 Unable to connect to the server. Please try again later.
910 115-5910 Unable to connect to the server. Please try again later.
911 115-5911 You cannot create any more communities. To create a new community, you must delete an existing one first.
912 115-5912 You cannot create a community because you cannot add any more communities for this game to your favorites. To create a new community, you must remove at least one community for this game from your favorites.
913 115-5913 You cannot create a community because you cannot add any more communities to your favorites. To create a new community, you must remove at least one community from your favorites.
914 115-5914 You cannot add any more communities for this game to your favorites. To add a new favorite, you must remove at least one community for this game from your favorites.
915 115-5915 You cannot add any more communities to your favorites. To add a new favorite, you must remove at least one community from your favorites.
916 115-5916 Communities that you have created cannot be removed from your favorites.
917 115-5917 The community code is incorrect.
918 115-5918 Unable to connect to the server. Please try again later
919 115-5919 The Community does not exist
920 115-5920 Unable to connect to the server. Please try again later
921 115-5921 No more comments can be added to this post.
922 115-5922 This user cannot be followed.
923 115-5923 Unable to connect to the server. Please try again later
924 115-5924 Unable to connect to the server. Please try again later
925 115-5925 The community does not exist.
926 115-5926 You cannot Yeah! Your own post.
927 115-5927 You cannot Yeah! This post.
928 115-5928 You cannot add this community to your favorites.
929 115-5929 Either this user does not exist or initial settings haven't been configured for Miiverse.
930 115-5930 You cannot see this user's information because his or her friend list and followers are restricted.931
932 115-5932 This post does not exist.
933 115-5933 Unable to connect to the server. Please try again later
934 115-5934 Unable to connect to the server. Please try again later
935 115-5935 You cannot comment on this post.
936 115-5936 Unable to connect to the server. Please try again later
937 115-5937 Unable to connect to the server. Please try again later
938 115-5938 Unable to connect to the server. Please try again later
939 115-5939 Unable to connect to the server. Please try again later
940 115-5940 Unable to connect to the server. Please try again later

*Error code defined by Pretendo. The console returns the normal "Unable to connect to the server." message on it's display

Clone this wiki locally