joeferraro / MavensMate-SublimeText

Sublime Text plugin for Salesforce developers. Aims to replace the Eclipse-based Force.com IDE.
http://mavensmate.com
GNU General Public License v3.0
290 stars 119 forks source link

Project Upgrade UI Not Opening #412

Closed dbleier closed 7 years ago

dbleier commented 10 years ago

I am running sublime-text 3, build 3059 on Ubuntu 13.10, Mavensmate 3.5.0

I have 1 project that when I try to do anything it says, "Your MavensMate project needs to by upgraded. Opening the upgrade UI." But nothing happens. Also if I try Edit Project, same thing. It's only this 1 project, all other projects work fine and upgraded fine.

The sublime console had the following to say: [MAVENSMATE]: Calling mm_interface [MAVENSMATE]: OPERATION: compile [MAVENSMATE]: {'params': {'files': ['/home/dovid/mm_workspace/Partners In Torah Dbdev Sandbox/src/classes/ManageDays.cls']}, 'context': <sublime.View object at 0x7f4b48db91d0>} [MAVENSMATE]: executing mm terminal call: [MAVENSMATE]: /usr/bin/python /home/dovid/.config/sublime-text-3/Packages/MavensMate/mm/mm.py -c SUBLIME_TEXT_3 -o upgrade_project --ui [MAVENSMATE]: {"workspace": "/home/dovid/mm_workspace", "project_name": "Partners In Torah Dbdev Sandbox", "files": ["/home/dovid/mm_workspace/Partners In Torah Dbdev Sandbox/src/classes/ManageDays.cls"]} [MAVENSMATE]: response from mm: {"body": "", "stack_trace": "Traceback (most recent call last):\n File \"/home/dovid/.config/sublime-text-3/Packages/MavensMate/mm/lib/request.py\", line 70, in execute\n tmp_html_file = util.generate_ui(self.operation,self.payload)\n File \"/home/dovid/.config/sublime-text-3/Packages/MavensMate/mm/lib/util.py\", line 464, in generate_ui\n creds = config.project.get_creds()\n File \"/home/dovid/.config/sublime-text-3/Packages/MavensMate/mm/lib/project.py\", line 918, in get_creds\n password = util.get_password_by_key(id)\n File \"/home/dovid/.config/sublime-text-3/Packages/MavensMate/mm/lib/util.py\", line 165, in get_password_by_key\n items = gnomekeyring.find_network_password_sync(key, 'MavensMate: '+key)\nNoMatchError\n", "success": false}

Same thing if I try to open the Edit Project UI. I have not recently changed my org password although it does look like there is some sort of credentials issue. Any suggestions?

Thanks, Dovid

davidwoodytodd commented 10 years ago

DBleier, I am experiencing the same behavior except with all of my projects. It would seem that there is a missing password in the keyring. Recently re-installed Linux and recovered all of my personal data from backup (including the keyring I think). MavenMate was originally pulled from backup, but I tried a fresh install to attempt to resolve. No functions are available for example: Save file, Refresh file from server, Edit Project, Clean Project etc. Perhaps Joe can give us an idea of where to try to fix this. Thanks as always Joe for your help David

Drobi83 commented 8 years ago

Yes, this is the same issue here.