GithubHelp home page GithubHelp logo

azureservicebusbotrelay's People

Contributors

gabog avatar raharris avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

azureservicebusbotrelay's Issues

Bot stops working

Hi,
I followed all the steps and implemented the above solution.
After updating the message end point url in azure bot settings i run both the Azure Service Bot relay and my local bot. When i test it using webchat, the debugger point in my local host code is hit however my bot code does not work anymore. I get the send again retry option below my message which i sent to the bot. Upon checking my channels in azure i found the error was " There was an error sending this message to your bot: HTTP status code Forbidden".
How do i resolve this? i have followed the instructions in readme properly. Is it a bug of Azure relay?

.NET Core exe can't be referenced from a different folder

The project relies on Directory.GetCurrentDirectory() to reference the appsettings file, which will return the wrong value if the exe is invoked from a different directory. Something like this:

> "..\bots\proxy\ServiceBusRelayUtilNetCore.exe"

will fail to run because Directory.GetCurrentDirectory() will return the path of the current user, not proxy, and so can't find the appsettings file. Instead the base path should be generated with AppDomain.CurrentDomain.BaseDirectory.

More background here: dotnet/project-system#3619

Make this tool proxy aware

Hello,
We are building a Google Assistant application using Microsoft Bot framework 4.9 and would like to use ServiceBusRelayUtilNetCore tool you built for testing. We have Azure Relay Hybrid setup, but when we run this tool, we are getting below error:
Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host
After tracing the network routing, this is because this tool is running behind company firewall and it's not going through proxy. Is there a way we can make this tool proxy aware and also passes the user credential?

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.