sbritorodr

Results 18 comments of sbritorodr

Found the same error in the github ash repo: https://github.com/MaikKlein/ash/issues/467

Hi, you need to install all the requirements listed on `environment.yaml` file as well. If you need something that it's 100% sure it will work is make jupyter work on...

Hello, keep I'm mind I'm not an engineer or a contributor of this project. I've used altryne's project, while it's very good it didn't furfill my needs. In this repo...

Keep in mind some things: You need to delete all google drive stuff in the notebook and maybe install more requirements, depending on the libraries already installed in your machine.

@Sveske-Juice > this might be an issue related to Arch? Came here from the issue mentioned above since I'm sure it's related to the "allow microphone" popup not appearing at...

Fixed by installing `pipewire-pulse`. Maybe OP @maltejur should add it to the pkgbuild in the AUR? If someone finds it useful, here is my audio-related packages installed: ``` libpulse 16.1-3...

Having same issue here. I'm using arch linux 6.1.9-zen1-1-zen using the AUR package. Did you use the same platform too, @RedNekoderr @tomjeannesson ? Maybe it's just a problem in the...

Flatpak version only lead to more errors and missing deps than the AUR version. Having a quick look at the code without debbuging, it seems the error is in in...

> I'm on Ubuntu and fixed the issue by changing my audio drivers. Can you please provide more info? This could help us a lot 🙏

I've kept searching on this problem. Turns out this code from [`assets/userscript.js`](https://github.com/maltejur/discord-screenaudio/blob/2a809e163e78e3c89241b0dd0593a665cc63cde7/assets/userscript.js#L11) doesn't work: ```js await navigator.mediaDevices.getUserMedia({ audio: true, }); ``` Weird fact is my microphone doesn't work either. My...