Giter Site home page Giter Site logo

Comments (26)

Scirese avatar Scirese commented on April 28, 2024 1

You means i need to merge these pr and compile the server by my self?
By the way,secontext is fine Screenshot_20220421-210259_MT管理器~2

Yes, but before that, do 1 and 2 first.

Althrough I dont think LSPosed will cause these problem ,I will disable them for additional insurance.
Compile would take some time due to my old low-end computer XD.Before that ,just keep this issue open.

from grasscutter.

BaiSugar avatar BaiSugar commented on April 28, 2024 1

Try to modify SRC \ Main \ Java \ EMU \ GrassCutter \ Server \ Dispatch under DispatchServer.java 363 line code
C9}3I%OH0K }0{HL8 9NSD
,
new DispatchHttpJsonHandler("{"retcode":0,"message":"OK","data":{"id":"none","action":"ACTION_NONE","geetest":null}}")

from grasscutter.

Scirese avatar Scirese commented on April 28, 2024

捕获
The mitmproxy seems redirecting the server traffic correctly.

from grasscutter.

Scirese avatar Scirese commented on April 28, 2024

And the grasscutter server seems running correctly too
捕获
.

from grasscutter.

Scirese avatar Scirese commented on April 28, 2024

I used all the same configuration both on pc and android,pc can logon correctly but android cannot,why?

from grasscutter.

Scirese avatar Scirese commented on April 28, 2024

Screen Record (Chinese)
https://user-images.githubusercontent.com/62688390/164452470-3b8a4c0b-89c0-41f8-8b07-bcf2ac60de13.mp4

from grasscutter.

Scirese avatar Scirese commented on April 28, 2024

Configuration File
Mongodb Server is fine
https://pastebin.com/ufwSfU0F

from grasscutter.

Scirese avatar Scirese commented on April 28, 2024

Please confirm that you installed the CA certificate to the system directory instead of the user directory

Screenshot_20220421-203957_Settings

from grasscutter.

MlgmXyysd avatar MlgmXyysd commented on April 28, 2024

Please confirm that you installed the CA certificate to the system directory instead of the user directory

Screenshot_20220421-203957_Settings

Let me ask, what method do you use to add to the system

from grasscutter.

Scirese avatar Scirese commented on April 28, 2024

Please confirm that you installed the CA certificate to the system directory instead of the user directory

Screenshot_20220421-203957_Settings

Let me ask, what method do you use to add to the system

Magisk module

from grasscutter.

MlgmXyysd avatar MlgmXyysd commented on April 28, 2024

Magisk module

Post your module list here

from grasscutter.

Scirese avatar Scirese commented on April 28, 2024

Magisk module

Post your module list here

Screenshot_20220421-204740_Ninimu
Screenshot_20220421-204734_Ninimu
Screenshot_20220421-204723_Ninimu
The certificate is in that httpcanary module

from grasscutter.

MlgmXyysd avatar MlgmXyysd commented on April 28, 2024

The certificate is in that httpcanary module

  1. You should NOT use these garbage modules, these can cause all problems, remove first.
    image
  2. It may not be enough to install only on the system, a copy of user space needs to be reserved.
  3. Make sure the cert context is u:object_r:system_file:s0
  4. Merge #53 and #75 to your local source, remove current config.json, recompile and run. (Don't forget replace 127.0.0.1 to your LAN ip in config after run)

Do the above and check if the problem still exists

from grasscutter.

Scirese avatar Scirese commented on April 28, 2024

The certificate is in that httpcanary module

  1. You should NOT use these garbage modules, these can cause all problems, remove first.
    image
  2. It may not be enough to install only on the system, a copy of user space needs to be reserved.
  3. Make sure the cert context is u:object_r:system_file:s0
  4. Merge #53 and #75 to your local source, remove current config.json, recompile and run. (Don't forget replace 127.0.0.1 to your LAN ip in config after run)

Do the above and check if the problem still exists

You means i need to merge these pr and compile the server by my self?

By the way,secontext is fine
Screenshot_20220421-210259_MT管理器~2

from grasscutter.

MlgmXyysd avatar MlgmXyysd commented on April 28, 2024

You means i need to merge these pr and compile the server by my self?

By the way,secontext is fine Screenshot_20220421-210259_MT管理器~2

Yes, but before that, do 1 and 2 first.

from grasscutter.

MlgmXyysd avatar MlgmXyysd commented on April 28, 2024

Through I dont think LSPosed will cause these problem ,I will disable them for additional insurance.

A lot of data from other projects tell me that these low-quality modules will lead to serious system issues. Users should remove it.

Before that ,just keep this issue open.

Sure

from grasscutter.

Scirese avatar Scirese commented on April 28, 2024

I cloned and compiled the latest dev branch and the issue still.

from grasscutter.

MlgmXyysd avatar MlgmXyysd commented on April 28, 2024

I cloned and compiled the latest dev branch and the issue still.

Did you forget to modify the configuration?

from grasscutter.

Scirese avatar Scirese commented on April 28, 2024

I cloned and compiled the latest dev branch and the issue still.

Did you forget to modify the configuration?

I deleted the orig config ,and modified the new config correctly.

from grasscutter.

BaiSugar avatar BaiSugar commented on April 28, 2024

尝试修改 SRC \ Main \ Java \ EMU \ GrassCutter \ Server \ Dispatch under DispatchServer.java 363 行代码 C9}3I%OH0K }0{HL8 9NSD ,new DispatchHttpJsonHandler(“{”retcode“:0,”message“:”OK“,”data“:{”id“:”none“,”action“:”ACTION_NONE“,”geetest“:null}}”)

And recompile

from grasscutter.

Scirese avatar Scirese commented on April 28, 2024

I will try

from grasscutter.

Scirese avatar Scirese commented on April 28, 2024

new DispatchHttpJsonHandler("{"retcode":0,"message":"OK","data":{"id":"none","action":"ACTION_NONE","geetest":null}}")

Task :compileJava FAILED
/home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 需要')'
new DispatchHttpJsonHandler("{"retcode":0,"message":"OK","data":{"id":"none","action":"ACTION_NONE","geetest":null}}")
^
/home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 需要';'
new DispatchHttpJsonHandler("{"retcode":0,"message":"OK","data":{"id":"none","action":"ACTION_NONE","geetest":null}}")
^
/home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 不是语句
new DispatchHttpJsonHandler("{"retcode":0,"message":"OK","data":{"id":"none","action":"ACTION_NONE","geetest":null}}")
^
/home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 需要';'
new DispatchHttpJsonHandler("{"retcode":0,"message":"OK","data":{"id":"none","action":"ACTION_NONE","geetest":null}}")
^
/home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 不是语句
new DispatchHttpJsonHandler("{"retcode":0,"message":"OK","data":{"id":"none","action":"ACTION_NONE","geetest":null}}")
^
/home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 需要';'
new DispatchHttpJsonHandler("{"retcode":0,"message":"OK","data":{"id":"none","action":"ACTION_NONE","geetest":null}}")
^
/home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 不是语句
new DispatchHttpJsonHandler("{"retcode":0,"message":"OK","data":{"id":"none","action":"ACTION_NONE","geetest":null}}")
^
/home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 需要';'
new DispatchHttpJsonHandler("{"retcode":0,"message":"OK","data":{"id":"none","action":"ACTION_NONE","geetest":null}}")
^
/home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 不是语句
new DispatchHttpJsonHandler("{"retcode":0,"message":"OK","data":{"id":"none","action":"ACTION_NONE","geetest":null}}")
^
/home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 需要';'
new DispatchHttpJsonHandler("{"retcode":0,"message":"OK","data":{"id":"none","action":"ACTION_NONE","geetest":null}}")
^
/home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 不是语句
new DispatchHttpJsonHandler("{"retcode":0,"message":"OK","data":{"id":"none","action":"ACTION_NONE","geetest":null}}")
^
/home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 需要';'
new DispatchHttpJsonHandler("{"retcode":0,"message":"OK","data":{"id":"none","action":"ACTION_NONE","geetest":null}}")
^
/home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 不是语句
new DispatchHttpJsonHandler("{"retcode":0,"message":"OK","data":{"id":"none","action":"ACTION_NONE","geetest":null}}")
^
/home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 需要';'
new DispatchHttpJsonHandler("{"retcode":0,"message":"OK","data":{"id":"none","action":"ACTION_NONE","geetest":null}}")
^
/home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 不是语句
new DispatchHttpJsonHandler("{"retcode":0,"message":"OK","data":{"id":"none","action":"ACTION_NONE","geetest":null}}")
^
/home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 需要';'
new DispatchHttpJsonHandler("{"retcode":0,"message":"OK","data":{"id":"none","action":"ACTION_NONE","geetest":null}}")
^
/home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 不是语句
new DispatchHttpJsonHandler("{"retcode":0,"message":"OK","data":{"id":"none","action":"ACTION_NONE","geetest":null}}")
^
/home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 需要';'
new DispatchHttpJsonHandler("{"retcode":0,"message":"OK","data":{"id":"none","action":"ACTION_NONE","geetest":null}}")

build error
gradle -v output:

Gradle 7.4.2

Build time: 2022-03-31 16:40:07 UTC
Revision:

Kotlin: 1.5.31
Groovy: 3.0.9
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 1.8.0_202 (Oracle Corporation 25.202-b08)
OS: Linux 4.19.226-IllusionX+ aarch64

from grasscutter.

BaiSugar avatar BaiSugar commented on April 28, 2024

new DispatchHttpJsonHandler(“{”retcode“:0,”message“:”OK“,”data“:{”id“:”none“,”action“:”ACTION_NONE“,”geetest“:null}}”)

任务 :compileJava FAILED /home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 需要')' new DispatchHttpJsonHandler(“{”retcode“:0,”message“:”OK“,”data“:{”id“:”none“,”action“:”ACTION_NONE“,”geetest“:null}}”) ^ /home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 需要';' new DispatchHttpJsonHandler(“{”retcode“:0,”message“:”OK“,”data“:{”id“:”none“,”action“:”ACTION_NONE“,”geetest“:null}}”) ^ /home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 不是语句 new DispatchHttpJsonHandler(“{”retcode“:0,”message“:”OK“,”data“:{”id“:”none“,”action“:”ACTION_NONE“,”geetest“:null}}”) ^ /home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 需要';' new DispatchHttpJsonHandler(“{”retcode“:0,”message“:”OK“,”data“:{”id“:”none“,”action“:”ACTION_NONE“,”geetest“:null}}”) ^ /home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 不是语句 new DispatchHttpJsonHandler(“{”retcode“:0,”message“:”OK“,”data“:{”id“:”none“,”action“:”ACTION_NONE“,”geetest“:null}}”) ^ /home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 需要';' new DispatchHttpJsonHandler(“{”retcode“:0,”message“:”OK“,”data“:{”id“:”none“,”action“:”ACTION_NONE“,”geetest“:null}}”) ^ /home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 不是语句 new DispatchHttpJsonHandler(“{”retcode“:0,”message“:”OK“,”data“:{”id“:”none“,”action“:”ACTION_NONE“,”geetest“:null}}”) ^ /home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 需要';' new DispatchHttpJsonHandler(“{”retcode“:0,”message“:”OK“,”data“:{”id“:”none“,”action“:”ACTION_NONE“,”geetest“:null}}”) ^ /home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 不是语句 new DispatchHttpJsonHandler(“{”retcode“:0,”message“:”OK“,”data“:{”id“:”none“,”action“:”ACTION_NONE“,”geetest“:null}}”) ^ /home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 需要';'< new DispatchHttpJsonHandler(“{”retcode“:0,”message“:”OK“,”data“:{”id“:”none“,”action“:”ACTION_NONE“,”geetest“:null}}”) ^ /home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 不是语句 new DispatchHttpJsonHandler(“{”retcode“:0,”message“:”OK“,”data“:{”id“:”none“,”action“:”ACTION_NONE“,”geetest“:null}}”) ^ /home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 需要';' new DispatchHttpJsonHandler(“{”retcode“:0,”message“:”OK“,”data“:{”id“:”none“,”action“:”ACTION_NONE“,”geetest“:null}}”) ^ /home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 不是语句 new DispatchHttpJsonHandler(“{”retcode“:0,”message“:”OK“,”data“:{”id“:”none“,”action“:”ACTION_NONE“,”geetest“:null}}”) ^ /home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 需要';' new DispatchHttpJsonHandler(“{”retcode“:0,”message“:”OK“,”data“:{”id“:”none“,”action“:”ACTION_NONE“,”geetest“:null}}”) ^ /home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 不是语句 new DispatchHttpJsonHandler(“{”retcode“:0,”message“:”OK“,”data“:{”id“:”none“,”action“:”ACTION_NONE“,”geetest“:null}}”) ^ /home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 需要';' new DispatchHttpJsonHandler(“{”retcode“:0,”message“:”OK“,”data“:{”id“:”none“,”action“:”ACTION_NONE“,”geetest“:null}}”) ^ /home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 不是语句 new DispatchHttpJsonHandler(“{”retcode“:0,”message“:”OK“,”data“:{”id“:”none“,”action“:”ACTION_NONE“,”geetest“:null}}”) ^ /home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 需要';' new DispatchHttpJsonHandler(“{”retcode“:0,”message“:”OK“,”data“:{”id“:”none“,”action“:”ACTION_NONE“,”geetest“:null}}”)

构建错误

gradle -v 输出:

等级 7.4.2

构建时间: 2022-03-31 16:40:07 UTC 修订:

Kotlin: 1.5.31 Groovy: 3.0.9 Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021 JVM: 1.8.0_202 (Oracle Corporation 25.202-b08) OS: Linux 4.19.226-IllusionX+ aarch64

You lack char
After I sent, GitHub will automatically delete the code in the \ , please add it manually (please combine the picture above)

from grasscutter.

Scirese avatar Scirese commented on April 28, 2024

new DispatchHttpJsonHandler(“{”retcode“:0,”message“:”OK“,”data“:{”id“:”none“,”action“:”ACTION_NONE“,”geetest“:null}}”)

任务 :compileJava FAILED /home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 需要')' new DispatchHttpJsonHandler(“{”retcode“:0,”message“:”OK“,”data“:{”id“:”none“,”action“:”ACTION_NONE“,”geetest“:null}}”) ^ /home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 需要';' new DispatchHttpJsonHandler(“{”retcode“:0,”message“:”OK“,”data“:{”id“:”none“,”action“:”ACTION_NONE“,”geetest“:null}}”) ^ /home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 不是语句 new DispatchHttpJsonHandler(“{”retcode“:0,”message“:”OK“,”data“:{”id“:”none“,”action“:”ACTION_NONE“,”geetest“:null}}”) ^ /home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 需要';' new DispatchHttpJsonHandler(“{”retcode“:0,”message“:”OK“,”data“:{”id“:”none“,”action“:”ACTION_NONE“,”geetest“:null}}”) ^ /home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 不是语句 new DispatchHttpJsonHandler(“{”retcode“:0,”message“:”OK“,”data“:{”id“:”none“,”action“:”ACTION_NONE“,”geetest“:null}}”) ^ /home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 需要';' new DispatchHttpJsonHandler(“{”retcode“:0,”message“:”OK“,”data“:{”id“:”none“,”action“:”ACTION_NONE“,”geetest“:null}}”) ^ /home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 不是语句 new DispatchHttpJsonHandler(“{”retcode“:0,”message“:”OK“,”data“:{”id“:”none“,”action“:”ACTION_NONE“,”geetest“:null}}”) ^ /home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 需要';' new DispatchHttpJsonHandler(“{”retcode“:0,”message“:”OK“,”data“:{”id“:”none“,”action“:”ACTION_NONE“,”geetest“:null}}”) ^ /home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 不是语句 new DispatchHttpJsonHandler(“{”retcode“:0,”message“:”OK“,”data“:{”id“:”none“,”action“:”ACTION_NONE“,”geetest“:null}}”) ^ /home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 需要';'< new DispatchHttpJsonHandler(“{”retcode“:0,”message“:”OK“,”data“:{”id“:”none“,”action“:”ACTION_NONE“,”geetest“:null}}”) ^ /home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 不是语句 new DispatchHttpJsonHandler(“{”retcode“:0,”message“:”OK“,”data“:{”id“:”none“,”action“:”ACTION_NONE“,”geetest“:null}}”) ^ /home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 需要';' new DispatchHttpJsonHandler(“{”retcode“:0,”message“:”OK“,”data“:{”id“:”none“,”action“:”ACTION_NONE“,”geetest“:null}}”) ^ /home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 不是语句 new DispatchHttpJsonHandler(“{”retcode“:0,”message“:”OK“,”data“:{”id“:”none“,”action“:”ACTION_NONE“,”geetest“:null}}”) ^ /home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 需要';' new DispatchHttpJsonHandler(“{”retcode“:0,”message“:”OK“,”data“:{”id“:”none“,”action“:”ACTION_NONE“,”geetest“:null}}”) ^ /home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 不是语句 new DispatchHttpJsonHandler(“{”retcode“:0,”message“:”OK“,”data“:{”id“:”none“,”action“:”ACTION_NONE“,”geetest“:null}}”) ^ /home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 需要';' new DispatchHttpJsonHandler(“{”retcode“:0,”message“:”OK“,”data“:{”id“:”none“,”action“:”ACTION_NONE“,”geetest“:null}}”) ^ /home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 不是语句 new DispatchHttpJsonHandler(“{”retcode“:0,”message“:”OK“,”data“:{”id“:”none“,”action“:”ACTION_NONE“,”geetest“:null}}”) ^ /home/kiana/Grasscutter/src/main/java/emu/grasscutter/server/dispatch/DispatchServer.java:376: 错误: 需要';' new DispatchHttpJsonHandler(“{”retcode“:0,”message“:”OK“,”data“:{”id“:”none“,”action“:”ACTION_NONE“,”geetest“:null}}”)

构建错误

gradle -v 输出:

等级 7.4.2

构建时间: 2022-03-31 16:40:07 UTC 修订:
Kotlin: 1.5.31 Groovy: 3.0.9 Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021 JVM: 1.8.0_202 (Oracle Corporation 25.202-b08) OS: Linux 4.19.226-IllusionX+ aarch64

You lack char After I sent, GitHub will automatically delete the code in the \ , please add it manually (please combine the picture above)

ok,build successfully

from grasscutter.

BaiSugar avatar BaiSugar commented on April 28, 2024

server.createContext( // api-account-os.hoyoverse.com "/account/risky/api/check", new DispatchHttpJsonHandler("{\"retcode\":0,\"message\":\"OK\",\"data\":{\"id\":\"none\",\"action\":\"ACTION_NONE\",\"geetest\":null}}") );

from grasscutter.

Scirese avatar Scirese commented on April 28, 2024

Ok ,Now I Can play ,Thanks for everyone!!!

from grasscutter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.