-
Notifications
You must be signed in to change notification settings - Fork 184
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
Cannot parse parameter left as Int #53
Comments
Hi Zuo Wang, You aren't giving much in term of information. Which script did you try to run ? If I had to make a guess, the script it trying to convert Would you have more information for us to help you ? |
Yes, I opened http://localhost:9000/bounding_box, then created bounding boxes and clicked save button to store them into the database. It got 4 decimal: left, right, top, bottom, but the bound handler requires Int type. It works when I added parseInt() in BoundingBoxEditor.js.
|
What you did seems to be a good move to fix this. What browser would you be using, as it seems to work on my chrome ? |
For request 'GET /save_bounding_box?name=026.jpg&left=150.39996337890625&right=74.39996337890625&top=166.8000030517578&bottom=28.800003051757812&width=218&height=292' [Cannot parse parameter left as Int: For input string: "150.39996337890625"]
The text was updated successfully, but these errors were encountered: