{"values": [{"type": "issue", "id": 2, "repository": {"type": "repository", "full_name": "mavendc/cq5-sublimetext", "links": {"self": {"href": "https://api.bitbucket.org/2.0/repositories/mavendc/cq5-sublimetext"}, "html": {"href": "https://bitbucket.org/mavendc/cq5-sublimetext"}, "avatar": {"href": "https://bytebucket.org/ravatar/%7B6a5ca59b-e47b-49c2-9659-f1c3b2d83096%7D?ts=python"}}, "name": "cq5-sublimetext", "uuid": "{6a5ca59b-e47b-49c2-9659-f1c3b2d83096}"}, "links": {"self": {"href": "https://api.bitbucket.org/2.0/repositories/mavendc/cq5-sublimetext/issues/2"}, "html": {"href": "https://bitbucket.org/mavendc/cq5-sublimetext/issues/2/sync-to-server-does-not-work"}, "comments": {"href": "https://api.bitbucket.org/2.0/repositories/mavendc/cq5-sublimetext/issues/2/comments"}, "attachments": {"href": "https://api.bitbucket.org/2.0/repositories/mavendc/cq5-sublimetext/issues/2/attachments"}, "watch": {"href": "https://api.bitbucket.org/2.0/repositories/mavendc/cq5-sublimetext/issues/2/watch"}, "vote": {"href": "https://api.bitbucket.org/2.0/repositories/mavendc/cq5-sublimetext/issues/2/vote"}}, "title": "Sync to server does not work", "content": {"type": "rendered", "raw": "Shows the following error in the Sublime Text 3 console.\r\n\r\nFile \"/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py\", line 524, in run_\r\n    return self.run(**args)\r\n  File \"cq5_save in /Users/mmalik/Library/Application Support/Sublime Text 3/Installed Packages/CQ5Saver.sublime-package\", line 6, in run\r\nAttributeError: 'NoneType' object has no attribute 'replace'\r\n\r\nI have a Mac with OS X 10.9.5. How can I make this to work? My server port and the login credentials are all good.", "markup": "markdown", "html": "<p>Shows the following error in the Sublime Text 3 console.</p>\n<p>File \"/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py\", line 524, in run_\n    return self.run(**args)\n  File \"cq5_save in /Users/mmalik/Library/Application Support/Sublime Text 3/Installed Packages/CQ5Saver.sublime-package\", line 6, in run\nAttributeError: 'NoneType' object has no attribute 'replace'</p>\n<p>I have a Mac with OS X 10.9.5. How can I make this to work? My server port and the login credentials are all good.</p>"}, "reporter": {"display_name": "Muzammil M - epsilon", "links": {"self": {"href": "https://api.bitbucket.org/2.0/users/%7Bb03feef4-a47b-4941-94a1-3ae065326e9b%7D"}, "avatar": {"href": "https://secure.gravatar.com/avatar/34242e58af0b70f85f91a4c98df03d8c?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FME-4.png"}, "html": {"href": "https://bitbucket.org/%7Bb03feef4-a47b-4941-94a1-3ae065326e9b%7D/"}}, "type": "user", "uuid": "{b03feef4-a47b-4941-94a1-3ae065326e9b}", "account_id": "557058:3c54fdc2-6994-47d3-8419-7ff76d3655ef", "nickname": "Muzammil M - epsilon"}, "assignee": null, "created_on": "2015-03-06T21:18:31.069255+00:00", "edited_on": null, "updated_on": "2015-03-06T21:18:31.069255+00:00", "state": "new", "kind": "bug", "milestone": null, "component": null, "priority": "major", "version": null, "votes": 0, "watches": 1}, {"type": "issue", "id": 1, "repository": {"type": "repository", "full_name": "mavendc/cq5-sublimetext", "links": {"self": {"href": "https://api.bitbucket.org/2.0/repositories/mavendc/cq5-sublimetext"}, "html": {"href": "https://bitbucket.org/mavendc/cq5-sublimetext"}, "avatar": {"href": "https://bytebucket.org/ravatar/%7B6a5ca59b-e47b-49c2-9659-f1c3b2d83096%7D?ts=python"}}, "name": "cq5-sublimetext", "uuid": "{6a5ca59b-e47b-49c2-9659-f1c3b2d83096}"}, "links": {"self": {"href": "https://api.bitbucket.org/2.0/repositories/mavendc/cq5-sublimetext/issues/1"}, "html": {"href": "https://bitbucket.org/mavendc/cq5-sublimetext/issues/1/keyboard-command-not-triggering-deployment"}, "comments": {"href": "https://api.bitbucket.org/2.0/repositories/mavendc/cq5-sublimetext/issues/1/comments"}, "attachments": {"href": "https://api.bitbucket.org/2.0/repositories/mavendc/cq5-sublimetext/issues/1/attachments"}, "watch": {"href": "https://api.bitbucket.org/2.0/repositories/mavendc/cq5-sublimetext/issues/1/watch"}, "vote": {"href": "https://api.bitbucket.org/2.0/repositories/mavendc/cq5-sublimetext/issues/1/vote"}}, "title": "keyboard command not triggering deployment", "content": {"type": "rendered", "raw": "Hi, \r\nI'm using osx 10.8.5 with sublime text 2.0.2 build 2221.\r\n1) installed cq5 saver thru the package control. \r\n2) checked out all source codes from a local cq5.6.1 instance\r\neverything under /apps into the file system. \r\n3) did a minor change to one of the file eg. <project-directory>/jcr_root/apps/<project>/global.jsp\r\n4) use ctrl + shift + s\r\n5) checked the sublime text console, but nothing is being logged. nothing is being deployed to the instance. the configuration of the instance is the default using port 4502 and default admin login.\r\n6) attached log file\r\n\r\nIs there anything I've missed out?\r\n\r\nThanks", "markup": "markdown", "html": "<p>Hi, \nI'm using osx 10.8.5 with sublime text 2.0.2 build 2221.\n1) installed cq5 saver thru the package control. \n2) checked out all source codes from a local cq5.6.1 instance\neverything under /apps into the file system. \n3) did a minor change to one of the file eg. &lt;project-directory&gt;/jcr_root/apps/&lt;project&gt;/global.jsp\n4) use ctrl + shift + s\n5) checked the sublime text console, but nothing is being logged. nothing is being deployed to the instance. the configuration of the instance is the default using port 4502 and default admin login.\n6) attached log file</p>\n<p>Is there anything I've missed out?</p>\n<p>Thanks</p>"}, "reporter": {"display_name": "Jianhong In", "links": {"self": {"href": "https://api.bitbucket.org/2.0/users/%7B492d5162-84c3-4cb9-8b92-f1bba28df7e6%7D"}, "avatar": {"href": "https://secure.gravatar.com/avatar/71c5c0e175e47ce0ea18943fd7747deb?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FJI-4.png"}, "html": {"href": "https://bitbucket.org/%7B492d5162-84c3-4cb9-8b92-f1bba28df7e6%7D/"}}, "type": "user", "uuid": "{492d5162-84c3-4cb9-8b92-f1bba28df7e6}", "account_id": "557058:4a44b6fa-8f66-4cec-a349-6035d843b42b", "nickname": "injh85"}, "assignee": {"display_name": "MavenDC", "links": {"self": {"href": "https://api.bitbucket.org/2.0/workspaces/%7B0487309f-16f9-4aea-88eb-6325662c24ba%7D"}, "avatar": {"href": "https://bitbucket.org/account/mavendc/avatar/"}, "html": {"href": "https://bitbucket.org/%7B0487309f-16f9-4aea-88eb-6325662c24ba%7D/"}}, "type": "team", "uuid": "{0487309f-16f9-4aea-88eb-6325662c24ba}", "username": "mavendc"}, "created_on": "2014-07-07T02:56:32.021533+00:00", "edited_on": null, "updated_on": "2014-12-05T14:38:28.098953+00:00", "state": "new", "kind": "task", "milestone": null, "component": null, "priority": "major", "version": null, "votes": 0, "watches": 4}], "pagelen": 20, "size": 2, "page": 1}