raymerjacque

Results 17 comments of raymerjacque

you can't. you have to refresh every time it refreshes.

you have to go to google after every request and copy it after every request.

nope, its a secure cookie... you have to use the cookie extension and manually copy it every time it changes.

> Please provide logs and prompt the logs and activity files are 0 bytes, they are empty. this error occurs when you start the app, it doesn't even start up...

> Try using venv: `cd /usr/share/Auto-GPT/` `sudo apt install -y python3.11-venv` `python3 -m venv ./testvenv` `virtualenv testvenv` `source ./testvenv/bin/activate` `./run.sh` did not work, i still get the TypeError: expected string...

I narrowed it down, this is the commit that broke everything : https://github.com/Significant-Gravitas/Auto-GPT/commit/fa91bc154c239f569346d72e81e5b11b24267413 everything was working before this commit. the changes made in autogpt/processing/text.py in this commit is faulty.

the problem is spaCy, it is not compatible with some Python3.11 builds. a easy solution is to use nltk instead of spaCy, this works, I have modified the code and...

SpaCy is buggy on Python 3.11 on Debian. you implemented spaCy into the text.py and as a result i get this error when starting autgpt : Traceback (most recent call...

This issue is still not fixed and this commit is still in the repo... This is a serious problem for Debian 11 users running python3.11. it's been days now and...

i fixed it myself loooong ago. i merely asked you guys to fix it for others.