573dev / gfdm-server

Simulated eAmuse Server for GFDM
2 stars 2 forks source link

Unknown Request #4

Open billychan307 opened 6 months ago

billychan307 commented 6 months ago

[ 2024-03-31 07:43:42,527 | DEBUG | v8_server ] Unknown Request Args: ImmutableMultiDict([('model', 'K32:J:B:A:2011033000'), ('module', 'services'), ('method', 'get')]) Data Length: 147 User-Agent: EAMUSE.Httpac/1.0 Content-Length: 147 X-Eamuse-Info: 1-6608a3ae-a8b3 Host: eamuse.konami.fun X-Compress: none

[ 2024-03-31 07:43:42,528 | INFO | werkzeug ] 127.0.0.1 - - [31/Mar/2024 07:43:42] "POST /?model=K32:J:B:A:2011033000&module=services&method=get HTTP/1.0" 200 -

May i know how to fix it?

573dev commented 5 months ago

Hi. Sorry, I should really archive this project as I am not really working on it anymore, and don't really remember much about it. I think the problem is that this expects the url to be /services rather than having services as a module argument. Are you trying to query it manually or do you have a DMv8 trying to connect?