Skip to content
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

Fails to find a podcast by name #411

Open
gcampax opened this issue Aug 3, 2021 · 0 comments
Open

Fails to find a podcast by name #411

gcampax opened this issue Aug 3, 2021 · 0 comments
Labels
bug P2 We need to fix it (backlog) release: main Issues that affect devices in the "main" release

Comments

@gcampax
Copy link
Contributor

gcampax commented Aug 3, 2021

Log:

====
# main/4d19e0a2-775b-4148-9a85-e2030828a58f
#! timestamp: 2021-08-03T19:05:16.901Z
U: play the podcast all the presidents laywers
UT: $dialogue @org.thingpedia.dialogue.transaction.execute;
UT: @org.thingpedia.media-source.show() filter id =~ "all the presidents laywers" => @org.thingpedia.media-player.play(playable=id);
C: $dialogue @org.thingpedia.dialogue.transaction.execute;
C: (@org.thingpedia.media-source(id="com.spotify-gcampax"^^tt:device_id("Spotify Account of gcampax")).show() filter id =~ "all the presidents laywers")[1] => @org.thingpedia.media-player(id="com.spotify-gcampax"^^tt:device_id("Spotify Account of gcampax")).play(playable=id)
C: #[results=[]];
#! timestamp: 2021-08-03T19:05:18.150Z
A: Sorry, there are no shows matching your request.
AT: $dialogue @org.thingpedia.dialogue.transaction.sys_empty_search;
#! timestamp: 2021-08-03T19:05:40.285Z
U: cancel
UT: $dialogue @org.thingpedia.dialogue.transaction.cancel;
C: $dialogue @org.thingpedia.dialogue.transaction.cancel;
C: (@org.thingpedia.media-source(id="com.spotify-gcampax"^^tt:device_id("Spotify Account of gcampax")).show() filter id =~ "all the presidents laywers")[1] => @org.thingpedia.media-player(id="com.spotify-gcampax"^^tt:device_id("Spotify Account of gcampax")).play(playable=id)
C: #[results=[]];
#! timestamp: 2021-08-03T19:05:40.307Z
A: Alright, let me know if I can help you with anything else!
AT: $dialogue @org.thingpedia.dialogue.transaction.sys_end;

(this is a show by KCRW that I know is on Spotify)

@gcampax gcampax added bug release: main Issues that affect devices in the "main" release labels Aug 3, 2021
@nrser nrser added the P2 We need to fix it (backlog) label Aug 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug P2 We need to fix it (backlog) release: main Issues that affect devices in the "main" release
Projects
None yet
Development

No branches or pull requests

2 participants