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

HTTP 409 Conflict error #35

Open
oeway opened this issue Jul 31, 2019 · 0 comments
Open

HTTP 409 Conflict error #35

oeway opened this issue Jul 31, 2019 · 0 comments

Comments

@oeway
Copy link
Contributor

oeway commented Jul 31, 2019

Hi, I am testing ImageJ-server with the pyimagej client, but I constantly get this HTTP 409 Conflict with this line: ij.show(img_in, format='jpg'). And if I change the format to 'png' or 'tif' then no error.

If I use the browser to visit the url:

  1. http://localhost:8080/objects/object:jyrqyqekjp1oh1yz/ gives me {"id":"object:jyrqyqekjp1oh1yz","created_at":"Wed Jul 31 23:13:14 CEST 2019","created_by":"uploadFile:filename=2D_1_MMStack_1-Pos_000_000.ome-0001.tif","last_used":"Wed Jul 31 23:13:15 CEST 2019","class":"net.imagej.DefaultDataset"}

  2. http://localhost:8080/objects/object:jyrqyqekjp1oh1yz/jpg causes error:
    {"code":409,"message":"HTTP 409 Conflict"}

  3. http://localhost:8080/objects/object:jyrqyqekjp1oh1yz/png opens a png image.

I am using ImageJ 1.52p with Java 1.8.0 on MacOS 10.14.5.

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

1 participant