Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 63 for please (0.04 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/webapp/js/chat.js

                    model_not_found: 'The AI model was not found. Please contact the administrator.',
                    invalid_response: 'Received an invalid response from the AI service. Please try again.',
                    connection_error: 'Unable to connect to the AI service. Please check the network connection.',
                    unknown: 'An error occurred. Please try again.'
                }
            }
        };
    
        var state = {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 19 01:36:02 GMT 2026
    - 30.6K bytes
    - Click Count (0)
  2. src/main/resources/fess_message.properties

    errors.app.illegal.transition = Illegal transition. Please try again.
    errors.app.db.already.deleted = It may have been deleted by another process. Please try again.
    errors.app.db.already.updated = It may have been updated by another process. Please try again.
    errors.app.db.already.exists = The data already exists. Please try again.
    errors.app.double.submit.request = It may have been processed before this request. Please try again.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 12.4K bytes
    - Click Count (0)
  3. src/main/resources/fess_message_en.properties

    errors.app.illegal.transition = Illegal transition. Please try again.
    errors.app.db.already.deleted = It may have been deleted by another process. Please try again.
    errors.app.db.already.updated = It may have been updated by another process. Please try again.
    errors.app.db.already.exists = The data already exists. Please try again.
    errors.app.double.submit.request = It may have been processed before this request. Please try again.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 12.4K bytes
    - Click Count (0)
  4. src/main/java/org/codelibs/fess/mylasta/direction/FessFwAssistantDirector.java

                        cipherAlgorithm);
                inver = InvertibleCryptographer.createBlowfishCipher(fessConfig.getAppCipherKey());
            } else if ("des".equalsIgnoreCase(cipherAlgorithm)) {
                logger.warn("DES cipher is deprecated due to its 56-bit key size vulnerability. Please consider migrating to AES. algorithm={}",
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Jan 10 01:38:30 GMT 2026
    - 10.4K bytes
    - Click Count (0)
  5. src/main/resources/fess_label.properties

    labels.chat_error=An error occurred. Please try again.
    labels.chat_error_rate_limit=It's currently busy. Please wait a moment and try again.
    labels.chat_error_auth=AI service authentication failed. Please contact the administrator.
    labels.chat_error_service_unavailable=The AI service is temporarily unavailable. Please try again later.
    labels.chat_error_timeout=The request timed out. Please try again.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 48.9K bytes
    - Click Count (0)
  6. MIGRATION.md

    #### API Compatibility Mode
    
    > **Note**: GSA-compatible search API support may vary by Fess version. The configuration import feature is fully supported, but for GSA-compatible search endpoints, please consult the official Fess documentation for your specific version.
    
    For applications still sending queries to GSA endpoints, Fess provides a configuration option:
    
    **Enable GSA API**
    
    Add to `system.properties`:
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Nov 06 12:40:11 GMT 2025
    - 23.2K bytes
    - Click Count (0)
  7. src/main/java/org/codelibs/fess/filter/LoadControlFilter.java

            response.setHeader("Retry-After", String.valueOf(RETRY_AFTER_SECONDS));
            response.getWriter()
                    .write("{\"response\":{\"status\":9,\"message\":\"Server is busy. Please retry after " + RETRY_AFTER_SECONDS
                            + " seconds.\",\"retry_after\":" + RETRY_AFTER_SECONDS + "}}");
        }
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Tue Feb 10 04:24:02 GMT 2026
    - 4.8K bytes
    - Click Count (0)
  8. src/main/java/org/codelibs/fess/filter/RateLimitFilter.java

            response.setHeader("Retry-After", String.valueOf(retryAfterSeconds));
            response.getWriter()
                    .write("{\"error\":\"rate_limit_exceeded\",\"message\":\"Too many requests. Please retry after " + retryAfterSeconds
                            + " seconds.\",\"retry_after\":" + retryAfterSeconds + "}");
        }
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Wed Dec 24 14:16:27 GMT 2025
    - 4.4K bytes
    - Click Count (0)
  9. src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java

        public static final String ERRORS_APP_DB_ALREADY_UPDATED = "{errors.app.db.already.updated}";
    
        /** The key of the message: The data already exists. Please try again. */
        public static final String ERRORS_APP_DB_ALREADY_EXISTS = "{errors.app.db.already.exists}";
    
        /** The key of the message: It may have been processed before this request. Please try again. */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 126.6K bytes
    - Click Count (0)
  10. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: An error occurred. Please try again. */
        public static final String LABELS_chat_error = "{labels.chat_error}";
    
        /** The key of the message: It's currently busy. Please wait a moment and try again. */
        public static final String LABELS_chat_error_rate_limit = "{labels.chat_error_rate_limit}";
    
        /** The key of the message: AI service authentication failed. Please contact the administrator. */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 172.6K bytes
    - Click Count (0)
Back to Top