[BUG] Connecting via Gremlin-Console with doc has some ERROR
- Dominant language
- C++
- Stars
- 3.6k
- Forks
- 468
- Avg merge
- 29m
- Merged PRs (30d)
- 1
Description
**Describe the bug**
```
gremlin> :remote connect tinkerpop.server conf/remote.yaml
Error during 'connect' - Could not establish serializer - org.apache.tinkerpop.gremlin.driver.ser.GryoMessageSerializerV1d0
```
**To Reproduce**
Steps to reproduce the behavior:
1. config remote.yaml
`serializer: { className: org.apache.tinkerpop.gremlin.driver.ser.GryoMessageSerializerV1d0, config: { serializeResultToString: true }}`
2. gremlin> :remote connect tinkerpop.server conf/remote.yaml
3. See error
Error during 'connect' - Could not establish serializer - org.apache.tinkerpop.gremlin.driver.ser.GryoMessageSerializerV1d0
**Screenshots**

**Environment (please complete the following information):**
- GraphScope version: v0.24.0
- OS: MacOS
**Additional context**
Add any other context about the problem here.
Contributor guide
Assessment
This issue has not been assessed yet.