locaal-ai / obs-urlsource

OBS plugin to fetch data from a URL or file, connect to an API or AI service, parse responses and display text, image or audio on scene
https://obsproject.com/forum/resources/url-api-source-fetch-live-data-and-display-it-on-screen.1756/
GNU General Public License v2.0
164 stars 22 forks source link

XPath Crash #113

Open filiphanes opened 1 week ago

filiphanes commented 1 week ago

Steps:

  1. GET request returns following XML:
    <response resource="presentation" action="status">
    <presentation running="1">
    <screen mode="N">normal</screen>
    <slide itemnumber="3">
    <name>Amazing Grace</name>
    <title>Amazing Grace</title>
    </slide>
    </presentation>
    </response>
  2. set XPath to /response/presentation/slide/
  3. click to Try Request
  4. OBS crashes
royshil commented 6 days ago

resolved in #116 @filiphanes can you test?