Editing Template:WV

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

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 12: Line 12:
| SCE_WEBVIEW_NETWORK_ERROR_COULDNT_RESOLVE_PROXY || WV-33897-0 || 0x80E80005 || Could not connect to the proxy server.
| SCE_WEBVIEW_NETWORK_ERROR_COULDNT_RESOLVE_PROXY || WV-33897-0 || 0x80E80005 || Could not connect to the proxy server.
|-
|-
| SCE_WEBVIEW_NETWORK_ERROR_COULDNT_RESOLVE_HOST || WV-33898-1 || 0x80E80006 || Problem connecting to server (incorrect URL, PSN down, or connection issues) // Step 1: Check to make sure the URL you typed is correct. Step 2: Check PSN status for any server issues. Step 3: Try connecting to the internet using a wired (ethernet) connection. Step 4: Turn off the console and unplug it. Step 5: Turn off router/modem for at least 5 minutes, then restart it. Step 6: Plug the console back in and reboot it. Step 7: Try changing DNS settings. Set up a new internet connection and select [DNS Settings (Manual)], then add the address for a public DNS (e.g Google).
| SCE_WEBVIEW_NETWORK_ERROR_COULDNT_RESOLVE_HOST || WV-33898-1 || 0x80E80006 || Connection timed out / Can't open web page // Check to make sure the URL you typed is correct. If it is correct and you are unable to connect, please try again later.
|-
|-
| SCE_WEBVIEW_NETWORK_ERROR_COULDNT_CONNECT || WV-33899-2 || 0x80E80007 || Failed to connect to host or proxy / Could not connect to PSN // Step 1: PSN may be down, check PSN status. Step 2: If PSN is up, perform an Internet connection test by going to [Settings] > [Network Connection] > [Test Internet Connection] to confirm that you can connect to the Internet. Step 3: Update your router's firmware (contact ISP for assistance if required). Turn off other devices connected to the network. If still experiencing difficulties then try again later as the server may be experiencing high traffic.
| SCE_WEBVIEW_NETWORK_ERROR_COULDNT_CONNECT || WV-33899-2 || 0x80E80007 || Failed to connect to host or proxy.
|-
|-
| SCE_WEBVIEW_NETWORK_ERROR_REMOTE_ACCESS_DENIED || WV-33900-5 || 0x80E80009 || A service was denied by the server due to lack of access - when login fails this is not returned.
| SCE_WEBVIEW_NETWORK_ERROR_REMOTE_ACCESS_DENIED || WV-33900-5 || 0x80E80009 || A service was denied by the server due to lack of access - when login fails this is not returned.
Line 30: Line 30:
| SCE_WEBVIEW_NETWORK_ERROR_OUT_OF_MEMORY || WV-33906-1 || 0x80E8001B || Out of memory. A memory allocation request failed. This is serious badness and things are severely screwed up if this ever occur.
| SCE_WEBVIEW_NETWORK_ERROR_OUT_OF_MEMORY || WV-33906-1 || 0x80E8001B || Out of memory. A memory allocation request failed. This is serious badness and things are severely screwed up if this ever occur.
|-
|-
| SCE_WEBVIEW_NETWORK_ERROR_OPERATION_TIMEDOUT || WV-33907-2 || 0x80E8001C || The specified time-out period was reached according to the conditions / Timed out while connecting to the server. Connection may be busy or temporarily unstable // Step 1: Go to [Settings] > [Network Connection] > [Test Internet Connection] and check network status and try connecting to the network again. Step 2: If the error persists, the network may be unstable; reboot the console and try again, move the console and router closer together, wait for other devices to finish using bandwidth or try connecting to another network. Step 3: Check PSN status.
| SCE_WEBVIEW_NETWORK_ERROR_OPERATION_TIMEDOUT || WV-33907-2 || 0x80E8001C || Operation timeout. The specified time-out period was reached according to the conditions. // Connection timed out / connection error while receiving data. Network may not be stable now. Please retry after a while.
|-
|-
| SCE_WEBVIEW_NETWORK_ERROR_RANGE_ERROR || WV-33908-3 || 0x80E80021 || The HTTP server does not support or accept range requests.
| SCE_WEBVIEW_NETWORK_ERROR_RANGE_ERROR || WV-33908-3 || 0x80E80021 || The HTTP server does not support or accept range requests.
Line 50: Line 50:
| SCE_WEBVIEW_NETWORK_ERROR_INTERFACE_FAILED || WV-33916-2 || 0x80E8002D || Interface error. A specified outgoing interface could not be used. Set which interface to use for outgoing connections' source IP address with CURLOPT_INTERFACE.
| SCE_WEBVIEW_NETWORK_ERROR_INTERFACE_FAILED || WV-33916-2 || 0x80E8002D || Interface error. A specified outgoing interface could not be used. Set which interface to use for outgoing connections' source IP address with CURLOPT_INTERFACE.
|-
|-
| SCE_WEBVIEW_NETWORK_ERROR_TOO_MANY_REDIRECTS || WV-33917-3 || 0x80E8002F || Error occurred due to too many redirects // Web page not supported by console. Use another device instead.
| SCE_WEBVIEW_NETWORK_ERROR_TOO_MANY_REDIRECTS || WV-33917-3 || 0x80E8002F || Too many redirects. When following redirects libcurl hit the maximum amount. Set your limit with CURLOPT_MAXREDIRS.
|-
|-
| SCE_WEBVIEW_NETWORK_ERROR_UNKNOWN_OPTION || WV-33918-4 || 0x80E80030 || An option set with CURLOPT_TELNETOPTIONS was not recognized/known. Refer to the appropriate documentation.
| SCE_WEBVIEW_NETWORK_ERROR_UNKNOWN_OPTION || WV-33918-4 || 0x80E80030 || An option set with CURLOPT_TELNETOPTIONS was not recognized/known. Refer to the appropriate documentation.
Line 70: Line 70:
| SCE_WEBVIEW_NETWORK_ERROR_FILESIZE_EXCEEDED || WV-33926-3 || 0x80E8003F || Maximum file size exceeded
| SCE_WEBVIEW_NETWORK_ERROR_FILESIZE_EXCEEDED || WV-33926-3 || 0x80E8003F || Maximum file size exceeded
|-
|-
| SCE_WEBVIEW_NETWORK_ERROR_SEND_FAIL_REWIND || WV-33927-4 || 0x80E80041 || When doing a send operation curl had to rewind the data to re-transmit, but the rewinding operation failed.
| SCE_WEBVIEW_NETWORK_ERROR_SEND_FAIL_REWIND || WV-33927-4 || 0x80E80041 || When doing a send operation curl had to rewind the data to retransmit but the rewinding operation failed
|-
|-
| SCE_WEBVIEW_NETWORK_ERROR_SSL_ENGINE_INITFAILED || WV-33928-5 || 0x80E80042 || Failed to initialize SSL ENGINE
| SCE_WEBVIEW_NETWORK_ERROR_SSL_ENGINE_INITFAILED || WV-33928-5 || 0x80E80042 || Failed to initialize SSL ENGINE
|-
|-
| SCE_WEBVIEW_NETWORK_ERROR_SSL_CACERT_BADFILE || WV-33929-6 || 0x80E8004D || Could not load CA CERT file missing or wrong format.
| SCE_WEBVIEW_NETWORK_ERROR_SSL_CACERT_BADFILE || WV-33929-6 || 0x80E8004D || Could not load CA CERT file missing or wrong format
|-
|-
| SCE_WEBVIEW_NETWORK_ERROR_SSL_SHUTDOWN_FAILED || WV-33930-8 || 0x80E80050 || Failed to shutdown SSL ENGINE
| SCE_WEBVIEW_NETWORK_ERROR_SSL_SHUTDOWN_FAILED || WV-33930-8 || 0x80E80050 || Failed to shutdown SSL ENGINE
Line 80: Line 80:
| SCE_WEBVIEW_NETWORK_ERROR_AGAIN || WV-33931-9 || 0x80E80051 || Error when some network data is lost.
| SCE_WEBVIEW_NETWORK_ERROR_AGAIN || WV-33931-9 || 0x80E80051 || Error when some network data is lost.
|-
|-
| SCE_WEBVIEW_NETWORK_ERROR_SSL_ISSUER_ERROR || WV-33932-0 || 0x80E80053 || Issuer check failed. (Added in 7.19.0)
| SCE_WEBVIEW_NETWORK_ERROR_SSL_ISSUER_ERROR || WV-33932-0 || 0x80E80053 || Issuer check failed.
|-
|-
| SCE_WEBVIEW_NETWORK_ERROR_CHUNK_FAILED || WV-33933-1 || 0x80E80058 || Error when CRC check error is detected.
| SCE_WEBVIEW_NETWORK_ERROR_CHUNK_FAILED || WV-33933-1 || 0x80E80058 || Error when CRC check error is detected.
|-
|-
| SCE_WEBVIEW_NETWORK_ERROR_GOT_NOTHING || WV-36350-7 || 0x80E80034 || Nothing was returned from the server, and under the circumstances, getting nothing is considered an error.
| || WS-37504-9 || || PSN is undergoing maintenance // PSN is undergoing maintenance. Please try again later. [https://support.us.playstation.com/app/answers/detail/a_id/237/session/L2F2LzEvdGltZS8xNDA5MjMwNDkwL3NpZC95WUJERFoqbA%3D%3D You can check the status of the PSN here.]
|-
| SCE_WEBVIEW_SSL_X509_ERROR_UNABLE_TO_GET_ISSUER_CERT || WV-36351-8 || 0x80E81002 ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_UNABLE_TO_GET_CR || WV-36352-9 || 0x80E81003 ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_UNABLE_TO_DECRYPT_CERT_SIGNATURE || WV-36353-0 || 0x80E81004 ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_UNABLE_TO_DECRYPT_CRL_SIGNATURE || WV-36354-1 || 0x80E81005 ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY || WV-36355-2 || 0x80E81006 ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_CERT_SIGNATURE_FAILURE || WV-36356-3 || 0x80E81007 ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_CRL_SIGNATURE_FAILURE || WV-36357-4 || 0x80E81008 ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_CERT_NOT_YET_VALID || WV-36358-5 || 0x80E81009 ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_CERT_HAS_EXPIRED || WV-36359-6 || 0x80E8100A ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_CRL_NOT_YET_VALID || WV-36360-8 || 0x80E8100B ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_CRL_HAS_EXPIRED || WV-36361-9 || 0x80E8100C ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_ERROR_IN_CERT_NOT_BEFORE_FIELD || WV-36362-0 || 0x80E8100D ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_ERROR_IN_CERT_NOT_AFTER_FIELD || WV-36363-1 || 0x80E8100E ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_ERROR_IN_CRL_LAST_UPDATE_FIELD || WV-36364-2 || 0x80E8100F ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_ERROR_IN_CRL_NEXT_UPDATE_FIELD || WV-36365-3 || 0x80E81010 ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_OUT_OF_MEM || WV-36366-4 || 0x80E81011 ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_DEPTH_ZERO_SELF_SIGNED_CERT || WV-36367-5 || 0x80E81012 ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_SELF_SIGNED_CERT_IN_CHAIN || WV-36368-6 || 0x80E81013 ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY || WV-36369-7 || 0x80E81014 ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_UNABLE_TO_VERIFY_LEAF_SIGNATURE || WV-36370-9 || 0x80E81015 ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_CERT_CHAIN_TOO_LONG || WV-36371-0 || 0x80E81016 ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_CERT_REVOKED || WV-36372-1 || 0x80E81017 ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_INVALID_CA || WV-36373-2 || 0x80E81018 ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_PATH_LENGTH_EXCEEDED || WV-36374-3 || 0x80E81019 ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_INVALID_PURPOSE || WV-36375-4 || 0x80E8101A ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_CERT_UNTRUSTED || WV-36376-5 || 0x80E8101B ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_CERT_REJECTED || WV-36377-6 || 0x80E8101C ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_SUBJECT_ISSUER_MISMATCH || WV-36378-7 || 0x80E8101D ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_AKID_SKID_MISMATCH || WV-36379-8 || 0x80E8101E ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_AKID_ISSUER_SERIAL_MISMATCH || WV-36380-0 || 0x80E8101F ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_KEYUSAGE_NO_CERTSIGN || WV-36381-1 || 0x80E81020 ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_UNABLE_TO_GET_CRL_ISSUER || WV-36382-2 || 0x80E81021 ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_UNHANDLED_CRITICAL_EXTENSION || WV-36383-3 || 0x80E81022 ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_KEYUSAGE_NO_CRL_SIGN || WV-36384-4 || 0x80E81023 ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_UNHANDLED_CRITICAL_CRL_EXTENSION || WV-36385-5 || 0x80E81024 ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_INVALID_NON_CA || WV-36386-6 || 0x80E81025 ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_PROXY_PATH_LENGTH_EXCEEDED || WV-36387-7 || 0x80E81026 ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_KEYUSAGE_NO_DIGITAL_SIGNATURE || WV-36388-8 || 0x80E81027 ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_PROXY_CERTIFICATES_NOT_ALLOWED || WV-36389-9 || 0x80E81028 ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_INVALID_EXTENSION || WV-36390-1 || 0x80E81029 ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_INVALID_POLICY_EXTENSION || WV-36391-2 || 0x80E8102A ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_NO_EXPLICIT_POLICY || WV-36392-3 || 0x80E8102B ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_DIFFERENT_CRL_SCOPE || WV-36393-4 || 0x80E8102C ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_UNSUPPORTED_EXTENSION_FEATURE || WV-36394-5 || 0x80E8102D ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_UNNESTED_RESOURCE || WV-36395-6 || 0x80E8102E ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_PERMITTED_VIOLATION || WV-36396-7 || 0x80E8102F ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_EXCLUDED_VIOLATION || WV-36397-8 || 0x80E81030 ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_SUBTREE_MINMAX || WV-36398-9 || 0x80E81031 ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_APPLICATION_VERIFICATION || WV-36399-0 || 0x80E81032 ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_UNSUPPORTED_CONSTRAINT_TYPE || WV-36400-3 || 0x80E81033 ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_UNSUPPORTED_CONSTRAINT_SYNTAX || WV-36401-4 || 0x80E81034 ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_UNSUPPORTED_NAME_SYNTAX || WV-36402-5 || 0x80E81035 ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_CRL_PATH_VALIDATION_ERROR || WV-36403-6 || 0x80E81036 ||
|-
| SCE_WEBVIEW_SSL_X509_ERROR_SSL_CN_CHECK || WV-36404-7 || 0x80E81064 ||
|-
| SCE_WEBVIEW_LOAD_ERROR_CANCELED || WV-37776-0 || 0x80E82000 ||
|-
| SCE_WEBVIEW_LOAD_ERROR_BLOCKED || WV-37777-1 || 0x80E82001 ||
|-
| SCE_WEBVIEW_LOAD_ERROR_CANNOT_SHOW_URL || WV-37778-2 || 0x80E82002 ||
|-
| SCE_WEBVIEW_LOAD_ERROR_INTERRUPTED_FOR_POLICY_CHANGE || WV-37779-3 || 0x80E82003 ||
|-
| SCE_WEBVIEW_LOAD_ERROR_CANNOT_SHOW_MIME_TYPE || WV-37780-5 || 0x80E82004 ||
|-
| SCE_WEBVIEW_LOAD_ERROR_FILE_DOES_NOT_EXIST || WV-37781-6 || 0x80E82005 ||
|-
| SCE_WEBVIEW_LOAD_ERROR_PLUGIN_WILL_HANDLE_LOAD || WV-37782-7 || 0x80E82006 ||
|-
|-
|}<noinclude>[[Category:Development]][[Category:Main]]</noinclude>
|}<noinclude>[[Category:Development]][[Category:Main]]</noinclude>
Please note that all contributions to PS4 Developer wiki are considered to be released under the GNU Free Documentation License 1.2 (see PS4 Developer wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following hCaptcha:

Cancel Editing help (opens in new window)

Templates used on this page: