Uploaded image for project: 'Bitbucket Data Center'
  1. Bitbucket Data Center
  2. BSERV-9839

JS error when commenting on the first commit of a repository

      You can't comment on the first commit of a repository (via the commits list) due to a JS error.

            [BSERV-9839] JS error when commenting on the first commit of a repository

            I am still getting the same error. Are you sure that it is fixed ?

             

             

            Kumaripaba Miyurusara Athukorala added a comment - I am still getting the same error. Are you sure that it is fixed ?    

            Black Hat added a comment -

            OK, so here are the the exact error messages. I'm using Chrome 59.

            I get this error message when trying to add a comment to the file:

            Uncaught TypeError: Cannot read property 'getId' of undefined
            at c.toJSON (anchors.js?_statichash=ac1ed4b…-T%2F-1645377598%2F8d7b49d%2F2%2Fb8c08796fad…:4)
            at e.addCommentContainerForFile (diff-comment-context.js?_statichash=ac1ed4b…-T%2F-1645377598%2F8d7b49d%2F2%…:7)
            at e.addFileCommentClicked (diff-comment-context.js?_statichash=ac1ed4b…-T%2F-1645377598%2F8d7b49d%2F2%…:6)
            at HTMLButtonElement.dispatch (batch.js:28)
            at HTMLButtonElement.r.handle (batch.js:28)
            

            And I get this error when trying to add a comment to a line:

            Uncaught TypeError: Cannot read property 'getId' of undefined
                at c.toJSON (anchors.js?_statichash=ac1ed4b…-T%2F-1645377598%2F8d7b49d%2F2%2Fb8c08796fad…:4)
                at d.toJSON (anchors.js?_statichash=ac1ed4b…-T%2F-1645377598%2F8d7b49d%2F2%2Fb8c08796fad…:5)
                at e.initialize (diff-comment-container.js?_statichash=ac1ed4b…-T%2F-1645377598%2F8d7b49d%2F…:3)
                at e.f.View (batch.js:2530)
                at e [as constructor] (batch.js:2543)
                at new e (batch.js:2543)
                at e.addCommentContainerForLine (diff-comment-context.js?_statichash=ac1ed4b…-T%2F-1645377598%2F8d7b49d%2F2%…:8)
                at e.addCommentClicked (diff-comment-context.js?_statichash=ac1ed4b…-T%2F-1645377598%2F8d7b49d%2F2%…:7)
                at HTMLDivElement.dispatch (batch.js:28)
                at HTMLDivElement.r.handle (batch.js:28)
            

            Black Hat added a comment - OK, so here are the the exact error messages. I'm using Chrome 59. I get this error message when trying to add a comment to the file: Uncaught TypeError: Cannot read property 'getId' of undefined at c.toJSON (anchors.js?_statichash=ac1ed4b…-T%2F-1645377598%2F8d7b49d%2F2%2Fb8c08796fad…:4) at e.addCommentContainerForFile (diff-comment-context.js?_statichash=ac1ed4b…-T%2F-1645377598%2F8d7b49d%2F2%…:7) at e.addFileCommentClicked (diff-comment-context.js?_statichash=ac1ed4b…-T%2F-1645377598%2F8d7b49d%2F2%…:6) at HTMLButtonElement.dispatch (batch.js:28) at HTMLButtonElement.r.handle (batch.js:28) And I get this error when trying to add a comment to a line: Uncaught TypeError: Cannot read property 'getId' of undefined at c.toJSON (anchors.js?_statichash=ac1ed4b…-T%2F-1645377598%2F8d7b49d%2F2%2Fb8c08796fad…:4) at d.toJSON (anchors.js?_statichash=ac1ed4b…-T%2F-1645377598%2F8d7b49d%2F2%2Fb8c08796fad…:5) at e.initialize (diff-comment-container.js?_statichash=ac1ed4b…-T%2F-1645377598%2F8d7b49d%2F…:3) at e.f.View (batch.js:2530) at e [as constructor] (batch.js:2543) at new e (batch.js:2543) at e.addCommentContainerForLine (diff-comment-context.js?_statichash=ac1ed4b…-T%2F-1645377598%2F8d7b49d%2F2%…:8) at e.addCommentClicked (diff-comment-context.js?_statichash=ac1ed4b…-T%2F-1645377598%2F8d7b49d%2F2%…:7) at HTMLDivElement.dispatch (batch.js:28) at HTMLDivElement.r.handle (batch.js:28)

            Black Hat added a comment - - edited

            I encountered this today, and it was very frustrating.

            Steps to reproduce:

            1. Create a new repository in Bitbucket
            2. Push a local repository to this new remote repository
            3. Navigate to the first commit of the repository in Bitbucket.
            4. View a file in the commit.
            5. Click the "add comment to file" button or the "add comment to line" button and nothing will happen. Open the developer console of the browser and you'll see an error in the console log.

            I'm not in front of my computer right now to check, but from memory the error was something about not being able to call getID().

            Black Hat added a comment - - edited I encountered this today, and it was very frustrating. Steps to reproduce: Create a new repository in Bitbucket Push a local repository to this new remote repository Navigate to the first commit of the repository in Bitbucket. View a file in the commit. Click the "add comment to file" button  or the "add comment to line" button and nothing will happen. Open the developer console of the browser and you'll see an error in the console log. I'm not in front of my computer right now to check, but from memory the error was something about not being able to call getID() .

              azhirnova az (Inactive)
              mszczepanski Marcin
              Affected customers:
              1 This affects my team
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: