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
No search when a URL is entered into the search field. Opening the dev console shows a warning about the Node.js vm module being deprecated, and a couple of TypeErrors.
To Reproduce
Steps to reproduce the behavior:
Install 2.5.7 build on OSX
Paste in YT url
Click magnifying glass
See error
Add logs from DevTools
node:electron/js2c/renderer_init:33 The vm module of Node.js is deprecated in the renderer process and will be removed.
o._load @ node:electron/js2c/renderer_init:33
path.ts:29 ffmpegPath /Users/audioel/Library/Application Support/y2mp3/ffmpeg
index.es.js:1275 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'request')
at app.bundle.js:2:2087200
at new Promise (<anonymous>)
at app.bundle.js:2:2086082
at async app.bundle.js:2:2092437
api.ts:97 TypeError: Cannot read properties of undefined (reading 'twoColumnBrowseResultsRenderer')
at playlist-scraper.ts:19:21
at async api.ts:85:11
at async Vr.search (store.ts:35:13)
at async api.ts:128:30
Expected behavior
App would open playlist.
Screenshots
OS: OSX Catalina
Version: 10.15.7
App Version: 2.5.7
Additional context
Same issue seems to happen with 2.5.5
The text was updated successfully, but these errors were encountered:
Describe the bug
No search when a URL is entered into the search field. Opening the dev console shows a warning about the Node.js vm module being deprecated, and a couple of TypeErrors.
To Reproduce
Steps to reproduce the behavior:
Add logs from DevTools
Expected behavior
App would open playlist.
Screenshots
Additional context
Same issue seems to happen with 2.5.5
The text was updated successfully, but these errors were encountered: