#Error 10048

12 messages · Page 1 of 1 (latest)

limpid lake
#

Anyone know how to fix the error on the last line?
Also do the warnings mean anything?

blazing hill
#

The another server program using port 8000 is turned on. Please check. emoji_74

limpid lake
blazing hill
# limpid lake How would I do that exactly 🥶

I don't know what is installed on your server, so it's hard to answer... nijika_what
Or, run it this way (surreal start --bind 127.0.0.1:8001 -u root -p root surrealkv://yanagi),
open all the toml files in the server folder, and change url = "localhost:8000" to url = "localhost:8001" under the [database] section.

limpid lake
#

Is it in ALL of the toml files or just one specifically?

blazing hill
#

Modify the gameserver.toml, gateserver.toml, and sdk_server.toml files in the server root folder. + First, check surrealdb.

limpid lake
#

👍

blazing hill
#

If it doesn't work on port 8001, change the number. (--bind 127.0.0.1:[port] as mentioned earlier)
Change it and modify the items mentioned earlier.

limpid lake
#

I changed all the toml ports to 8001 but still get the error
However, (surreal start --bind 127.0.0.1:8001 -u root -p root surrealkv://yanagi) seems to work for me

#

The warnings don't mean anything right?

blazing hill
#

What error are you getting?

limpid lake
# blazing hill What error are you getting?

I'm not getting anymore errors after using (surreal start --bind 127.0.0.1:8001 -u root -p root surrealkv://yanagi)
I don't have to worry about the warnings talking about credentials right?