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
I encounter the following bug that prevent any search and playback:
{
"context": "ExceptionsHandler",
"level": "error",
"message": "Cannot read properties of undefined (reading 'match')",
"stack": [
"TypeError: Cannot read properties of undefined (reading 'match')\n at parseAccessibilityDuration (/home/app/server/dist/mapper/utils/accessibility-duration.js:12:53)\n at extractSearchShort (/home/app/server/dist/mapper/converter/search/vt-search-result.extractors.js:104:76)\n at /home/app/server/dist/mapper/converter/search/vt-search-result.extractors.js:93:41\n at Proxy.map (<anonymous>)\n at extractSearchShortsShelf (/home/app/server/dist/mapper/converter/search/vt-search-result.extractors.js:93:29)\n at /home/app/server/dist/mapper/converter/search/vt-search-result.extractors.js:28:24\n at Proxy.map (<anonymous>)\n at extractSearchResults (/home/app/server/dist/mapper/converter/search/vt-search-result.extractors.js:19:27)\n at toVTSearchResultDto (/home/app/server/dist/mapper/converter/search/vt-search-result.converter.js:14:69)\n at SearchService.getSearch (/home/app/server/dist/core/search/search.service.js:60:65)"
],
"timestamp": "2025-01-09T20:58:14.006Z"
}
I suspect it is linked with the VIEWTUBE_PROXY_URL option.
Can you help ?
Cheers!
The text was updated successfully, but these errors were encountered:
Hello there,
With this docker-compose file:
I encounter the following bug that prevent any search and playback:
I suspect it is linked with the
VIEWTUBE_PROXY_URL
option.Can you help ?
Cheers!
The text was updated successfully, but these errors were encountered: