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

Plugin not being able to parse valid HLS master playlist #22

Open
kolevgeorgie opened this issue Mar 5, 2021 · 2 comments
Open

Plugin not being able to parse valid HLS master playlist #22

kolevgeorgie opened this issue Mar 5, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@kolevgeorgie
Copy link

  • Issue: cannot parse properly the URI fomr url
  • Tested with: https://service.webvideocore.net/CL1olYogIrDWvwqiIKK7eBmnWbRkKKsu3nqabm9GlX02JOj3CDNXzodJMDEN2dk3/a_u6vp56x9vo08.m3u8
  • Stack trace:
2021-03-05 08:46:12,102 ERROR o.a.j.t.JMeterThread: Error while processing sampler: 'bzm - Streaming Sampler'.
java.lang.IllegalArgumentException: Illegal character in path at index 117: https://service.webvideocore.net/CL1olYogIrDWvwqiIKK7eBmnWbRkKKsu3nqabm9GlX02JOj3CDNXzodJMDEN2dk3/a_u6vp56x9vo08.m3u8 
	at java.net.URI.create(Unknown Source) ~[?:?]
	at com.blazemeter.jmeter.videostreaming.core.VideoStreamingSampler.sample(VideoStreamingSampler.java:78) ~[jmeter-bzm-hls-3.0.3.jar:?]
	at com.blazemeter.jmeter.hls.logic.HlsSampler.sample(HlsSampler.java:198) ~[jmeter-bzm-hls-3.0.3.jar:?]
	at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:1271) ~[ApacheJMeter_http.jar:5.2.1]
	at org.apache.jmeter.threads.JMeterThread.doSampling(JMeterThread.java:627) ~[ApacheJMeter_core.jar:5.2.1]
	at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:551) ~[ApacheJMeter_core.jar:5.2.1]
	at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:490) [ApacheJMeter_core.jar:5.2.1]
	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:257) [ApacheJMeter_core.jar:5.2.1]
	at java.lang.Thread.run(Unknown Source) [?:?]
Caused by: java.net.URISyntaxException: Illegal character in path at index 117: https://service.webvideocore.net/CL1olYogIrDWvwqiIKK7eBmnWbRkKKsu3nqabm9GlX02JOj3CDNXzodJMDEN2dk3/a_u6vp56x9vo08.m3u8 
	at java.net.URI$Parser.fail(Unknown Source) ~[?:?]
	at java.net.URI$Parser.checkChars(Unknown Source) ~[?:?]
	at java.net.URI$Parser.parseHierarchical(Unknown Source) ~[?:?]
	at java.net.URI$Parser.parse(Unknown Source) ~[?:?]
	at java.net.URI.<init>(Unknown Source) ~[?:?]
	... 9 more
@RicardoPoleo
Copy link

Hello @kolevgeorgie,

I'll be checking this issue with the team and get back to you when it is fixed or if we need some info from your end.

Thanks for taking the time and, as always,

Happy Hacking!

@RicardoPoleo RicardoPoleo added the bug Something isn't working label Apr 28, 2021
@diego-ferrand
Copy link
Contributor

Hey @kolevgeorgie , we just launched a pre-release which should solve this issue. Please check it out and let us know what you think.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants