Fabio Manganiello
Fabio Manganiello
The symptoms are the same as https://github.com/pixelfed/pixelfed/issues/866 too in my case. And I can also reproduce the issue on Mastodon. My Pixelfed account: [@[email protected]](https://photos.manganiello.social/@fabio) Akkoma account: [@[email protected]](https://manganiello.social/@fabio) Mastodon account: [@[email protected]](https://mastodon.online/@blacklight)...
Just tested from the official Pixelfed instance too: same issue. [@[email protected]](https://pixelfed.social/@blacklight) can't follow [@[email protected]](https://photos.manganiello.social/@fabio) either.
@7shironana thanks for the investigation! My `.env` file seems alright though: ```shell # Instance URL Configuration APP_URL="https://photos.manganiello.social" APP_DOMAIN="photos.manganiello.social" ADMIN_DOMAIN="photos.manganiello.social" SESSION_DOMAIN="photos.manganiello.social" TRUST_PROXIES="*" ``` Is there any other setting that can modify...
1. Are _both_ the statically linked executables for `ffmpeg` and `ffprobe` present in your folder? 2. By default pydub builds the command for `subprocess` assuming that those executables are present...
If you look at the [logic to get the `ffprobe` executable](https://github.com/jiaaro/pydub/blob/cb1c871d80a0240c0e36fafe0753b85a138ee8d9/pydub/utils.py#L194) you'll notice that it simply relies on `which`. IMHO there are more robust and portable ways to get if...
Same issue here. It doesn't seem to be very deterministic, sometimes after some media termination the DBus connection just gets broken and no further DBus requests are possible until it's...
Is anyone still maintaining this repo, or shall I fork it and solve the issue myself?
Yes, the new package on pip works fine, thanks! I believe that the standard way for releasing Python packages on `pip` is now through [`sdist/twine`](https://realpython.com/pypi-publish-python-package/): ```shell python setup.py sdist bdist_wheel...
That's an interesting proposal, and I definitely see the use case. However, I'm a bit skeptical about the specific implementation for two reasons: 1. It would break the JSON specification,...
Hi @amittalande, sorry for the late reply. Could you paste the request file that you're trying to execute, and also where the cursor is in the file when the request...