2025: Server error 404 when adding comments to screenshot

marco.z*******@gmai***** (Google Code) (Is this you? Claim this profile.)
hongb*****@gmai***** (Google Code) (Is this you? Claim this profile.)
July 15, 2011
What version are you running?
1.5.2

What's the URL of the page containing the problem?


What steps will reproduce the problem?
1. Open a screenshot for review
2. Select an area to comment on
3. Insert comment
4. Press Save and the top of the page shows a server error (screenshot 154)

What is the expected output? What do you see instead?
I expect the comment to be saved

What operating system are you using? What browser?
Windows XP and Chrome

Please provide any additional information below.
Page not found (404)
Request Method:	POST
Request URL:	http://gonlchontw04/vamos/api/json/reviewrequests/902/s/90/comments/118x72+-81+435/
Using the URLconf defined in djblets.util.rooturl, Django tried these URL patterns, in this order:
^vamos/ ^admin/
^vamos/ ^media/(?P<path>.*)$
^vamos/ ^account/
^vamos/ ^api/ ^$
^vamos/ ^api/ ^repositories/
^vamos/ ^api/ ^groups/
^vamos/ ^api/ ^review-requests/
^vamos/ ^api/ ^info/
^vamos/ ^api/ ^session/
^vamos/ ^api/ ^users/
^vamos/ ^api/ ^$
^vamos/ ^api/ ^(?P<api_format>json|xml)/ ^accounts/login/$
^vamos/ ^api/ ^(?P<api_format>json|xml)/ ^accounts/logout/$
^vamos/ ^api/ ^(?P<api_format>json|xml)/ ^info/$
^vamos/ ^api/ ^(?P<api_format>json|xml)/ ^repositories/$
^vamos/ ^api/ ^(?P<api_format>json|xml)/ ^repositories/(?P<repository_id>[0-9]+)/info/$
^vamos/ ^api/ ^(?P<api_format>json|xml)/ ^users/$
^vamos/ ^api/ ^(?P<api_format>json|xml)/ ^groups/$
^vamos/ ^api/ ^(?P<api_format>json|xml)/ ^groups/(?P<group_name>[A-Za-z0-9_-]+
chipx86
#1 chipx86
It looks like somehow, the coordinates are -81, 435. Negative numbers should be impossible, but maybe it's something quirky with Chrome.
  • +Confirmed
  • +Component-Screenshots
    +Milestone-Release1.5.x
#2 marco.z*******@gmai***** (Google Code) (Is this you? Claim this profile.)
This rings a bell of something that might be related: when I create a comment on a screenshot and I do actually succeed with posting the review, the defined regions are often different from the ones originally set when opening the review again.
#3 marco.z*******@gmai***** (Google Code) (Is this you? Claim this profile.)
Some more test data: when opening the same review in ie8 the regions are different from the ones that are shown in chrome. When adding comments to the screenshot in ie8, the regions appear correct in both chrome and ie8.
chipx86
#4 chipx86
  • +Milestone-Release1.6.x
#5 hongb*****@gmai***** (Google Code) (Is this you? Claim this profile.)
  • +hongb*****@gmai***** (Google Code)
#6 hongb*****@gmai***** (Google Code) (Is this you? Claim this profile.)
  • -Confirmed
    +PendingReview
david
#7 david
  • -PendingReview
    +Fixed