apache / incubator-hugegraph-toolchain

HugeGraph toolchain - include a series useful graph modules
https://hugegraph.apache.org/
Apache License 2.0
82 stars 87 forks source link

在hubble中进行算法分析的时候 405 #573

Closed dddmmmj closed 4 months ago

dddmmmj commented 5 months ago

Problem Type (问题类型)

rest-api (结果不合预期)

Before submit

Environment (环境信息)

Your Question (问题描述)

image 在hubble中进行算法分析的时候 405

Vertex/Edge example (问题点 / 边数据举例)

No response

Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)

No response

dosubot[bot] commented 5 months ago

🤖

您好,根据您提供的信息,我无法直接找到问题的答案。为了更好地帮助您解决问题,我需要更多的信息。请您提供以下信息:

  1. 您在进行算法分析时遇到的具体错误信息是什么?
  2. 您是否可以提供一些更详细的日志信息?
  3. 您在进行算法分析时使用的具体步骤是什么?
  4. 您是否已经尝试过其他的解决方案?如果尝试过,结果如何?

这些信息将有助于我更好地理解和解决您的问题。期待您的回复。


This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research.

Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant.

If you want to continue the conversation, start your reply with @dosu-bot.

imbajin commented 5 months ago

@dddmmmj @dosu-bot same issue like #452 #527

The new(supported) version will be released after v1.5 (On the way)

dosubot[bot] commented 5 months ago

🤖

Hi @imbajin! Good to see you again. I see you've run into another roadblock. Let's see what we can do about it.

Based on the information you've provided, it seems like you're encountering a 405 error, which typically indicates that the HTTP method being used is not supported for the requested URL. This could occur if you're trying to perform an operation that isn't supported by the endpoint you're hitting.

In the context of the HugeGraph toolchain, the GraphConnectionController class has several endpoints defined, each supporting different HTTP methods. If you're getting a 405 error, it could be because you're trying to use a HTTP method that isn't supported by the endpoint. For example, if you're trying to send a PUT request to the list endpoint, you would get a 405 error because that endpoint only supports GET requests.

Another possible cause could be if you're trying to access an endpoint that doesn't exist. For example, if you're trying to send a GET request to an endpoint that isn't defined in the GraphConnectionController class, you would get a 405 error.

To resolve a 405 error, ensure that you're using the correct HTTP method for the endpoint you're trying to access, and that the endpoint exists in the GraphConnectionController class. You can refer to the GraphConnectionController.java for more details.

As for the differences between your server version (1.0.0) and the latest version of the HugeGraph toolchain (1.2.0), I'm unable to provide specific details as they are not available in the repository. However, updating to the latest version might resolve the issue as it could contain bug fixes or improvements that are not present in the older version.

Regarding your question about the upcoming version v1.5, I don't have any information about it at the moment. However, I recommend keeping an eye on the repository for any updates or announcements about new releases.

I hope this helps! If you have any more questions or need further clarification, feel free to ask.

Sources


This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research.

Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant.

If you want to continue the conversation, start your reply with @dosu-bot.

github-actions[bot] commented 4 months ago

Due to the lack of activity, the current issue is marked as stale and will be closed after 20 days, any update will remove the stale label