Jump to content
  • 0

showing emblem in 2 server i 1 client


Question

Posted

so as per the title i have 2 servers in 1 client

im trying to show emblem in both servers

at 2021 client i made my externalsettings

like this 

AssistAddr = "My Server 1 IP:8888"
-----------------------------------------
-- Old client compatibility [Secret]
-- DON'T TOUCH ANYTHING BELOW
-----------------------------------------
Url = { TwitterUrl = 'http://'..AssistAddr }
AccountLinkedUserDataUrl = {
	Save = 'http://My Server 1 IP:8888/userconfig/save',
	Load = 'http://My Server 1 IP:8888/userconfig/load'
}
TwitterDataUrl = {
	Auth = 'http://My Server 1 IP:8888/twitter/user-auth',
	Upload = 'http://My Server 1 IP:8888/twitter/upload'
}
EmblemDataUrl = {
	Upload = 'http://My Server 1 IP:8888/emblem/upload',
	Download = 'http://My Server 1 IP:8888/emblem/download'
}
-- Change the "AssistAddr" to your IP
AssistAddr = "My Server 2 IP:8888"
-----------------------------------------
-- Old client compatibility [Secret]
-- DON'T TOUCH ANYTHING BELOW
-----------------------------------------
Url = { TwitterUrl = 'http://'..AssistAddr }
AccountLinkedUserDataUrl = {
	Save = 'http://My Server 2 IP:8888/userconfig/save',
	Load = 'http://My Server 2 IP:8888/userconfig/load'
}
TwitterDataUrl = {
	Auth = 'http://My Server 2 IP:8888/twitter/user-auth',
	Upload = 'http://My Server 2 IP:8888/twitter/upload'
}
EmblemDataUrl = {
	Upload = 'http://My Server 2 IP:8888/emblem/upload',
	Download = 'http://My Server 2 IP.204:8888/emblem/download'
}

and it works fine 2 server showing the emblem

but when i switched to 2022 client the settings above doesnt work anymore

it works only in the second server which only in IP of the server 2 

but in the IP of server 1 it doesnt work

i dont know what seems to be the problem

can anyone help me? thanks

9 answers to this question

Recommended Posts

  • 0
Posted

That's tells u everything u want to know. The Client sends tokens for now and this is IP bounded. U could just fix it if u use the same IP or a proxy of the first IP for both server 

 

Rynbef~

  • 0
Posted
On 8/11/2023 at 11:59 PM, Rynbef said:

Maybe just use port 6901, 5122, 6122 as example for 2nd server.

 

Rynbef~

i tried this on i have 2 emulator in 1 VM

changed the ports of the 2nd server to that ports

both server runs but both server cant change emblems

shows the same warning/error

 

Request with AID 2000000 and token 7d8528f31c87038a unverified
[POST /emblem/upload] 400
  • 0
Posted
16 hours ago, Rynbef said:

Do u run only one Webservices server on 8888? You should.

 

Rynbef~

yep i didnt change its port

btw i notice i works but you need to multiple time select the emblem b4 it will be uploaded

something like that like twice or trice then the emblem will be uploaded

thanks for all the help 🙂 very much appreciated

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...