stanford-oval / thingpedia-common-devices

Thingpedia interface code for commonly used devices
Other
38 stars 28 forks source link

Fails to find a podcast by name #411

Open gcampax opened 3 years ago

gcampax commented 3 years ago

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)