Jump to content
  • 0

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


valesti

Question


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  43
  • Reputation:   4
  • Joined:  10/07/14
  • Last Seen:  

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
Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 1

  • Group:  Members
  • Topic Count:  118
  • Topics Per Day:  0.03
  • Content Count:  1942
  • Reputation:   197
  • Joined:  01/08/12
  • Last Seen:  

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
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  118
  • Topics Per Day:  0.03
  • Content Count:  1942
  • Reputation:   197
  • Joined:  01/08/12
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  43
  • Reputation:   4
  • Joined:  10/07/14
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  43
  • Reputation:   4
  • Joined:  10/07/14
  • Last Seen:  

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! ?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.03
  • Content Count:  55
  • Reputation:   0
  • Joined:  05/30/22
  • Last Seen:  

sorry for bumping. I wondering if you are using Hosted vps? What should you put on the config sir?

Link to comment
Share on other sites

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.

×
×
  • Create New...