Results 8 comments of Khim Lal

Not able to download a single song from gaana.com Traceback (most recent call last): File "gaana-dl.py", line 166, in d.search_songs(args.song, args.dir) File "gaana-dl.py", line 98, in search_songs song_url = self._get_song_url(tracks_list[idx][1],...

Could you please provide Dockerfile for this, I want to use this on my k3s cluster.

I'm having the same issue while using with ldap, as I'm using openldap for authentication. It is working with other platform very nicely, but here I'm not able to authenticate...

Hi, Thanks for getting back to me, But all of the details are right. And it is still not working. env: - name: AUTH_LDAP_SEARCH_SCOPE value: base - name: AUTH_PROVIDER value:...

@SeDemal , Yes it is working fine and able to talk to this ldap server. As you can see on 389 port, it is hitting fine; on other random port,...

Hi @SeDemal , Finally I got the issue, As my password variable is having double dollar ($$) and after applying when I checked in the pod it converted to single...

@SeDemal , Above is the working till this email error. So do I need to add email to these users in my ldap server. Error. Connection established. Searching User... ERROR...

Thanks @SeDemal , Finally it starts working with some twicks in the environment variables and needed to add email attribute to the user to make it working. env: - name:...