Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: Value of "this" must be of type URLSearchParams #28

Closed
ivan-vilches opened this issue May 12, 2023 · 1 comment
Closed

TypeError: Value of "this" must be of type URLSearchParams #28

ivan-vilches opened this issue May 12, 2023 · 1 comment

Comments

@ivan-vilches
Copy link

Hello folks i run the commands :
1- Copy .env.example to .env and change as necessary.
in this point i keep:
DATABASE_URL="file:./data.db?connection_limit=1" (its needed install sqlite? or crete the data.db ?
SESSION_SECRET="super-duper-s3cret" (i didnt touch that)
Run npm install to get all the dependencies.
Run npm run dev to start the development server.

my os:
macos monterrey 12.4
mac air m1 2020
browser chrome 112.0.5615.49
Thanks you !!!!!

i got this:
TypeError: Value of "this" must be of type URLSearchParams
at new NodeError (node:internal/errors:399:5)
at Proxy.set (node:internal/url:519:13)
at Proxy. (/Users/myuser/Documents/proyectos/Estudios/autogptjs/node_modules/@remix-run/web-fetch/src/headers.js:124:44)
at createRemixHeaders (/Users/myuser/Documents/proyectos/Estudios/autogptjs/node_modules/@remix-run/express/dist/server.js:57:17)
at createRemixRequest (/Users/myuser/Documents/proyectos/Estudios/autogptjs/node_modules/@remix-run/express/dist/server.js:71:14)
at /Users/myuser/Documents/proyectos/Estudios/autogptjs/node_modules/@remix-run/express/dist/server.js:37:21
at /Users/myuser/Documents/proyectos/Estudios/autogptjs/node_modules/@remix-run/serve/dist/index.js:47:7
at Layer.handle [as handle_request] (/Users/myuser/Documents/proyectos/Estudios/autogptjs/node_modules/express/lib/router/layer.js:95:5)
at next (/Users/myuser/Documents/proyectos/Estudios/autogptjs/node_modules/express/lib/router/route.js:144:13)
at next (/Users/myuser/Documents/proyectos/Estudios/autogptjs/node_modules/express/lib/router/route.js:140:7)
at next (/Users/myuser/Documents/proyectos/Estudios/autogptjs/node_modules/express/lib/router/route.js:140:7)
at next (/Users/myuser/Documents/proyectos/Estudios/autogptjs/node_modules/express/lib/router/route.js:140:7)
at next (/Users/myuser/Documents/proyectos/Estudios/autogptjs/node_modules/express/lib/router/route.js:140:7)
at next (/Users/myuser/Documents/proyectos/Estudios/autogptjs/node_modules/express/lib/router/route.js:140:7)
at next (/Users/myuser/Documents/proyectos/Estudios/autogptjs/node_modules/express/lib/router/route.js:140:7)
at Route.dispatch (/Users/myuser/Documents/proyectos/Estudios/autogptjs/node_modules/express/lib/router/route.js:114:3)

zabirauf added a commit that referenced this issue Oct 27, 2023
Change includes

OpenAI functions schema for all commands
Moved to functions with updated prompt
Changed to primary main loop model to be GPT-4 as its much more reliable in reasoning
Fixes issues related to development with remix package update.

Solves issues #24 #28 #31
@zabirauf
Copy link
Owner

#33 should fix it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants