Chandler

Results 10 comments of Chandler
trafficstars

Was having the *exact* same issue, changed the setting mentioned by @SonarBeserk and it worked! The option is on the bot page of the [Discord Developer Panel](https://discord.com/developers). Its about halfway...

In attempting to fix the issue, I reverted graw back to an older version that the bot used to run on, that being 24814308bfff1cbc8b422f801b69f214544c7416. This changed fixed the issue, so...

Sorry about that! Its been fixed.

This was definitely an issue with Python versions. When I tried Python >= 3.10 I could successfully install LangChain, however I'd have missing modules like `langchain.memory` and `langchain.embeddings`. Once I...

@nickscamara can you be more specific what documentation is missing?

@rafaelsideguide try it now

I agree to relicense my contributions to the AGPL. On Tue, May 14, 2024 at 9:09 PM Nicolas ***@***.***> wrote: > @chand1012 quick thing, I noticed that > your pr...

This is the code you are referring to. https://github.com/pillargg/youtube-upload/blob/cc85eedc553aa31f060cfb113976fe7d5b62ecbb/youtube_upload/client.py#L317-L322 If you do not call `uploader.close()` it will not delete the file. Our upload procedure requires us to delete the file,...

[OpenHands](https://github.com/All-Hands-AI/OpenHands) started fixing the issue! You can monitor the progress [here](https://github.com/chand1012/git2gpt/actions/runs/13982574857).

A potential fix has been generated and a draft PR #14 has been created. Please review the changes.