Giter Club home page Giter Club logo

Comments (8)

mishushakov avatar mishushakov commented on June 6, 2024

Hey,
i'm here to help

  1. Play around with "Platform" setting in Dialogflow Gateway Dashboard
  2. I know. Quick fix may be, to change
<img v-if="app.avatarUri" class="app-icon" :alt="app.displayName" :src="app.avatarUri”>

to:

<img v-if="app.avatarUri" class="app-icon" :alt="app.displayName" :src="'https://storage.googleapis.com/cloudprod-apiai/‘ + app.avatarUri">

in src/Components/Partials/TopHead.vue

  1. Haven't heard of that one yet. Which browser and OS are you using?

Thanks

from dialogflow-web-v2.

WimStienstra avatar WimStienstra commented on June 6, 2024

Hello,

Yea the first 2 problems got fixed. Thx, could the icon fix be added as default or?

I am using Windows 10 with Chrome. The response time has been reduced with the 1 response.

edit: the response still sometimes takes too long that it looked like it crashed.

from dialogflow-web-v2.

alasdair-at-flasher avatar alasdair-at-flasher commented on June 6, 2024

I'm seeing issue 3 too. I'm also using Windows 10 with Chrome.

It's like the input is never sent, though the empty speech bubbles blink.

Firebase logs - I'm using internal webhook for fulfillment - show the request was never received.

If I send another question or repeat the initial one, it comes back to life.

I also get frequent "Aw snap" errors from Chrome reutrning cards with images, though thismay be due to the image size.

Is there any logging available while running npm run serve?

from dialogflow-web-v2.

mishushakov avatar mishushakov commented on June 6, 2024

Yeah,
let's see what i can do. I could maybe add an option to Dialogflow Gateway, that disables the Realtime backend, the clients will fallback to HTTP instead

from dialogflow-web-v2.

mishushakov avatar mishushakov commented on June 6, 2024

Added the avatars issue to Google's Issue Tracker: https://issuetracker.google.com/issues/147386023

from dialogflow-web-v2.

mishushakov avatar mishushakov commented on June 6, 2024

Avatars fixed, missing responses in progress...

from dialogflow-web-v2.

mishushakov avatar mishushakov commented on June 6, 2024

Temporary fix is to terminate WSS connection on the Client
paste this in the created() in App.vue:

this.client.wss_connection = null

Example on RunKit:

Screenshot 2020-01-27 at 13 01 25

from dialogflow-web-v2.

mishushakov avatar mishushakov commented on June 6, 2024

Ok,
i've fixed connection problems, in future versions, Realtime API will be optional, Enterprise Edition also has functionality to disable it server-side

thanks

from dialogflow-web-v2.

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.