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
The bot works well on x86 Windows, not on Ubuntu ARM PC.
How To Reproduce
Steps to reproduce the behavior:
I get this error when using the /play command
Expected behavior
Maybe replace zlib ?
Environment (add if possible)
Node.js version: v21.7.2
PM2 5.3.1
Additional information & screenshots
2|index | 2024-04-08 15:44 UTC+2: 1 | var ee=Object.defineProperty;var Bt=Object.getOwnPropertyDescriptor;var Yt=Object.getOwnPropertyNames;var Wt=Object.prototype.hasOwnProperty;var a=(i,e)=>ee(i,"name",{value:e,configurable:!0});var Jt=(i,e)=>{for(var t in e)ee(i,t,{get:e[t],enumerable:!0})},Vt=(i,e,t,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let s of Yt(e))!Wt.call(i,s)&&s!==t&&ee(i,s,{get:()=>e[s],enumerable:!(r=Bt(e,s))||r.enumerable});return i};var Ft=i=>Vt(ee({},"__esModule",{value:!0}),i);var Ei={};Jt(Ei,{DeezerAlbum:()=>q,DeezerPlaylist:()=>U,DeezerTrack:()=>g,SoundCloudPlaylist:()=>P,SoundCloudStream:()=>L,SoundCloudTrack:()=>T,SpotifyAlbum:()=>z,SpotifyPlaylist:()=>N,SpotifyTrack:()=>E,YouTubeChannel:()=>v,YouTubePlayList:()=>D,YouTubeVideo:()=>S,attachListeners:()=>zt,authorization:()=>Nt,decipher_info:()=>j,deezer:()=>Ne,default:()=>Si,dz_advanced_track_search:()=>ze,dz_validate:()=>Se,extractID:()=>ue,getFreeClientID:()=>$e,is_expired:()=>Oe,playlist_info:()=>he,refreshToken:()=>we,search:()=>$t,setToken:()=>Le,so_vali
2|index :
2|index : error: zlib.createBrotliDecompress is not implemented
2|index : at node:zlib:2269:65
2|index : at /home/zaanza/evobot/node_modules/play-dl/dist/index.js:1:5089
The text was updated successfully, but these errors were encountered:
Describe the bug
The bot works well on x86 Windows, not on Ubuntu ARM PC.
How To Reproduce
Steps to reproduce the behavior:
Expected behavior
Maybe replace zlib ?
Environment (add if possible)
Additional information & screenshots
2|index | 2024-04-08 15:44 UTC+2: 1 | var ee=Object.defineProperty;var Bt=Object.getOwnPropertyDescriptor;var Yt=Object.getOwnPropertyNames;var Wt=Object.prototype.hasOwnProperty;var a=(i,e)=>ee(i,"name",{value:e,configurable:!0});var Jt=(i,e)=>{for(var t in e)ee(i,t,{get:e[t],enumerable:!0})},Vt=(i,e,t,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let s of Yt(e))!Wt.call(i,s)&&s!==t&&ee(i,s,{get:()=>e[s],enumerable:!(r=Bt(e,s))||r.enumerable});return i};var Ft=i=>Vt(ee({},"__esModule",{value:!0}),i);var Ei={};Jt(Ei,{DeezerAlbum:()=>q,DeezerPlaylist:()=>U,DeezerTrack:()=>g,SoundCloudPlaylist:()=>P,SoundCloudStream:()=>L,SoundCloudTrack:()=>T,SpotifyAlbum:()=>z,SpotifyPlaylist:()=>N,SpotifyTrack:()=>E,YouTubeChannel:()=>v,YouTubePlayList:()=>D,YouTubeVideo:()=>S,attachListeners:()=>zt,authorization:()=>Nt,decipher_info:()=>j,deezer:()=>Ne,default:()=>Si,dz_advanced_track_search:()=>ze,dz_validate:()=>Se,extractID:()=>ue,getFreeClientID:()=>$e,is_expired:()=>Oe,playlist_info:()=>he,refreshToken:()=>we,search:()=>$t,setToken:()=>Le,so_vali
2|index :
2|index : error: zlib.createBrotliDecompress is not implemented
2|index : at node:zlib:2269:65
2|index : at /home/zaanza/evobot/node_modules/play-dl/dist/index.js:1:5089
The text was updated successfully, but these errors were encountered: