Diese Seite ist in Ihrer lokalen Sprache noch nicht verfügbar. Wir arbeiten daran, weitere Sprachversionen hinzuzufügen. Vielen Dank für Ihre Unterstützung.

On this page

Parameters Contain Backslashes (\)

Updated on 2023-12-08 GMT+08:00

Symptoms

When a host-related application is deployed, an error message is displayed.

The following takes a path as an example.

  • The deployment fails due to the \b characters.
    Figure 1 Log information
  • The deployment fails due to the \f characters.
    Figure 2 Log information
  • The deployment fails due to the \r characters.
    Figure 3 Log information
  • The deployment fails due to the \t characters.
    Figure 4 Log information
  • The deployment fails due to the \n characters.
    Figure 5 Log information

Cause Analysis

The deployment failure is caused by the use of escape characters that have special meanings.

Solution

  • Method 1: Avoid using special escape characters.
  • Method 2: Use forward slashes (/) instead of backslashes (\).
Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback