Template:CELL ERROR FACILITY HTTP - 0x071: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
(Created page with "{{ed right|CELL ERROR FACILITY HTTP - 0x071}} === Cell Http errors (libhttp) === {| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="...")
 
mNo edit summary
Line 163: Line 163:
|-
|-
| CELL_HTTP_UTIL_ERROR_INVALID_CHARACTER || 0x8071100a || Illegal character
| CELL_HTTP_UTIL_ERROR_INVALID_CHARACTER || 0x8071100a || Illegal character
|-
|}
=== Other 0x071 Errors ===
{| 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_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
|-
|-
|}<noinclude>[[Category:Development]][[Category:Main]]</noinclude>
|}<noinclude>[[Category:Development]][[Category:Main]]</noinclude>

Revision as of 04:32, 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_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_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_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_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_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_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_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