Jump to content
  • 0

Client 2021-11-03 doesn't work guild emblem


Question

Posted

I have a little problem with the client 2021-11-03.
When i try to set a emblem guild, my webserv doesn't show any try request

 

 

Curently my ExternalSettings is:

 

Url = { TwitterUrl = "http://0.0.0.0:3000" }
AccountLinkedUserDataUrl = {
	Save = "http://127.0.0.1:8888/userconfig/save",
	Load = "http://127.0.0.1:8888/userconfig/load"
}
TwitterDataUrl = {
	Auth = "http://127.0.0.1:8888/twitter/user-auth",
	Upload = "http://127.0.0.1:8888/twitter/upload"
}
EmblemDataUrl = {
	Upload = "http://127.0.0.1.110:8888/emblem/upload",
	Download = "http://127.0.0.1:8888/emblem/download"
}

If i put the link in my browser, show a request try

 

[Info]: 127.0.0.1 [GET /emblem/download] 404

 

But if i try to change the emblem in game doesn't show anything.

 

When i enter in my char, this message apears:

"There was an error when loading the data account settings. (Please restart to retry.)

image.png.84ccdb739c2cd6823f3b22d56f031ef1.png

 

I think is because of this error. Someone can help me?

  • Like 1

5 answers to this question

Recommended Posts

  • 1
Posted
Just now, valesti said:

Doesn't works.  There is my configs:

 

Url = { TwitterUrl = "http://127.0.0.1:8888" }
AccountLinkedUserDataUrl = {
	Save = "http://127.0.0.1:8888/userconfig/save",
	Load = "http://127.0.0.1:8888/userconfig/load"
}
TwitterDataUrl = {
	Auth = "http://127.0.0.1:8888/twitter/user-auth",
	Upload = "http://127.0.0.1:8888/twitter/upload"
}
EmblemDataUrl = {
	Upload = "http://127.0.0.1:8888/emblem/upload",
	Download = "http://127.0.0.1:8888/emblem/download"
}

 

Is like my client is not reading this files to allow the emblem change.

MakeableRace = { Doram = true }
AssistAddr = "YOUR IP ADDRESS:8888"
-----------------------------------------
-- Old client compatibility [Secret]
-- (Just change the "AssistAddr" to your IP)
-----------------------------------------
Url = { TwitterUrl = 'http://'..AssistAddr }
AccountLinkedUserDataUrl = {
	Save = 'http://'..AssistAddr..'/userconfig/save',
	Load = 'http://'..AssistAddr..'/userconfig/load'
}
TwitterDataUrl = {
	Auth = 'http://'..AssistAddr..'/twitter/user-auth',
	Upload = 'http://'..AssistAddr..'/twitter/upload'
}
EmblemDataUrl = {
	Upload = 'http://'..AssistAddr..'/emblem/upload',
	Download = 'http://'..AssistAddr..'/emblem/download'
}

 

  • Upvote 1
  • 0
Posted
52 minutes ago, valesti said:

I have a little problem with the client 2021-11-03.
When i try to set a emblem guild, my webserv doesn't show any try request

 

 

Curently my ExternalSettings is:

 

Url = { TwitterUrl = "http://0.0.0.0:3000" }
AccountLinkedUserDataUrl = {
	Save = "http://127.0.0.1:8888/userconfig/save",
	Load = "http://127.0.0.1:8888/userconfig/load"
}
TwitterDataUrl = {
	Auth = "http://127.0.0.1:8888/twitter/user-auth",
	Upload = "http://127.0.0.1:8888/twitter/upload"
}
EmblemDataUrl = {
	Upload = "http://127.0.0.1.110:8888/emblem/upload",
	Download = "http://127.0.0.1:8888/emblem/download"
}

If i put the link in my browser, show a request try

 

[Info]: 127.0.0.1 [GET /emblem/download] 404

 

But if i try to change the emblem in game doesn't show anything.

 

When i enter in my char, this message apears:

"There was an error when loading the data account settings. (Please restart to retry.)

image.png.84ccdb739c2cd6823f3b22d56f031ef1.png

 

I think is because of this error. Someone can help me?

just replace the 

http://0.0.0.0:3000

 

127.0.0.1.110

 

127.0.0.1.1

with your ip address.

  • 0
Posted
Just now, Brynner said:

just replace the 

http://0.0.0.0:3000

 

127.0.0.1.110

 

127.0.0.1.1

with your ip address.

Doesn't works.  There is my configs:

 

Url = { TwitterUrl = "http://127.0.0.1:8888" }
AccountLinkedUserDataUrl = {
	Save = "http://127.0.0.1:8888/userconfig/save",
	Load = "http://127.0.0.1:8888/userconfig/load"
}
TwitterDataUrl = {
	Auth = "http://127.0.0.1:8888/twitter/user-auth",
	Upload = "http://127.0.0.1:8888/twitter/upload"
}
EmblemDataUrl = {
	Upload = "http://127.0.0.1:8888/emblem/upload",
	Download = "http://127.0.0.1:8888/emblem/download"
}

 

Is like my client is not reading this files to allow the emblem change.

  • 0
Posted
37 minutes ago, Brynner said:
MakeableRace = { Doram = true }
AssistAddr = "YOUR IP ADDRESS:8888"
-----------------------------------------
-- Old client compatibility [Secret]
-- (Just change the "AssistAddr" to your IP)
-----------------------------------------
Url = { TwitterUrl = 'http://'..AssistAddr }
AccountLinkedUserDataUrl = {
	Save = 'http://'..AssistAddr..'/userconfig/save',
	Load = 'http://'..AssistAddr..'/userconfig/load'
}
TwitterDataUrl = {
	Auth = 'http://'..AssistAddr..'/twitter/user-auth',
	Upload = 'http://'..AssistAddr..'/twitter/upload'
}
EmblemDataUrl = {
	Upload = 'http://'..AssistAddr..'/emblem/upload',
	Download = 'http://'..AssistAddr..'/emblem/download'
}

 

Thank u, man.

Works! ?

  • Love 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...