Coder Social home page Coder Social logo

nodata 异常crash about falcon-plus HOT 5 CLOSED

open-falcon avatar open-falcon commented on June 30, 2024
nodata 异常crash

from falcon-plus.

Comments (5)

cxjchocolate avatar cxjchocolate commented on June 30, 2024

应该是nodata/config/cfg.json错误了。
错误的如下

    "query":{
        "connectTimeout": 5000,
        "requestTimeout": 30000,
        "queryAddr": "%%QUERY_HTTP%%"
    },

正确的应该是

    "query":{
        "connectTimeout": 5000,
        "requestTimeout": 30000,
        "queryAddr": "0.0.0.0:9966"
    },

我想应该是打包时候的错误造成的

from falcon-plus.

laiwei avatar laiwei commented on June 30, 2024

好的,谢谢反馈,我来看看这个问题:)
@g18600081938 @cxjchocolate

from falcon-plus.

g18600081938 avatar g18600081938 commented on June 30, 2024

@cxjchocolate @laiwei falcon-plus 没有query 模块
炜哥有plus change的文档吗

from falcon-plus.

laiwei avatar laiwei commented on June 30, 2024

@g18600081938 我会修改nodata去访问api组件的

changelog还没有整理

from falcon-plus.

laiwei avatar laiwei commented on June 30, 2024

@g18600081938 @cxjchocolate fixed:)

28dc15d

from falcon-plus.

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.