Jump to content
  • 0

athena web service Guild Emblem not work!


njnamenj1

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  06/11/21
  • Last Seen:  

I installed arthena-web-service follow by this guide. But the Emblem didn't show on guild icon. 

 

On command, Its show only "/emblem/upload" but don't see any about "/emblem/download" 

I don't know what wrong about this

Can anyone help me how to solve this?

Thank you.

1.PNG

Edited by njnamenj1
Link to comment
Share on other sites

12 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1859
  • Reputation:   298
  • Joined:  08/03/12
  • Last Seen:  

Use this PR. Easy since its included in rAthena.

https://github.com/rathena/rathena/pull/5731

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  280
  • Topics Per Day:  0.06
  • Content Count:  757
  • Reputation:   17
  • Joined:  01/07/12
  • Last Seen:  

On 7/1/2021 at 1:45 AM, Chaos92 said:

Use this PR. Easy since its included in rAthena.

https://github.com/rathena/rathena/pull/5731

oke soo this dumb question again, is there a manual dummy prove how to use it?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  232
  • Topics Per Day:  0.14
  • Content Count:  818
  • Reputation:   12
  • Joined:  12/04/20
  • Last Seen:  

On 7/1/2021 at 1:45 AM, Chaos92 said:

Use this PR. Easy since its included in rAthena.

https://github.com/rathena/rathena/pull/5731

hello can you give more details or complete guide how to apply this to the server side? im also having a problem in my online server in offline i already fixed the emblem issue by editing the ExternalSettings_kr file but after i upload my server to my vps and edit the ip in the externalsettings im getting this message 

[Info]: IP [POST /emblem/download] 200
[Info]: IP POST /emblem/upload] 200
[Info]: IP [POST /emblem/download] 200

and after searching here in rathena i find your answer here but i dont know how to pull in git so im asking you sir if you can guide me where should i  can edit it manually in the server side thank you in advance
 

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1859
  • Reputation:   298
  • Joined:  08/03/12
  • Last Seen:  

1 hour ago, Sallycantdance said:

hello can you give more details or complete guide how to apply this to the server side? im also having a problem in my online server in offline i already fixed the emblem issue by editing the ExternalSettings_kr file but after i upload my server to my vps and edit the ip in the externalsettings im getting this message 

[Info]: IP [POST /emblem/download] 200
[Info]: IP POST /emblem/upload] 200
[Info]: IP [POST /emblem/download] 200

and after searching here in rathena i find your answer here but i dont know how to pull in git so im asking you sir if you can guide me where should i  can edit it manually in the server side thank you in advance
 

 

latest rathena already have that implemented. doesnt need to pull anymore.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  232
  • Topics Per Day:  0.14
  • Content Count:  818
  • Reputation:   12
  • Joined:  12/04/20
  • Last Seen:  

8 hours ago, Chaos92 said:

latest rathena already have that implemented. doesnt need to pull anymore.

thank you i will try it 

rathena/rathena: rAthena is an open-source cross-platform MMORPG server.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  232
  • Topics Per Day:  0.14
  • Content Count:  818
  • Reputation:   12
  • Joined:  12/04/20
  • Last Seen:  

12 hours ago, Chaos92 said:

latest rathena already have that implemented. doesnt need to pull anymore.

i already tried the latest rathena but still the guild emblem is not showing i also apply your guide here
 

After that, run query SQL sql-files/web.sql so that your database will create the table required for web server.

Then recompile since u used Centos, can recompile as usual

./configure
make clean
make sql
make web
make server

the only thing i didnt do is to get the pull in github since you said earlier that the latest rathena is already has it and i didnt edit anything in this part

Then, setting inter-athena.conf for web server, and web athena.conf if needed. 

im also done in editing it here 
ExternalSettings_kr.lub
since it working in my offline server

Edited by Sallycantdance
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1859
  • Reputation:   298
  • Joined:  08/03/12
  • Last Seen:  

1 hour ago, Sallycantdance said:

i already tried the latest rathena but still the guild emblem is not showing i also apply your guide here
 

After that, run query SQL sql-files/web.sql so that your database will create the table required for web server.

Then recompile since u used Centos, can recompile as usual

./configure
make clean
make sql
make web
make server

the only thing i didnt do is to get the pull in github since you said earlier that the latest rathena is already has it and i didnt edit anything in this part

Then, setting inter-athena.conf for web server, and web athena.conf if needed. 

im also done in editing it here 
ExternalSettings_kr.lub
since it working in my offline server

maybe u mistakenly some settings anywhere then. maybe its using usa rather than kr ? or any.

Depends on your setup. also make sure the ports are opened.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1859
  • Reputation:   298
  • Joined:  08/03/12
  • Last Seen:  

1 hour ago, Sallycantdance said:

i already tried the latest rathena but still the guild emblem is not showing i also apply your guide here
 

After that, run query SQL sql-files/web.sql so that your database will create the table required for web server.

Then recompile since u used Centos, can recompile as usual

./configure
make clean
make sql
make web
make server

the only thing i didnt do is to get the pull in github since you said earlier that the latest rathena is already has it and i didnt edit anything in this part

Then, setting inter-athena.conf for web server, and web athena.conf if needed. 

im also done in editing it here 
ExternalSettings_kr.lub
since it working in my offline server

maybe u mistakenly some settings anywhere then. maybe its using usa rather than kr ? or any.

Depends on your setup. also make sure the ports are opened.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  232
  • Topics Per Day:  0.14
  • Content Count:  818
  • Reputation:   12
  • Joined:  12/04/20
  • Last Seen:  

56 minutes ago, Chaos92 said:

maybe u mistakenly some settings anywhere then. maybe its using usa rather than kr ? or any.

Depends on your setup. also make sure the ports are opened.

im using the latest rathena and frogos client side , how can i check if its looking for  usa rather than kr? anyways ty for your time

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1859
  • Reputation:   298
  • Joined:  08/03/12
  • Last Seen:  

4 hours ago, Sallycantdance said:

im using the latest rathena and frogos client side , how can i check if its looking for  usa rather than kr? anyways ty for your time

Since I didnt use that froggo client, then I dont know. better check the clientinfo, or how about asked at the correct section then since u used that froggo client.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  232
  • Topics Per Day:  0.14
  • Content Count:  818
  • Reputation:   12
  • Joined:  12/04/20
  • Last Seen:  

2 hours ago, Chaos92 said:

Since I didnt use that froggo client, then I dont know. better check the clientinfo, or how about asked at the correct section then since u used that froggo client.

thank you for your time sir 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  232
  • Topics Per Day:  0.14
  • Content Count:  818
  • Reputation:   12
  • Joined:  12/04/20
  • Last Seen:  

2 hours ago, Chaos92 said:

Since I didnt use that froggo client, then I dont know. better check the clientinfo, or how about asked at the correct section then since u used that froggo client.

thank you for your time 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...