GithubHelp home page GithubHelp logo

Comments (11)

cq-panda avatar cq-panda commented on June 5, 2024

from quartz.netui.

zyf-git avatar zyf-git commented on June 5, 2024

from quartz.netui.

zhuzhao avatar zhuzhao commented on June 5, 2024

一样的,出现这个问题

from quartz.netui.

zhuzhao avatar zhuzhao commented on June 5, 2024

public static Task HttpGetAsync(string url, Dictionary<string, string> headers = null)
{
try
{
HttpWebRequest request = (HttpWebRequest)WebRequest.Create(url);
if (headers != null)
{
foreach (var header in headers)
request.Headers[header.Key] = header.Value;
}
using (HttpWebResponse response = (HttpWebResponse)request.GetResponse())
{
Stream responseStream = response.GetResponseStream();
StreamReader streamReader = new StreamReader(responseStream, Encoding.UTF8);
return streamReader.ReadToEndAsync();
}
}
catch (Exception ex)
{
return Task.FromResult(ex.Message);
}
}

from quartz.netui.

zhuzhao avatar zhuzhao commented on June 5, 2024

Object reference not set to an instance of an object.”

from quartz.netui.

cq-panda avatar cq-panda commented on June 5, 2024

一样的,出现这个问题

我们这边没有出现过这种问题,能否截个配置界面的图或者将job_options.json发一份,非常感谢

from quartz.netui.

zhuzhao avatar zhuzhao commented on June 5, 2024

[{"TaskName":"task1","GroupName":"task1","Interval":"0/10 * * * * ? ","ApiUrl":"http://127.0.0.1:9950/Health/KeepAlive","AuthKey":"authKey","AuthValue":"123456","Describe":null,"RequestType":"get","LastRunTime":"2020-06-01T14:51:50","Status":0}]

from quartz.netui.

zhuzhao avatar zhuzhao commented on June 5, 2024

from quartz.netui.

cq-panda avatar cq-panda commented on June 5, 2024

你好,代码我没有动过,我只是在web页面新增了一个任务,等一会就报错了。感谢!!!!

------------------ 原始邮件 ------------------ 发件人: "风口浪尖的猪"<[email protected]>; 发送时间: 2020年6月1日(星期一) 下午2:34 收件人: "cq-panda/Quartz.NetUI"<[email protected]>; 抄送: "zhuzhao"<[email protected]>;"Comment"<[email protected]>; 主题: Re: [cq-panda/Quartz.NetUI] 大佬们,你们报过这个错误吗? (#9) 一样的,出现这个问题 我们这边没有出现过这种问题,能否截个配置界面的图或者将job_options.json发一份,非常感谢 — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

代码刚刚已经更新过了,可以获取看看

from quartz.netui.

zhuzhao avatar zhuzhao commented on June 5, 2024

感谢

from quartz.netui.

zhuzhao avatar zhuzhao commented on June 5, 2024

from quartz.netui.

Related Issues (16)

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.