Simon Carpentier
Simon Carpentier
Hi @cvillemure, I'm a bit confused because I was able to download this particular video successfully. Could you provide more information about the unexpected behavior you're experiencing? - What do...
@cvillemure: I'm sorry for what you're experiencing. **toutv-extra** only manages the authentication part. The actual file download is handled through **ffmpeg**. You should not experience any pauses. Since you tried...
Je vous invite à utiliser [youtube-dl](https://github.com/rg3/youtube-dl/) qui supporte maintenant le téléchargement extra ;)
I'm having the same issue on a fresh install. Were you able to fix this problem?
> [@Robinlovelace](https://github.com/Robinlovelace) Can you go to `libraries/nestjs-libraries/src/integrations/integration.manager.ts` And enable `MastodonCustomProvider` and try it? Removing the comments here and enabling `MastodonCustomProvider` has no effect on allowing us to set a custom...
I'm experiencing the same error. There's something wrong with the `2021_08_30_050137_add_software_column_to_instances_table` migration. Were you able to fix it?
I can see the columns are already in the database. I was able to continue the installation by tricking the `php artisan migrate` command in skipping this particular migration: ```...