VPN + OpenAI gives "Error updating user info" #285
-
I ran "docker run -p 7377:7377 -v dataline:/home/.dataline --name dataline ramiawar/dataline:latest" directly and then opened http:// 127.0.0.7:7377, input OPEN_API_KEY, finally there is "error updating user info", what should I do? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hey @lxp731 ! Can you check the docker logs after you try this and send them over? We'll have more info about what's going wrong from there. This error might mean a lot of things, but usually it's an issue with setting up the OpenAI API connection. You can see the docker logs by opening the docker dashboard and pressing on the dataline container then going to Logs. |
Beta Was this translation helpful? Give feedback.
Super grateful for you sharing your solution🙏 !
We've just merged branch #287 which adds the ability to set a base_url in the app itself. You can stick to your solution or use that new setting once the new release is out!