Template:CELL ERROR FACILITY HTTP - 0x071: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 58: | Line 58: | ||
|- | |- | ||
| CELL_HTTP_ERROR_INVALID_VALUE || 0x80710027 || An invalid value was found in processing | | CELL_HTTP_ERROR_INVALID_VALUE || 0x80710027 || An invalid value was found in processing | ||
|- | |||
| CELL_HTTP_ERROR_CANNOT_AUTHENTICATE || 0x80710028 || Cannot authenticate the transaction (not enough info) | |||
|- | |- | ||
| CELL_HTTP_ERROR_COOKIE_NOT_FOUND || 0x80710041 || The cookie is not valid | | CELL_HTTP_ERROR_COOKIE_NOT_FOUND || 0x80710041 || The cookie is not valid | ||
|- | |- | ||
| CELL_HTTP_ERROR_COOKIE_INVALID_DOMAIN || 0x80710042 || The cookie contains an invalid domain | | CELL_HTTP_ERROR_COOKIE_INVALID_DOMAIN || 0x80710042 || The cookie contains an invalid domain | ||
|- | |||
| CELL_HTTP_ERROR_CACHE_ALREADY_INITIALIZED || 0x80710043 || cache has already been initialized | |||
|- | |||
| CELL_HTTP_ERROR_CACHE_NOT_INITIALIZED || 0x80710044 || cache has not yet been initialized | |||
|- | |- | ||
| CELL_HTTP_ERROR_LINE_EXCEEDS_MAX || 0x80710045 || The response line or header exceeds the maximum response buffer size | | CELL_HTTP_ERROR_LINE_EXCEEDS_MAX || 0x80710045 || The response line or header exceeds the maximum response buffer size | ||
|- | |||
| CELL_HTTP_ERROR_REQUIRES_BASIC_AUTH || 0x80710046 || basic auth is disabled, yet basic auth is required for authorization | |||
|- | |- | ||
| CELL_HTTP_ERROR_UNKNOWN || 0x80710051 || Undefined error (not listed below) | | CELL_HTTP_ERROR_UNKNOWN || 0x80710051 || Undefined error (not listed below) | ||
Line 84: | Line 92: | ||
|- | |- | ||
| CELL_HTTP_ERROR_BROKEN_CHUNK || 0x8071005a || Unexpectedly interrupted while processing chunk encoding | | CELL_HTTP_ERROR_BROKEN_CHUNK || 0x8071005a || Unexpectedly interrupted while processing chunk encoding | ||
|- | |||
| CELL_HTTP_ERROR_DECODE_SETUP || 0x8071005b || error occured in setting up for decoding | |||
|- | |||
| CELL_HTTP_ERROR_DECODE_STREAM || 0x8071005c || error occured in setting up for decoding | |||
|- | |||
| CELL_HTTP_ERROR_BROKEN_DECODE_STREAM || 0x8071005d || the decode stream has been interrupted | |||
|- | |||
| CELL_HTTP_ERROR_INVALID_DCACHE_PATH || 0x80710060 || disk cache path is invalid | |||
|- | |||
| CELL_HTTP_ERROR_DCACHE_ALREADY_INITIALIZED || 0x80710061 || disk cache has already been initialized | |||
|- | |||
| CELL_HTTP_ERROR_DCACHE_NOT_INITIALIZED || 0x80710062 || disk cache has not yet been initialized | |||
|- | |||
| CELL_HTTP_ERROR_TOO_MANY_DCACHE_ENTRY || 0x80710063 || too many disk cache entries | |||
|- | |||
| CELL_HTTP_ERROR_DUP_DCACHE_ENTRY || 0x80710064 || duplicated cache entry is found | |||
|- | |||
| CELL_HTTP_ERROR_WRITE_DCACHE || 0x80710065 || unknown disk cache writing error | |||
|- | |||
| CELL_HTTP_ERROR_READ_DCACHE || 0x80710066 || unknown disk cache reading error | |||
|- | |||
| CELL_HTTP_ERROR_CACHE_TOO_LARGE || 0x80710067 || too large cache entry | |||
|- | |||
| CELL_HTTP_ERROR_INVALID_DCACHE_VERSION || 0x80710068 || invalid disk cache version | |||
|- | |||
| CELL_HTTP_ERROR_DCACHE_FILE_BROKEN || 0x80710069 || disk cache file is broken | |||
|- | |||
| CELL_HTTP_ERROR_DCACHE_EXCEEDS_MAX || 0x8071006a || disk cache exceeds maximum allowed | |||
|- | |||
| CELL_HTTP_ERROR_DCACHE_BUSY || 0x8071006b || disk cache is busy | |||
|- | |||
| CELL_HTTP_ERROR_DCACHE_INDEX_BROKEN || 0x8071006c || disk cache index file is broken | |||
|- | |||
| CELL_HTTP_ERROR_INVALID_DCACHE_INDEX_NODE || 0x8071006d || invalid index node type | |||
|- | |||
| CELL_HTTP_ERROR_DCACHE_FILE_INCONSISTENCY || 0x8071006e || detect inconsistency in cache file | |||
|- | |||
| CELL_HTTP_ERROR_DCACHE_URI_TOO_LONG || 0x8071006f || too long url | |||
|- | |||
| CELL_HTTP_ERROR_READ_DCACHE_EOF || 0x80710070 || eof in reading | |||
|- | |||
| CELL_HTTP_ERROR_END_OF_DCACHE_INDEX_NODE || 0x80710071 || end of node | |||
|- | |||
| CELL_HTTP_ERROR_NO_CACHE_MEMORY || 0x80710072 || no cache memory | |||
|- | |||
| CELL_HTTP_ERROR_DCACHE_BROKEN || 0x80710073 || broken cache file | |||
|- | |||
| CELL_HTTP_ERROR_DCACHE_TOO_MANY_WRITE || 0x80710074 || too many cache file for writing | |||
|- | |||
| CELL_HTTP_ERROR_DCACHE_TOO_MANY_READ || 0x80710075 || too many cache file for reading | |||
|- | |||
| CELL_HTTP_ERROR_DCACHE_FATAL || 0x80710076 || fatal error have been occured | |||
|- | |||
| CELL_HTTP_ERROR_DCACHE_UNSUPPORTED_FEATURE || 0x80710077 || unsupported feature | |||
|- | |||
| CELL_HTTP_ERROR_DCACHE_INDEX_IS_ALREADY_OPEN || 0x80710078 || cache index node is alread open | |||
|- | |||
| CELL_HTTP_ERROR_DCACHE_INDEX_IS_OPENING || 0x80710079 || cache index node is now opening | |||
|- | |||
| CELL_HTTP_ERROR_DCACHE_UNKNOWN || 0x80710080 || diskcache unknown error | |||
|- | |||
| CELL_HTTP_ERROR_DCACHE_INDEX_IS_CLOSED || 0x80710081 || cache index node is already closed | |||
|- | |||
| CELL_HTTP_ERROR_DCACHE_ABORTED || 0x80710082 || opening diskcache is aborted | |||
|- | |||
| CELL_HTTP_ERROR_DCACHE_INDEX_IS_CLOSING || 0x80710083 || opening diskcache is aborted | |||
|- | |||
| CELL_HTTP_ERROR_DCACHE_UNKNOWN_INDEX_STATE || 0x80710084 || unknown index state | |||
|- | |- | ||
| CELL_HTTP_ERROR_NET_FIN || 0x80710091 || Received EOF (FIN) from the socket | | CELL_HTTP_ERROR_NET_FIN || 0x80710091 || Received EOF (FIN) from the socket | ||
Line 90: | Line 166: | ||
|- | |- | ||
| CELL_HTTP_ERROR_NET_SELECT_TIMEOUT || 0x80710093 || Timed out while polling | | CELL_HTTP_ERROR_NET_SELECT_TIMEOUT || 0x80710093 || Timed out while polling | ||
|- | |||
| CELL_HTTP_ERROR_NET_SEND_TIMEOUT || 0x80710094 || timed out while polling | |||
|- | |- | ||
| CELL_HTTP_ERROR_NET_RESOLVER || 0x80710100 || Error calling gethostbyname(). Error code is net_h_errno. | | CELL_HTTP_ERROR_NET_RESOLVER || 0x80710100 || Error calling gethostbyname(). Error code is net_h_errno. | ||
Line 106: | Line 184: | ||
|- | |- | ||
| CELL_HTTP_ERROR_NET_SELECT || 0x80710800 || Error calling select(). Error code is net_errno. | | CELL_HTTP_ERROR_NET_SELECT || 0x80710800 || Error calling select(). Error code is net_errno. | ||
|- | |||
|} | |||
=== Cell Https errors (libhttps) === | |||
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;" | |||
|- bgcolor="#cccccc" | |||
! Name !! <abbr title="0x8*******">Errorcode</abbr> !! Remarks | |||
|- | |- | ||
| CELL_HTTPS_ERROR_CERTIFICATE_LOAD || 0x80710a01 || Not able to load SSL certificates | | CELL_HTTPS_ERROR_CERTIFICATE_LOAD || 0x80710a01 || Not able to load SSL certificates | ||
Line 130: | Line 215: | ||
|- | |- | ||
| CELL_HTTPS_ERROR_CERT_NEEDS_KEY || 0x80710a0c || The client certificate needs a private key | | CELL_HTTPS_ERROR_CERT_NEEDS_KEY || 0x80710a0c || The client certificate needs a private key | ||
|- | |||
| CELL_HTTPS_ERROR_RETRY_CONNECTION || 0x80710a0d || internal error code | |||
|- | |- | ||
| CELL_HTTPS_ERROR_NET_SSL_CONNECT || 0x80710b00 || Error calling connect(). Error code is net_errno. | | CELL_HTTPS_ERROR_NET_SSL_CONNECT || 0x80710b00 || Error calling connect(). Error code is net_errno. | ||
Line 171: | Line 258: | ||
! Name !! <abbr title="0x8*******">Errorcode</abbr> !! Remarks | ! Name !! <abbr title="0x8*******">Errorcode</abbr> !! Remarks | ||
|- | |- | ||
| CELL_HTTP_ERROR_NET_RESOLVER || 0x80710101 || Connection error | | CELL_HTTP_ERROR_NET_RESOLVER || 0x80710101 || Connection error | ||
|- | |- |
Revision as of 12:23, 7 July 2015
Cell Http errors (libhttp)
Name | Errorcode | Remarks |
---|---|---|
CELL_HTTP_ERROR_ALREADY_INITIALIZED | 0x80710001 | Library has already been initialized and cannot be initialized again. |
CELL_HTTP_ERROR_NOT_INITIALIZED | 0x80710002 | Library has not yet been initialized. Please initialize before use. |
CELL_HTTP_ERROR_NO_MEMORY | 0x80710003 | Call to allocate memory failed (returns NULL) |
CELL_HTTP_ERROR_NO_BUFFER | 0x80710004 | No buffer was provided in one of the parameters |
CELL_HTTP_ERROR_NO_STRING | 0x80710005 | No string to read has been provided (as a parameter) |
CELL_HTTP_ERROR_INSUFFICIENT | 0x80710006 | Buffer space was insufficient to write into |
CELL_HTTP_ERROR_INVALID_URI | 0x80710007 | Malformed URI |
CELL_HTTP_ERROR_INVALID_HEADER | 0x80710008 | Malformed libhttp header |
CELL_HTTP_ERROR_BAD_METHOD | 0x80710009 | The method provided is not usable |
CELL_HTTP_ERROR_BAD_CLIENT | 0x80710010 | Not a proper client ID |
CELL_HTTP_ERROR_BAD_TRANS | 0x80710011 | Not a proper transaction ID |
CELL_HTTP_ERROR_NO_CONNECTION | 0x80710012 | No connection available |
CELL_HTTP_ERROR_NO_REQUEST_SENT | 0x80710013 | Request has not been sent yet |
CELL_HTTP_ERROR_ALREADY_BUILT | 0x80710014 | Request has already been built |
CELL_HTTP_ERROR_ALREADY_SENT | 0x80710015 | Request has already been sent |
CELL_HTTP_ERROR_NO_HEADER | 0x80710016 | That header does not exist |
CELL_HTTP_ERROR_NO_CONTENT_LENGTH | 0x80710017 | No content-length was defined |
CELL_HTTP_ERROR_TOO_MANY_REDIRECTS | 0x80710018 | Exceeded maximum number of auto-redirections (default:5) |
CELL_HTTP_ERROR_TOO_MANY_AUTHS | 0x80710019 | Exceeded maximum number of auto-authentication tries (default:5) |
CELL_HTTP_ERROR_TRANS_NO_CONNECTION | 0x80710020 | Transaction does not have a connection associated to it |
CELL_HTTP_ERROR_CB_FAILED | 0x80710021 | Tried to callback to the application, but failed (e.g.: CellHttpAuthenticationCallback returns a negative value or has not been set) |
CELL_HTTP_ERROR_NOT_PIPED | 0x80710022 | The connection has no transactions in the pipeline –internal error |
CELL_HTTP_ERROR_OUT_OF_ORDER_PIPE | 0x80710023 | There is another request next in the pipeline |
CELL_HTTP_ERROR_TRANS_ABORTED | 0x80710024 | This transaction has been aborted |
CELL_HTTP_ERROR_BROKEN_PIPELINE | 0x80710025 | The pipeline that this transaction was using has been aborted, and thus broke the pipeline |
CELL_HTTP_ERROR_UNAVAILABLE | 0x80710026 | The request made is for an unavailable service |
CELL_HTTP_ERROR_INVALID_VALUE | 0x80710027 | An invalid value was found in processing |
CELL_HTTP_ERROR_CANNOT_AUTHENTICATE | 0x80710028 | Cannot authenticate the transaction (not enough info) |
CELL_HTTP_ERROR_COOKIE_NOT_FOUND | 0x80710041 | The cookie is not valid |
CELL_HTTP_ERROR_COOKIE_INVALID_DOMAIN | 0x80710042 | The cookie contains an invalid domain |
CELL_HTTP_ERROR_CACHE_ALREADY_INITIALIZED | 0x80710043 | cache has already been initialized |
CELL_HTTP_ERROR_CACHE_NOT_INITIALIZED | 0x80710044 | cache has not yet been initialized |
CELL_HTTP_ERROR_LINE_EXCEEDS_MAX | 0x80710045 | The response line or header exceeds the maximum response buffer size |
CELL_HTTP_ERROR_REQUIRES_BASIC_AUTH | 0x80710046 | basic auth is disabled, yet basic auth is required for authorization |
CELL_HTTP_ERROR_UNKNOWN | 0x80710051 | Undefined error (not listed below) |
CELL_HTTP_ERROR_INTERNAL | 0x80710052 | Internal failure |
CELL_HTTP_ERROR_NONREMOVABLE | 0x80710053 | Not a removable connection (not free or non-existent connection) |
CELL_HTTP_ERROR_BAD_CONN | 0x80710054 | Bad connection (non-existent) |
CELL_HTTP_ERROR_BAD_MAN | 0x80710055 | Bad connection manager (non-existent) |
CELL_HTTP_ERROR_NO_POOL | 0x80710056 | No connection pool exists |
CELL_HTTP_ERROR_NO_REQUEST | 0x80710057 | No request (structure) or request has not been created yet |
CELL_HTTP_ERROR_LOCK_FAILED | 0x80710058 | Internal failure |
CELL_HTTP_ERROR_INVALID_DATA | 0x80710059 | Encountered invalid data during processing |
CELL_HTTP_ERROR_BROKEN_CHUNK | 0x8071005a | Unexpectedly interrupted while processing chunk encoding |
CELL_HTTP_ERROR_DECODE_SETUP | 0x8071005b | error occured in setting up for decoding |
CELL_HTTP_ERROR_DECODE_STREAM | 0x8071005c | error occured in setting up for decoding |
CELL_HTTP_ERROR_BROKEN_DECODE_STREAM | 0x8071005d | the decode stream has been interrupted |
CELL_HTTP_ERROR_INVALID_DCACHE_PATH | 0x80710060 | disk cache path is invalid |
CELL_HTTP_ERROR_DCACHE_ALREADY_INITIALIZED | 0x80710061 | disk cache has already been initialized |
CELL_HTTP_ERROR_DCACHE_NOT_INITIALIZED | 0x80710062 | disk cache has not yet been initialized |
CELL_HTTP_ERROR_TOO_MANY_DCACHE_ENTRY | 0x80710063 | too many disk cache entries |
CELL_HTTP_ERROR_DUP_DCACHE_ENTRY | 0x80710064 | duplicated cache entry is found |
CELL_HTTP_ERROR_WRITE_DCACHE | 0x80710065 | unknown disk cache writing error |
CELL_HTTP_ERROR_READ_DCACHE | 0x80710066 | unknown disk cache reading error |
CELL_HTTP_ERROR_CACHE_TOO_LARGE | 0x80710067 | too large cache entry |
CELL_HTTP_ERROR_INVALID_DCACHE_VERSION | 0x80710068 | invalid disk cache version |
CELL_HTTP_ERROR_DCACHE_FILE_BROKEN | 0x80710069 | disk cache file is broken |
CELL_HTTP_ERROR_DCACHE_EXCEEDS_MAX | 0x8071006a | disk cache exceeds maximum allowed |
CELL_HTTP_ERROR_DCACHE_BUSY | 0x8071006b | disk cache is busy |
CELL_HTTP_ERROR_DCACHE_INDEX_BROKEN | 0x8071006c | disk cache index file is broken |
CELL_HTTP_ERROR_INVALID_DCACHE_INDEX_NODE | 0x8071006d | invalid index node type |
CELL_HTTP_ERROR_DCACHE_FILE_INCONSISTENCY | 0x8071006e | detect inconsistency in cache file |
CELL_HTTP_ERROR_DCACHE_URI_TOO_LONG | 0x8071006f | too long url |
CELL_HTTP_ERROR_READ_DCACHE_EOF | 0x80710070 | eof in reading |
CELL_HTTP_ERROR_END_OF_DCACHE_INDEX_NODE | 0x80710071 | end of node |
CELL_HTTP_ERROR_NO_CACHE_MEMORY | 0x80710072 | no cache memory |
CELL_HTTP_ERROR_DCACHE_BROKEN | 0x80710073 | broken cache file |
CELL_HTTP_ERROR_DCACHE_TOO_MANY_WRITE | 0x80710074 | too many cache file for writing |
CELL_HTTP_ERROR_DCACHE_TOO_MANY_READ | 0x80710075 | too many cache file for reading |
CELL_HTTP_ERROR_DCACHE_FATAL | 0x80710076 | fatal error have been occured |
CELL_HTTP_ERROR_DCACHE_UNSUPPORTED_FEATURE | 0x80710077 | unsupported feature |
CELL_HTTP_ERROR_DCACHE_INDEX_IS_ALREADY_OPEN | 0x80710078 | cache index node is alread open |
CELL_HTTP_ERROR_DCACHE_INDEX_IS_OPENING | 0x80710079 | cache index node is now opening |
CELL_HTTP_ERROR_DCACHE_UNKNOWN | 0x80710080 | diskcache unknown error |
CELL_HTTP_ERROR_DCACHE_INDEX_IS_CLOSED | 0x80710081 | cache index node is already closed |
CELL_HTTP_ERROR_DCACHE_ABORTED | 0x80710082 | opening diskcache is aborted |
CELL_HTTP_ERROR_DCACHE_INDEX_IS_CLOSING | 0x80710083 | opening diskcache is aborted |
CELL_HTTP_ERROR_DCACHE_UNKNOWN_INDEX_STATE | 0x80710084 | unknown index state |
CELL_HTTP_ERROR_NET_FIN | 0x80710091 | Received EOF (FIN) from the socket |
CELL_HTTP_ERROR_NET_CONNECT_TIMEOUT | 0x80710092 | Timed out while connecting |
CELL_HTTP_ERROR_NET_SELECT_TIMEOUT | 0x80710093 | Timed out while polling |
CELL_HTTP_ERROR_NET_SEND_TIMEOUT | 0x80710094 | timed out while polling |
CELL_HTTP_ERROR_NET_RESOLVER | 0x80710100 | Error calling gethostbyname(). Error code is net_h_errno. |
CELL_HTTP_ERROR_NET_ABORT | 0x80710200 | Error calling network abort. Error code is net_errno. |
CELL_HTTP_ERROR_NET_OPTION | 0x80710300 | Error calling setsockopt(). Error code is net_errno. |
CELL_HTTP_ERROR_NET_SOCKET | 0x80710400 | Error calling socket(). Error code is net_errno. |
CELL_HTTP_ERROR_NET_CONNECT | 0x80710500 | Error calling connect(). Error code is net_errno. |
CELL_HTTP_ERROR_NET_SEND | 0x80710600 | Error calling send(). Error code is net_errno. |
CELL_HTTP_ERROR_NET_RECV | 0x80710700 | Error calling recv(). Error code is net_errno. |
CELL_HTTP_ERROR_NET_SELECT | 0x80710800 | Error calling select(). Error code is net_errno. |
Cell Https errors (libhttps)
Name | Errorcode | Remarks |
---|---|---|
CELL_HTTPS_ERROR_CERTIFICATE_LOAD | 0x80710a01 | Not able to load SSL certificates |
CELL_HTTPS_ERROR_BAD_MEMORY | 0x80710a02 | SSL memory call failed |
CELL_HTTPS_ERROR_CONTEXT_CREATION | 0x80710a03 | Failed to create SSL context |
CELL_HTTPS_ERROR_CONNECTION_CREATION | 0x80710a04 | Failed to create SSL connection |
CELL_HTTPS_ERROR_SOCKET_ASSOCIATION | 0x80710a05 | Failed to associate socket with SSL connection |
CELL_HTTPS_ERROR_HANDSHAKE | 0x80710a06 | SSL Connect Handshake error, or SSL certificate verification failed |
CELL_HTTPS_ERROR_LOOKUP_CERTIFICATE | 0x80710a07 | Failed to retrieve SSL certificate |
CELL_HTTPS_ERROR_NO_SSL | 0x80710a08 | libssl is not available or has not been initialized |
CELL_HTTPS_ERROR_KEY_LOAD | 0x80710a09 | Cannot load the private key |
CELL_HTTPS_ERROR_CERT_KEY_MISMATCH | 0x80710a0a | The private key and client certificate do not match |
CELL_HTTPS_ERROR_KEY_NEEDS_CERT | 0x80710a0b | The private key needs a client certificate |
CELL_HTTPS_ERROR_CERT_NEEDS_KEY | 0x80710a0c | The client certificate needs a private key |
CELL_HTTPS_ERROR_RETRY_CONNECTION | 0x80710a0d | internal error code |
CELL_HTTPS_ERROR_NET_SSL_CONNECT | 0x80710b00 | Error calling connect(). Error code is net_errno. |
CELL_HTTPS_ERROR_NET_SSL_SEND | 0x80710c00 | Error calling send(). Error code is net_errno. |
CELL_HTTPS_ERROR_NET_SSL_RECV | 0x80710d00 | Error calling recv(). Error code is net_errno. |
Cell Http Util errors (libhttp_util)
Name | Errorcode | Remarks |
---|---|---|
CELL_HTTP_UTIL_ERROR_NO_MEMORY | 0x80711001 | There was not enough memory in the pool |
CELL_HTTP_UTIL_ERROR_NO_BUFFER | 0x80711002 | No buffer has been provided (as a parameter) |
CELL_HTTP_UTIL_ERROR_NO_STRING | 0x80711003 | No string to read has been provided (as a parameter) |
CELL_HTTP_UTIL_ERROR_INSUFFICIENT | 0x80711004 | Buffer space was insufficient to write into |
CELL_HTTP_UTIL_ERROR_INVALID_URI | 0x80711005 | Malformed URI |
CELL_HTTP_UTIL_ERROR_INVALID_HEADER | 0x80711006 | Malformed header |
CELL_HTTP_UTIL_ERROR_INVALID_REQUEST | 0x80711007 | Malformed request line |
CELL_HTTP_UTIL_ERROR_INVALID_RESPONSE | 0x80711008 | Malformed response (status line) |
CELL_HTTP_UTIL_ERROR_INVALID_LENGTH | 0x80711009 | Invalid length of buffer |
CELL_HTTP_UTIL_ERROR_INVALID_CHARACTER | 0x8071100a | Illegal character |
Other 0x071 Errors
Name | Errorcode | Remarks |
---|---|---|
CELL_HTTP_ERROR_NET_RESOLVER | 0x80710101 | Connection error |
CELL_HTTP_ERROR_NET_RESOLVER | 0x80710102 | DNS Error; No DNS server available. / IP conflict, PS3 Cannot connect to the router with current IP information. Try rebooting your router |
CELL_HTTP_ERROR_NET_RESOLVER | 0x80710104 | DNS Error / Experienced with Cobra CFW and trying PS3ITA/Rebug Spoof for PSN. |
0x807101FF | An error occurred during communication with the server. This is a DNS error | |
0x8071053D | Hard boot the PS3, turn off the PS3 to stand-by, flip off the back switch and completely remove the power cord. Shut off your modem/router, for approx. 5 minutes, then turn the modem back up first and let it sync. Then turn the router back on (if you're using one) and let it sync. Reconnect your power cable and flip the back switch up again. Then make a new network connection | |
0x80710541 | The connection to the server timed out. | |
0x80710723 | Possible Port Error. Try opening ports , TCP port: 80, 443, 5223 and UDP port: 3478, 3479, 3658. | |
0x80710B23 | PS3 Network is Down or PS3 Network is too busy to respond | |
0x80710B36 | "An error has occured." PS3 Network ("What's news) is too busy to respond. | |
0x80710D23 | Turn the PS3 off for approx. 30 minutes with the power toggle, not standby mode | |
0x80710D36 | HTTP header "content-length" is bigger than the actual content returned by the server |