-
Notifications
You must be signed in to change notification settings - Fork 34
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
Create new trigger error #28
Comments
@vasetskiy , is it the first time you use the plugin? Are you using the defaut test org? Did you create the project? Did you restart sublime after installed the plugin? |
Hello Hao, Thank you, 2014-04-23 12:19 GMT-04:00 Hao Liu notifications@github.com:
|
@vasetskiy , this issue is difficult to track, I need to add a statement to track which sobjects to cause this problem. # Just for tracking issue # 28
for name in sobjects_describe:
if "triggerable" not in sobjects_describe[name]:
print ('Not triggerable sobject: ' + name) Can you download the plugin from dropbox link and paste it to your installed package path, and then replicate the issue. I need the console log Thanks for your help Hao |
@vasetskiy , just saw english is not your native language from your post, so I ask you if you are chinese, don't mention it. |
Hello Hao, Not triggerable sobject: LiveChatButtonSkill |
@vasetskiy , can you try to |
@xjsender Yes! Thank you so much! It helped. Then I've checked console again and I see bunch of very similar exceptions: Exception in thread Thread-1322: During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): Exceptions occurred on Cache -> Clear Active |
@vasetskiy, did you use proxies? you can refer to this link. |
@xjsender No. Direct connection with no proxies. |
@vasetskiy, can you try to reload cache again? |
@xjsender Done. Absolutely the same thing. |
@vasetskiy , sorry about this issue, I don't know how to replicate this issue and don't know what the problem is. |
@xjsender |
@vasetskiy , how is this issue going, did it still happen? |
Hello,
On attempt to create new trigger console shows the following error and nothing happens.
Traceback (most recent call last):
File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 526, in run_
return self.run()
File "main in C:\Users\user\AppData\Roaming\Sublime Text 3\Installed Packages\Salesforce IDE.sublime-package", line 704, in run
File "main in C:\Users\user\AppData\Roaming\Sublime Text 3\Installed Packages\Salesforce IDE.sublime-package", line 705, in
KeyError: 'triggerable'
Could you please advise, what's wrong? Is that bug or just some local problem with my config?
Thank you
The text was updated successfully, but these errors were encountered: