You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After implementing the library and testing it, m getting a warning 'reverseProxyURL: invalid url or port.\nShould check if bridge server is running and has been used CDN url start with http protocol.'. After debugging the library i found that the runningPort is false which is triggering this issue in ProxyCachemanager.ts in reverseProxyURL function. The url used starts with http and on CDN and is m3u8
To Reproduce
Steps to reproduce the behavior:
Implement the library
Launch the app
See error
Expected behavior
To work without warnings and cache the urls
Screenshots
Desktop (please complete the following information):
OS: [e.g. iOS]
Browser [e.g. chrome, safari]
Version [e.g. 22]
Smartphone (please complete the following information):
Device: [e.g. iPhone6]
OS: [e.g. iOS8.1]
Browser [e.g. stock browser, safari]
Version [e.g. 22]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
After implementing the library and testing it, m getting a warning 'reverseProxyURL: invalid url or port.\nShould check if bridge server is running and has been used CDN url start with http protocol.'. After debugging the library i found that the runningPort is false which is triggering this issue in ProxyCachemanager.ts in reverseProxyURL function. The url used starts with http and on CDN and is m3u8
To Reproduce
Steps to reproduce the behavior:
Expected behavior
To work without warnings and cache the urls
Screenshots

Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: