You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting this error when running the Fetch command:
As the message says, when I run the same command from CLI I get similar results, for example:
running the following command:
>force query "Select Id,DeveloperName,MasterLabel,Description From AuraDefinitionBundle" --format:json -t"
The first data I get is the following error:
I tweaked a little the command and I didn't get errors with the following one: >force query --format json -t "Select Id,DeveloperName,MasterLabel,Description From AuraDefinitionBundle"
Clearly something changed recently in the platform, the CLI version I'm running is v0.24.0, and the platform we have is v40.0.
I'm getting this error when running the Fetch command:
As the message says, when I run the same command from CLI I get similar results, for example:
running the following command:
>force query "Select Id,DeveloperName,MasterLabel,Description From AuraDefinitionBundle" --format:json -t"
The first data I get is the following error:
I tweaked a little the command and I didn't get errors with the following one:
>force query --format json -t "Select Id,DeveloperName,MasterLabel,Description From AuraDefinitionBundle"
Clearly something changed recently in the platform, the CLI version I'm running is v0.24.0, and the platform we have is v40.0.
Can somebody help with this?
btw I took that command from:
sublime-lightning/lightningsave.py
Lines 428 to 431 in 3bc8033
The text was updated successfully, but these errors were encountered: