thomas

Results 4 comments of thomas

Hi! Sadly I get the same problem. OS: Ubuntu 18.04 For youtube: ` ERROR: Signature extraction failed: Traceback (most recent call last): File "/opt/AllToMP3/resources/app/node_modules/youtube-dl/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1385, in _decrypt_signature video_id, player_url,...

Hi, I had the same issue with just serve. Removing the line with `- TS_USERSPACE=false` solved it for me. Tailscale version 1.72.1

Could you try the fallowing: ``` --- compose.yml name: whoami volumes: ts-whoami-state: configs: ts-config: file: ./ts-config.json services: whoami: image: traefik/whoami depends_on: ts-whoami: condition: service_healthy network_mode: service:ts-whoami security_opt: - no-new-privileges:true environment:...

Hi @SylvainJuge , thank you for your response, I completely understand your point of view! Because I’m using SLF4J, and its MDC accepts only string values, my initial thought was...