Giter Site home page Giter Site logo

Comments (12)

maxmito avatar maxmito commented on July 22, 2024

Do you have anything in the Twilio Error Logs in the Twilio console?Or in the browser logs?

from plugin-chat-sms-transfer.

chwanyoung avatar chwanyoung commented on July 22, 2024

from plugin-chat-sms-transfer.

maxmito avatar maxmito commented on July 22, 2024

You can find the Error Logs in your Twilio Console, under Monitor

from plugin-chat-sms-transfer.

tsuandre avatar tsuandre commented on July 22, 2024

@maxmito i'm facing the same error.
I was about to open an issue when I found this one, i don't have error on error logs

from plugin-chat-sms-transfer.

maxmito avatar maxmito commented on July 22, 2024

I also had issue at the beginning I kept troubleshooting by looking at errors on the Twilio Console and in the Browser Console.
Without providing any additional details it might be difficult for anyone to help you.
Try to get as much details and possibile and post it here

from plugin-chat-sms-transfer.

tsuandre avatar tsuandre commented on July 22, 2024

Is there a way to see the twilio console logs? I already activate the live logs option, but nothing is shown when the plugin is tested

from plugin-chat-sms-transfer.

chwanyoung avatar chwanyoung commented on July 22, 2024

image

from plugin-chat-sms-transfer.

chwanyoung avatar chwanyoung commented on July 22, 2024

thanks everyone.
and here is my second task queue settings (first is the default queue called everyone)
image

from plugin-chat-sms-transfer.

chwanyoung avatar chwanyoung commented on July 22, 2024

and here is the chat transfer workflow
image

from plugin-chat-sms-transfer.

johnfischelli avatar johnfischelli commented on July 22, 2024

Hello,

I wrote the original implementation of this plugin so I'm sure I can help here.

You mentioned you click the "Transfer" button in the UI and that the "loading sign pops out" - but I'm not sure what this means. Can you show a screenshot of this?

Clicking the transfer button invokes a Flex Action: https://github.com/twilio-professional-services/plugin-chat-sms-transfer/blob/main/src/components/TransferButton/index.js#L12

This action simply reveals a built-in UI native to Flex to list out Queues or Workers to transfer the task to. https://www.twilio.com/docs/flex/developer/ui/components#workerdirectory

If that was loading forever, then you never even got a chance to attempt a transfer and there is likely something else wrong.

Secondly, this plugin initiates an HTTP request to a Twilio function to perform the actual transfer logic. If you are successfully seeing this request initiate, but it is failing please attach a screenshot of the browser console logs so we can determine why.

from plugin-chat-sms-transfer.

chwanyoung avatar chwanyoung commented on July 22, 2024

thanks johnfischelli,
Sorry, My mistake.
The loading sign is not in the pop-up.

After I click on the transfer button, this pops out
image
I then clicked on the arrow,
image
something is wrong here.

Any ideas?
Cheers,
AP

from plugin-chat-sms-transfer.

chwanyoung avatar chwanyoung commented on July 22, 2024

Hi Everyone,

found the issue

The plugin source code from this link is outdated. You need to upgrade it. For example replacing public/appConfig.example.js with public/appConfig.js

The windows command that creates the TaskRouter workflow has the single quotation marks ('task.targetSid') which needs to be removed (task.targetSid)

Hope it helps.

AP

from plugin-chat-sms-transfer.

Related Issues (18)

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.