Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URLs outdated #13

Open
aurelijusb opened this issue Apr 16, 2016 · 5 comments
Open

URLs outdated #13

aurelijusb opened this issue Apr 16, 2016 · 5 comments

Comments

@aurelijusb
Copy link

When using:

addSbtPlugin("com.versioneye" % "sbt-versioneye-plugin" % "0.2.0")

And then

> versioneye:createProject
[info] .
[info] Starting to upload dependencies to https://www.versioneye.com. This can take a couple seconds ... 
[info] .
[trace] Stack trace suppressed: run last versioneye:createProject for the full output.
[error] (versioneye:createProject) Status Code: HTTP/1.1 400 Bad Request

Does www.versioneye.com changes its API?

@reiz
Copy link
Member

reiz commented Apr 21, 2016

@aurelijusb No. The API location is unchanged since years. It is here: https://www.versioneye.com/api/. @mp911de Can you re produce this error message?

@mp911de
Copy link
Contributor

mp911de commented Jun 25, 2016

I'll take a look into it. Another thing came just to my mind. @reiz do you use requestId's? If so, great. If not, that would be a great addition so we could:

  1. Provide a feedback to users and they could report the Id in tickets
  2. RequestIds provide a diagnostic context and you can track that data on the server side (with some retention) so it's possible to see what happened during the request.

@reiz
Copy link
Member

reiz commented Jun 27, 2016

Hi @mp911de. Currently we don't use request IDs. But I like the idea. The logging in VersionEye needs to be refactored anyway.

@mp911de
Copy link
Contributor

mp911de commented Jun 27, 2016

Ping me if you like to hear more. I could head over to your place and have a chat with you about that.

@reiz
Copy link
Member

reiz commented Jun 28, 2016

OK. Currently the problem is that we don't have centralised logging. As soon that is fixed I would like to chat with you about request IDs :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants