Questions tagged [bixbystudio]
189 questions
1
vote
1 answer
What to do if the plans are unverified
My app has several training, out of which few are showing as unverified. Not able to understand what's wrong?
My action file is
FoodSearch.model.bxb
action (FoodSearch) {
type(Search)
collect{
input (dateTimeExpression) {
type…

Rahul Gupta
- 972
- 11
- 29
1
vote
1 answer
Differentiate service provider for bixby capsule
Does the user need to prefix his/her request with the service providers name and then use their specific command set? If no, how does Bixby solve this issue?

James Lu
- 13
- 2
1
vote
1 answer
Bixby oauth config file does not seem to work
Are there some examples of bixby app code implementing the oAuth using authorization.bxb file? I am trying to move our oAuth code from endpoints.bxb to authorization.bxb file as mentioned here…

Sriprabha
- 99
- 1
- 8
1
vote
1 answer
What to do about "does not always return formatted value" error?
When attempting to add text containing Expression Language to a layout, I encounter an error that reads "Expression doesn't always return formatted value..."
How do I resolve this issue?

Ameya
- 880
- 6
- 13
1
vote
1 answer
How to add navigation-support to a capsule
I want to add a navigation-support model to my capsule.
I can't figure out how to add it from the Bixby Studio, and I don't know what the filename should be.

Ben Force
- 347
- 1
- 10
1
vote
2 answers
Bixby javascript - How do I get user current location
How do I get user current location in javascript action?
when I try to use $user.currentLocation I get an error

Itai
- 11
- 2
1
vote
1 answer
Can you playback MP3s / Audio files on Bixby?
I'm interested in creating a Capsule for Bixby which will play audio files upon invocation - similar to the narrative news / flash briefing functions on Google Home & Alexa & their respective richMedia responses & AudioPlayer directives.
Is this…

nealrs
- 435
- 1
- 5
- 19
1
vote
1 answer
Bixby Studio: "Unknown key: 'headers'"
I'm trying to set up endpoints.bxb with a remote endpoint but it is giving me an error... I haven't been able to figure out why it is showing up. I'm doing exactly the same as the Github example http-master.
ERROR Unknown key: 'headers'
endpoints {
…

alejandrina
- 11
- 1
0
votes
2 answers
How can I fix Bixby Studio Simulator error?
Error Screenshot
I tried many times, but I couldn't find an answer about unknown error. Does anyone know about this error?

dartbird
- 1
0
votes
1 answer
Bixby Capsule asks for login indefinitely
I am working on enabling Bixby Oauth2 Authorization on some actions.
I have configured the authorization.bxb as follows:
authorization {
user {
oauth2-authorization-code (PROVIDER) {
authorize-endpoint (https://X.com/authorize)
…

lexluthor
- 1
- 2
0
votes
1 answer
How to make an user login into a capsule in Samsung Bixby
I am working on a Samsung Bixby Capsule which interacts with 3rd party site(X.com).
For example:
A user has an account in X.com now the user can login to his account using X.com credentials in Bixby Capsule.
I am aware that Bixby provides OAuth2…

lexluthor
- 1
- 2
0
votes
1 answer
Cannot Log In Bixby Studio
Bixby Studio could not contact the authentication system at https://bixbydevelopers.com. Please check the URL url and your internet connection, and try again.
[error] [electron] Unable to fetch valid version from url:…

Hung Nguyen
- 78
- 9
0
votes
2 answers
How to make capusle that launches a specific app?
So, I was thinking of making a capsule for launching a specific app in the phone. Now apps can be called by their commonly spoken names. For eg. Instagram can be called "insta", Facebook can be called "fb". So the launcher capsule should properly…

IronSpider
- 11
- 1
0
votes
1 answer
How to extract one phone number from contact.FindContact search results in Bixby Capsule
The goal of capsule is to borrow just One contact number from the contact search result of contactInfos of type ContactInfo and output or add into a structure with other properties.
Getting ContactNameConcept input from User via Bixby Voice.
text…
user11030287
0
votes
1 answer
how to replace has-details with card component per deprecation 6812
I have some result views that use "has-details" which is now deprecated.
e.g.
render {
if (size(this) > 1) {
list-of (this) {
default-sort-order {
sorting(this.name)
}
has-details (true)
where-each…

Fred Zimmerman
- 1,178
- 3
- 13
- 29