Git Product home page Git Product logo

mtconnectcore's People

Contributors

github-actions[bot] avatar tbm0115 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

douglasrudd

mtconnectcore's Issues

Implement redirect from validator.mtconnect.org

The MTConnect Institute's Standards Committee agreed in the latest SC meeting that the validation tool should be accessible from https://validator.mtconnect.org/ .

There are several avenues to pursue this:

  1. Setup a CI/CD environment using the MTConnect Institute resources. This would require:
    i. A virtual machine to host the Blazor WASM application
    ii. Setup access rights for maintenance and CD
    iii. Create CD scripts here on GitHub to continue deploying on release
    iv. Update DNS records of mtconnect.org to include the sub-domain validator.mtconnect.org
  2. Temporary redirect to mtconnectcore.dev. This would require:
    i. Update DNS records of mtconnect.org to forward the sub-domain validator.mtconnect.org to mtconnectcore.dev
  3. Develop a new site for the validator at validator.mtconnect.org. This would require:
    i. Same setup as option 1.
    ii. Create a new (possibly private) repo on GitHub
    iii. Develop the contents of the site
    iv. Create CD scripts on GitHub to deploy to the virtual machine.

[BUG] Interval Requests throw exception while reading data.

Describe the bug
Interval request errors out over time. The exception indicates that the request was canceled, but any CancellationToken provided does not indicate that a cancel was requested.

Stack Trace

System.AggregateException: One or more errors occurred. ---> System.IO.IOException: The read operation failed, see inner exception. ---> System.Net.WebException: The request was aborted: The request was canceled.
   at System.Net.ConnectStream.Read(Byte[] buffer, Int32 offset, Int32 size)
   at System.Net.Http.HttpClientHandler.WebExceptionWrapperStream.Read(Byte[] buffer, Int32 offset, Int32 count)
   --- End of inner exception stack trace ---
   at System.Net.Http.HttpClientHandler.WebExceptionWrapperStream.Read(Byte[] buffer, Int32 offset, Int32 count)
   at System.Net.Http.DelegatingStream.Read(Byte[] buffer, Int32 offset, Int32 count)
   at MtconnectCore.MtconnectAgentService.<RequestInterval>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MtconnectCore.MtconnectAgentService.<CurrentInterval>d__10.MoveNext()
   --- End of inner exception stack trace ---

[BUG] Description

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

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.