admin管理员组文章数量:1313011
I deployed the frontend of my RASA chatbot through netlify. The frontend works but the bot doesn't respond. Now I don't know how to deploy the backend of my bot.
I tried some backend deployment services such as railway but it always seems to fail. This is what the error log of my latest attempt looked like:
Collecting en_core_web_md@ .8.0/en_core_web_md-3.8.0-py3-none-any.whl#sha256=5e6329fe3fecedb1d1a02c3ea2172ee0fede6cea6e4aefb6a02d832dba78a310
Downloading .8.0/en_core_web_md-3.8.0-py3-none-any.whl (33.5 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.5/33.5 MB 244.4 MB/s eta 0:00:00
Collecting absl-py==1.4.0
Downloading absl_py-1.4.0-py3-none-any.whl (126 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 126.5/126.5 kB 7.1 MB/s eta 0:00:00
Collecting aio-pika==8.2.3
Downloading aio_pika-8.2.3-py3-none-any.whl (49 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.0/50.0 kB 2.6 MB/s eta 0:00:00
Collecting aiofiles==24.1.0
Downloading aiofiles-24.1.0-py3-none-any.whl (15 kB)
Collecting aioflask==0.4.0
Downloading aioflask-0.4.0-py3-none-any.whl (14 kB)
Collecting aiogram==2.15
Downloading aiogram-2.15-py3-none-any.whl (184 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 184.2/184.2 kB 10.9 MB/s eta 0:00:00
Collecting aiohttp==3.9.5
Downloading aiohttp-3.9.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 85.7 MB/s eta 0:00:00
Collecting aiohttp-retry==2.9.1
Downloading aiohttp_retry-2.9.1-py3-none-any.whl (10.0 kB)
Collecting aiormq==6.4.2
Downloading aiormq-6.4.2-py3-none-any.whl (34 kB)
ERROR: Ignored the following versions that require a different python version: 1.3.2 Requires-Python >=3.9; 3.11.0 Requires-Python >=3.9; 3.11.0b0 Requires-Python >=3.9; 3.11.0b1 Requires-Python >=3.9; 3.11.0b2 Requires-Python >=3.9; 3.11.0b3 Requires-Python >=3.9; 3.11.0b4 Requires-Python >=3.9; 3.11.0b5 Requires-Python >=3.9; 3.11.0rc0 Requires-Python >=3.9; 3.11.0rc1 Requires-Python >=3.9; 3.11.0rc2 Requires-Python >=3.9; 3.11.1 Requires-Python >=3.9; 3.11.10 Requires-Python >=3.9; 3.11.11 Requires-Python >=3.9; 3.11.2 Requires-Python >=3.9; 3.11.3 Requires-Python >=3.9; 3.11.4 Requires-Python >=3.9; 3.11.5 Requires-Python >=3.9; 3.11.6 Requires-Python >=3.9; 3.11.7 Requires-Python >=3.9; 3.11.8 Requires-Python >=3.9; 3.11.9 Requires-Python >=3.9; 3.14.0 Requires-Python >=3.9; 3.15.0 Requires-Python >=3.9; 3.16.0 Requires-Python >=3.9; 3.17.0 Requires-Python >=3.9; 9.5.3 Requires-Python <4.0,>=3.9; 9.5.4 Requires-Python <4.0,>=3.9
ERROR: Could not find a version that satisfies the requirement aiosignal==1.3.2 (from versions: 1.0.0a0, 1.0.0, 1.1.0, 1.1.1, 1.1.2, 1.2.0a0, 1.2.0, 1.3.1)
ERROR: No matching distribution found for aiosignal==1.3.2
[notice] A new release of pip is available: 23.0.1 -> 25.0
[notice] To update, run: pip install --upgrade pip
✕ [4/4] RUN pip install --no-cache-dir -r requirements.txt
process "/bin/sh -c pip install --no-cache-dir -r requirements.txt" did not complete successfully: exit code: 1
Dockerfile:11
-------------------
9 |
10 | # Install dependencies
11 | >>> RUN pip install --no-cache-dir -r requirements.txt
12 |
13 | # Expose Rasa's default API port
-------------------
ERROR: failed to solve: process "/bin/sh -c pip install --no-cache-dir -r requirements.txt" did not complete successfully: exit code: 1
and this is what is inside my requirements.txt file
absl-py==1.4.0
aio-pika==8.2.3
aiofiles==24.1.0
aioflask==0.4.0
aiogram==2.15
aiohttp==3.9.5
aiohttp-retry==2.9.1
aiormq==6.4.2
aiosignal==1.3.2
APScheduler==3.9.1.post1
asgiref==3.8.1
asttokens==3.0.0
astunparse==1.6.3
async-timeout==4.0.3
asyncio==3.4.3
attrs==22.1.0
babel==2.16.0
backcall==0.2.0
beautifulsoup4==4.12.3
bidict==0.23.1
bleach==6.2.0
blinker==1.9.0
blis==1.2.0
boto3==1.35.97
botocore==1.35.97
CacheControl==0.12.14
cachetools==5.5.0
catalogue==2.0.10
certifi==2024.12.14
cffi==1.17.1
charset-normalizer==3.4.1
click==8.1.8
cloudpathlib==0.20.0
cloudpickle==2.2.1
colorama==0.4.6
colorclass==2.2.2
coloredlogs==15.0.1
colorhash==1.2.1
confection==0.1.5
confluent-kafka==2.8.0
cryptography==41.0.7
cycler==0.12.1
cymem==2.0.10
dask==2022.10.2
decorator==5.1.1
defusedxml==0.7.1
dnspython==2.3.0
docopt==0.6.2
en_core_web_md @ .8.0/en_core_web_md-3.8.0-py3-none-any.whl#sha256=5e6329fe3fecedb1d1a02c3ea2172ee0fede6cea6e4aefb6a02d832dba78a310
executing==2.2.0
fastjsonschema==2.21.1
fbmessenger==6.0.0
fire==0.7.0
Flask==3.1.0
Flask-Cors==5.0.0
flatbuffers==24.12.23
fonttools==4.55.3
frozenlist==1.5.0
fsspec==2024.12.0
future==1.0.0
gast==0.4.0
google-auth==2.37.0
google-auth-oauthlib==1.0.0
google-pasta==0.2.0
greenlet==3.1.1
greenletio==0.11.0
grpcio==1.69.0
h11==0.14.0
h5py==3.12.1
httptools==0.6.4
humanfriendly==10.0
idna==3.10
importlib_metadata==8.5.0
ipython==8.9.0
itsdangerous==2.2.0
jax==0.4.30
jaxlib==0.4.30
jedi==0.19.2
Jinja2==3.1.5
jmespath==1.0.1
joblib==1.2.0
jsonpickle==3.0.4
jsonschema==4.17.3
jupyter_client==8.6.3
jupyter_core==5.7.2
jupyterlab_pygments==0.3.0
keras==2.12.0
kiwisolver==1.4.7
langcodes==3.5.0
language_data==1.3.0
libclang==18.1.1
locket==1.0.0
marisa-trie==1.2.1
Markdown==3.7
markdown-it-py==3.0.0
MarkupSafe==3.0.2
matplotlib==3.5.3
matplotlib-inline==0.1.7
mattermostwrapper==2.2
mdurl==0.1.2
mistune==3.1.0
ml_dtypes==0.5.1
msgpack==1.1.0
multidict==5.2.0
murmurhash==1.0.11
nbclient==0.10.2
nbconvert==7.16.5
nbformat==5.10.4
networkx==2.6.3
numpy==1.23.5
oauthlib==3.2.2
opt_einsum==3.4.0
packaging==20.9
pamqp==3.2.1
pandocfilters==1.5.1
parso==0.8.4
partd==1.4.2
pickleshare==0.7.5
pillow==11.1.0
platformdirs==4.3.6
pluggy==1.5.0
portalocker==2.10.1
preshed==3.0.9
prompt-toolkit==3.0.28
propcache==0.2.1
protobuf==4.23.3
psycopg2-binary==2.9.10
pure_eval==0.2.3
pyasn1==0.6.1
pyasn1_modules==0.4.1
pycparser==2.22
pydantic==1.10.9
pydot==1.4.2
Pygments==2.19.1
PyJWT==2.10.1
pykwalify==1.8.0
pymongo==4.3.3
pyparsing==3.2.1
pyreadline3==3.5.4
pyrsistent==0.20.0
python-crfsuite==0.9.11
python-dateutil==2.8.2
python-engineio==4.11.2
python-socketio==5.12.1
pytz==2022.7.1
pywin32==308
PyYAML==6.0.2
pyzmq==26.2.0
questionary==1.10.0
randomname==0.1.5
rasa==3.6.20
rasa-sdk==3.6.2
redis==4.6.0
regex==2022.10.31
requests==2.32.3
requests-oauthlib==2.0.0
requests-toolbelt==1.0.0
rich==13.9.4
rocketchat-API==1.30.0
rsa==4.9
ruamel.yaml==0.17.21
ruamel.yaml.clib==0.2.12
s3transfer==0.10.4
sanic==21.12.2
Sanic-Cors==2.0.1
sanic-jwt==1.8.0
sanic-routing==0.7.2
scikit-learn==1.1.3
scipy==1.10.1
sentry-sdk==1.14.0
shellingham==1.5.4
simple-websocket==1.1.0
six==1.17.0
sklearn-crfsuite==0.3.6
slack_sdk==3.34.0
smart-open==7.1.0
soupsieve==2.6
spacy==3.8.3
spacy-legacy==3.0.12
spacy-loggers==1.0.5
SQLAlchemy==1.4.54
srsly==2.5.0
stack-data==0.6.3
structlog==23.3.0
structlog-sentry==2.1.0
tabulate==0.9.0
tarsafe==0.0.4
tensorboard==2.12.3
tensorboard-data-server==0.7.2
tensorflow==2.12.0
tensorflow-estimator==2.12.0
tensorflow-hub==0.13.0
tensorflow-intel==2.12.0
tensorflow-io-gcs-filesystem==0.31.0
termcolor==2.5.0
terminaltables==3.1.10
thinc==8.3.4
threadpoolctl==3.5.0
tinycss2==1.4.0
toolz==1.0.0
tornado==6.4.2
tqdm==4.67.1
traitlets==5.14.3
twilio==8.2.2
typer==0.15.1
typing-utils==0.1.0
typing_extensions==4.12.2
tzdata==2024.2
tzlocal==5.2
ujson==5.10.0
urllib3==1.26.20
uvicorn==0.34.0
wasabi==1.1.3
wcwidth==0.2.13
weasel==0.4.1
webencodings==0.5.1
webexteamssdk==1.6.1
websockets==10.4
Werkzeug==3.1.3
wrapt==1.14.1
wsproto==1.2.0
yarg==0.1.9
yarl==1.18.3
zipp==3.21.0
I deployed the frontend of my RASA chatbot through netlify. The frontend works but the bot doesn't respond. Now I don't know how to deploy the backend of my bot.
I tried some backend deployment services such as railway but it always seems to fail. This is what the error log of my latest attempt looked like:
Collecting en_core_web_md@ https://github/explosion/spacy-models/releases/download/en_core_web_md-3.8.0/en_core_web_md-3.8.0-py3-none-any.whl#sha256=5e6329fe3fecedb1d1a02c3ea2172ee0fede6cea6e4aefb6a02d832dba78a310
Downloading https://github/explosion/spacy-models/releases/download/en_core_web_md-3.8.0/en_core_web_md-3.8.0-py3-none-any.whl (33.5 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.5/33.5 MB 244.4 MB/s eta 0:00:00
Collecting absl-py==1.4.0
Downloading absl_py-1.4.0-py3-none-any.whl (126 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 126.5/126.5 kB 7.1 MB/s eta 0:00:00
Collecting aio-pika==8.2.3
Downloading aio_pika-8.2.3-py3-none-any.whl (49 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.0/50.0 kB 2.6 MB/s eta 0:00:00
Collecting aiofiles==24.1.0
Downloading aiofiles-24.1.0-py3-none-any.whl (15 kB)
Collecting aioflask==0.4.0
Downloading aioflask-0.4.0-py3-none-any.whl (14 kB)
Collecting aiogram==2.15
Downloading aiogram-2.15-py3-none-any.whl (184 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 184.2/184.2 kB 10.9 MB/s eta 0:00:00
Collecting aiohttp==3.9.5
Downloading aiohttp-3.9.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 85.7 MB/s eta 0:00:00
Collecting aiohttp-retry==2.9.1
Downloading aiohttp_retry-2.9.1-py3-none-any.whl (10.0 kB)
Collecting aiormq==6.4.2
Downloading aiormq-6.4.2-py3-none-any.whl (34 kB)
ERROR: Ignored the following versions that require a different python version: 1.3.2 Requires-Python >=3.9; 3.11.0 Requires-Python >=3.9; 3.11.0b0 Requires-Python >=3.9; 3.11.0b1 Requires-Python >=3.9; 3.11.0b2 Requires-Python >=3.9; 3.11.0b3 Requires-Python >=3.9; 3.11.0b4 Requires-Python >=3.9; 3.11.0b5 Requires-Python >=3.9; 3.11.0rc0 Requires-Python >=3.9; 3.11.0rc1 Requires-Python >=3.9; 3.11.0rc2 Requires-Python >=3.9; 3.11.1 Requires-Python >=3.9; 3.11.10 Requires-Python >=3.9; 3.11.11 Requires-Python >=3.9; 3.11.2 Requires-Python >=3.9; 3.11.3 Requires-Python >=3.9; 3.11.4 Requires-Python >=3.9; 3.11.5 Requires-Python >=3.9; 3.11.6 Requires-Python >=3.9; 3.11.7 Requires-Python >=3.9; 3.11.8 Requires-Python >=3.9; 3.11.9 Requires-Python >=3.9; 3.14.0 Requires-Python >=3.9; 3.15.0 Requires-Python >=3.9; 3.16.0 Requires-Python >=3.9; 3.17.0 Requires-Python >=3.9; 9.5.3 Requires-Python <4.0,>=3.9; 9.5.4 Requires-Python <4.0,>=3.9
ERROR: Could not find a version that satisfies the requirement aiosignal==1.3.2 (from versions: 1.0.0a0, 1.0.0, 1.1.0, 1.1.1, 1.1.2, 1.2.0a0, 1.2.0, 1.3.1)
ERROR: No matching distribution found for aiosignal==1.3.2
[notice] A new release of pip is available: 23.0.1 -> 25.0
[notice] To update, run: pip install --upgrade pip
✕ [4/4] RUN pip install --no-cache-dir -r requirements.txt
process "/bin/sh -c pip install --no-cache-dir -r requirements.txt" did not complete successfully: exit code: 1
Dockerfile:11
-------------------
9 |
10 | # Install dependencies
11 | >>> RUN pip install --no-cache-dir -r requirements.txt
12 |
13 | # Expose Rasa's default API port
-------------------
ERROR: failed to solve: process "/bin/sh -c pip install --no-cache-dir -r requirements.txt" did not complete successfully: exit code: 1
and this is what is inside my requirements.txt file
absl-py==1.4.0
aio-pika==8.2.3
aiofiles==24.1.0
aioflask==0.4.0
aiogram==2.15
aiohttp==3.9.5
aiohttp-retry==2.9.1
aiormq==6.4.2
aiosignal==1.3.2
APScheduler==3.9.1.post1
asgiref==3.8.1
asttokens==3.0.0
astunparse==1.6.3
async-timeout==4.0.3
asyncio==3.4.3
attrs==22.1.0
babel==2.16.0
backcall==0.2.0
beautifulsoup4==4.12.3
bidict==0.23.1
bleach==6.2.0
blinker==1.9.0
blis==1.2.0
boto3==1.35.97
botocore==1.35.97
CacheControl==0.12.14
cachetools==5.5.0
catalogue==2.0.10
certifi==2024.12.14
cffi==1.17.1
charset-normalizer==3.4.1
click==8.1.8
cloudpathlib==0.20.0
cloudpickle==2.2.1
colorama==0.4.6
colorclass==2.2.2
coloredlogs==15.0.1
colorhash==1.2.1
confection==0.1.5
confluent-kafka==2.8.0
cryptography==41.0.7
cycler==0.12.1
cymem==2.0.10
dask==2022.10.2
decorator==5.1.1
defusedxml==0.7.1
dnspython==2.3.0
docopt==0.6.2
en_core_web_md @ https://github/explosion/spacy-models/releases/download/en_core_web_md-3.8.0/en_core_web_md-3.8.0-py3-none-any.whl#sha256=5e6329fe3fecedb1d1a02c3ea2172ee0fede6cea6e4aefb6a02d832dba78a310
executing==2.2.0
fastjsonschema==2.21.1
fbmessenger==6.0.0
fire==0.7.0
Flask==3.1.0
Flask-Cors==5.0.0
flatbuffers==24.12.23
fonttools==4.55.3
frozenlist==1.5.0
fsspec==2024.12.0
future==1.0.0
gast==0.4.0
google-auth==2.37.0
google-auth-oauthlib==1.0.0
google-pasta==0.2.0
greenlet==3.1.1
greenletio==0.11.0
grpcio==1.69.0
h11==0.14.0
h5py==3.12.1
httptools==0.6.4
humanfriendly==10.0
idna==3.10
importlib_metadata==8.5.0
ipython==8.9.0
itsdangerous==2.2.0
jax==0.4.30
jaxlib==0.4.30
jedi==0.19.2
Jinja2==3.1.5
jmespath==1.0.1
joblib==1.2.0
jsonpickle==3.0.4
jsonschema==4.17.3
jupyter_client==8.6.3
jupyter_core==5.7.2
jupyterlab_pygments==0.3.0
keras==2.12.0
kiwisolver==1.4.7
langcodes==3.5.0
language_data==1.3.0
libclang==18.1.1
locket==1.0.0
marisa-trie==1.2.1
Markdown==3.7
markdown-it-py==3.0.0
MarkupSafe==3.0.2
matplotlib==3.5.3
matplotlib-inline==0.1.7
mattermostwrapper==2.2
mdurl==0.1.2
mistune==3.1.0
ml_dtypes==0.5.1
msgpack==1.1.0
multidict==5.2.0
murmurhash==1.0.11
nbclient==0.10.2
nbconvert==7.16.5
nbformat==5.10.4
networkx==2.6.3
numpy==1.23.5
oauthlib==3.2.2
opt_einsum==3.4.0
packaging==20.9
pamqp==3.2.1
pandocfilters==1.5.1
parso==0.8.4
partd==1.4.2
pickleshare==0.7.5
pillow==11.1.0
platformdirs==4.3.6
pluggy==1.5.0
portalocker==2.10.1
preshed==3.0.9
prompt-toolkit==3.0.28
propcache==0.2.1
protobuf==4.23.3
psycopg2-binary==2.9.10
pure_eval==0.2.3
pyasn1==0.6.1
pyasn1_modules==0.4.1
pycparser==2.22
pydantic==1.10.9
pydot==1.4.2
Pygments==2.19.1
PyJWT==2.10.1
pykwalify==1.8.0
pymongo==4.3.3
pyparsing==3.2.1
pyreadline3==3.5.4
pyrsistent==0.20.0
python-crfsuite==0.9.11
python-dateutil==2.8.2
python-engineio==4.11.2
python-socketio==5.12.1
pytz==2022.7.1
pywin32==308
PyYAML==6.0.2
pyzmq==26.2.0
questionary==1.10.0
randomname==0.1.5
rasa==3.6.20
rasa-sdk==3.6.2
redis==4.6.0
regex==2022.10.31
requests==2.32.3
requests-oauthlib==2.0.0
requests-toolbelt==1.0.0
rich==13.9.4
rocketchat-API==1.30.0
rsa==4.9
ruamel.yaml==0.17.21
ruamel.yaml.clib==0.2.12
s3transfer==0.10.4
sanic==21.12.2
Sanic-Cors==2.0.1
sanic-jwt==1.8.0
sanic-routing==0.7.2
scikit-learn==1.1.3
scipy==1.10.1
sentry-sdk==1.14.0
shellingham==1.5.4
simple-websocket==1.1.0
six==1.17.0
sklearn-crfsuite==0.3.6
slack_sdk==3.34.0
smart-open==7.1.0
soupsieve==2.6
spacy==3.8.3
spacy-legacy==3.0.12
spacy-loggers==1.0.5
SQLAlchemy==1.4.54
srsly==2.5.0
stack-data==0.6.3
structlog==23.3.0
structlog-sentry==2.1.0
tabulate==0.9.0
tarsafe==0.0.4
tensorboard==2.12.3
tensorboard-data-server==0.7.2
tensorflow==2.12.0
tensorflow-estimator==2.12.0
tensorflow-hub==0.13.0
tensorflow-intel==2.12.0
tensorflow-io-gcs-filesystem==0.31.0
termcolor==2.5.0
terminaltables==3.1.10
thinc==8.3.4
threadpoolctl==3.5.0
tinycss2==1.4.0
toolz==1.0.0
tornado==6.4.2
tqdm==4.67.1
traitlets==5.14.3
twilio==8.2.2
typer==0.15.1
typing-utils==0.1.0
typing_extensions==4.12.2
tzdata==2024.2
tzlocal==5.2
ujson==5.10.0
urllib3==1.26.20
uvicorn==0.34.0
wasabi==1.1.3
wcwidth==0.2.13
weasel==0.4.1
webencodings==0.5.1
webexteamssdk==1.6.1
websockets==10.4
Werkzeug==3.1.3
wrapt==1.14.1
wsproto==1.2.0
yarg==0.1.9
yarl==1.18.3
zipp==3.21.0
Share
Improve this question
asked Feb 1 at 5:36
Van Carlo LabananVan Carlo Labanan
1
1 Answer
Reset to default 0ERROR: Ignored the following versions that require a different python version: 1.3.2 Requires-Python >=3.9; 3.11.0 Requires-Python >=3.9; 3.11.0b0 Requires-Python >=3.9; 3.11.0b1 Requires-Python >=3.9; 3.11.0b2 Requires-Python >=3.9; 3.11.0b3 Requires-Python >=3.9; 3.11.0b4 Requires-Python >=3.9; 3.11.0b5 Requires-Python >=3.9; 3.11.0rc0 Requires-Python >=3.9; 3.11.0rc1 Requires-Python >=3.9; 3.11.0rc2 Requires-Python >=3.9; 3.11.1 Requires-Python >=3.9; 3.11.10 Requires-Python >=3.9; 3.11.11 Requires-Python >=3.9; 3.11.2 Requires-Python >=3.9; 3.11.3 Requires-Python >=3.9; 3.11.4 Requires-Python >=3.9; 3.11.5 Requires-Python >=3.9; 3.11.6 Requires-Python >=3.9; 3.11.7 Requires-Python >=3.9; 3.11.8 Requires-Python >=3.9; 3.11.9 Requires-Python >=3.9; 3.14.0 Requires-Python >=3.9; 3.15.0 Requires-Python >=3.9; 3.16.0 Requires-Python >=3.9; 3.17.0 Requires-Python >=3.9; 9.5.3 Requires-Python <4.0,>=3.9; 9.5.4 Requires-Python <4.0,>=3.9
Suggests you are using the wrong Python version, change your Python version to 3.9 and try it again. Let me know what happens, good luck.
版权声明:本文标题:How do I deploy my RASA chatbot backend If I used a third party service for my frontend - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741885821a2403016.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论