Omar Shawky
Omar Shawky
the issue turns out to be due to snap itself; it might be that i messed up with the files or due to snap itself. but when i reinstalled snap;...
as an addition, the program does not run on Odin if it was downloaded manually and installed, it gives error `GLib-GIO-ERROR **: 14:25:13.865: Settings schema 'io.elementary.files.preferences' does not contain a...
If I may ask, how can i compile & install your branch? Unfortunately, couldn't find a build file. These are my trials: Trial 1: `$ npm install git+https://github.com/Alameen688/fix-udacimak` Output: (Failure)...
> @OmarShawky1 did you manage to get it running? No
> Sorry for late the reply @OmarShawky1. This is how I used it. > I am also using > Node version - v16.6.1 > NPM version - 7.20.3 > >...
Hello Again, I installed the program with no issues; However, I wasn't able to set the token successful; This is the result of `$ udacimak settoken udacity.com_cookies.txt`: ``` (node:3083) [DEP0128]...
> > Sorry for late the reply @OmarShawky1. This is how I used it. I am also using Node version - v16.6.1 NPM version - 7.20.3 > > Remove previous...
> > Hello Again, > > I installed the program with no issues; However, I wasn't able to set the token successful; This is the result of `$ udacimak settoken...
A tip for the future people; Use yt-dlp instead of youtube-dl as it is quite faster (at least 100x) ``` $pip3 install -U yt-dlp && ln -s "$(which yt-dlp)" ~/.nvm/versions/node/v16.6.1/lib/node_modules/udacimak/node_modules/youtube-dl/bin/youtube-dl...