Editing Template:CELL ERROR FACILITY HTTP - 0x071
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
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_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_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_UNKNOWN || 0x80710051 || Undefined error (not listed below) | | CELL_HTTP_ERROR_UNKNOWN || 0x80710051 || Undefined error (not listed below) | ||
Line 92: | Line 84: | ||
|- | |- | ||
| 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_NET_FIN || 0x80710091 || Received EOF (FIN) from the socket | | CELL_HTTP_ERROR_NET_FIN || 0x80710091 || Received EOF (FIN) from the socket | ||
Line 166: | Line 90: | ||
|- | |- | ||
| 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_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. | ||
|- | |- | ||
| CELL_HTTP_ERROR_NET_ABORT || 0x80710200 || Error calling network abort. Error code is net_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_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_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_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_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_HTTP_ERROR_NET_SELECT || 0x80710800 || Error calling select(). Error code is net_errno. | ||
|- | |- | ||
| 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 1,514: | Line 131: | ||
| 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_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. | |||
|- | |- | ||
| | | 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. | ||
|- | |- | ||
|} | |} | ||
Line 2,108: | Line 170: | ||
|- bgcolor="#cccccc" | |- bgcolor="#cccccc" | ||
! 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 || 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 | | || 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 |