valesti Posted February 11, 2023 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 44 Reputation: 4 Joined: 10/07/14 Last Seen: Sunday at 04:03 AM Share Posted February 11, 2023 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.) I think is because of this error. Someone can help me? 1 Quote Link to comment Share on other sites More sharing options...
1 Brynner Posted February 11, 2023 Group: Members Topic Count: 120 Topics Per Day: 0.02 Content Count: 1962 Reputation: 202 Joined: 01/08/12 Last Seen: 6 hours ago Share Posted February 11, 2023 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' } 1 Quote Link to comment Share on other sites More sharing options...
0 Brynner Posted February 11, 2023 Group: Members Topic Count: 120 Topics Per Day: 0.02 Content Count: 1962 Reputation: 202 Joined: 01/08/12 Last Seen: 6 hours ago Share Posted February 11, 2023 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.) 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. Quote Link to comment Share on other sites More sharing options...
0 valesti Posted February 11, 2023 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 44 Reputation: 4 Joined: 10/07/14 Last Seen: Sunday at 04:03 AM Author Share Posted February 11, 2023 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. Quote Link to comment Share on other sites More sharing options...
0 valesti Posted February 11, 2023 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 44 Reputation: 4 Joined: 10/07/14 Last Seen: Sunday at 04:03 AM Author Share Posted February 11, 2023 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! Quote Link to comment Share on other sites More sharing options...
0 iFox Posted August 12, 2023 Group: Members Topic Count: 23 Topics Per Day: 0.02 Content Count: 55 Reputation: 0 Joined: 05/30/22 Last Seen: 8 hours ago Share Posted August 12, 2023 sorry for bumping. I wondering if you are using Hosted vps? What should you put on the config sir? Quote Link to comment Share on other sites More sharing options...
Question
valesti
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:
If i put the link in my browser, show a request try
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.)
I think is because of this error. Someone can help me?
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.