• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

TFS 1.6 Malformed session key

Bartman

New Member
Joined
Jun 9, 2007
Messages
8
Reaction score
0
Hi,

I'm encountering the following error when trying to log in to the Tibia client after selecting my character: "Malformed session key."

I'm running TFS 1.6, which, if I'm correct, uses the Tibia 13.10 client.

I hope someone can help me resolve this final issue.

Thanks!
 
You changed this in the config file of AAC-master, if I understand correctly?
Even after changing the address there, I still encounter the same issue.
 
hello

No, change is not in myaac, actually what I updated is the tibia client
so you know that client should be updated to login using something like:
http://127.0.0.1/login.php (which is myaac)

if you have this configured forgottenserver/config.lua.dist at master · otland/forgottenserver (https://github.com/otland/forgottenserver/blob/master/config.lua.dist#L28)

when you run tfs, and you access http://127.0.0.1:8080/login.php in your browser, you will see this:
{"errorCode":2,"errorMessage":"Invalid request body."}

if you see it, then you are all set, only change your client to use http://127.0.0.1:8080/login.php for login, instead of myaac http://127.0.0.1/login.php
Post automatically merged:

here's client 13.10 with address updated pointing to 127.0.0.1:8080
 

Attachments

Back
Top