Giter Club home page Giter Club logo

feedback's Introduction

Welcome to WayScript Feedback!

Open Issues

Be a superhero!

Submit bugs, feature requests, or feedback you would like to share with the WayScript team.

CLICK HERE

Thank you for being a part of the WayScript community!

Sincerely,
Team WayScript

feedback's People

Contributors

jeffbuswell avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

mbrctv

feedback's Issues

WayScript Feedback

loving too much , getting confidence with the product
looking to integrate with CRMs , like Zoho CRM . I have to wait? - traditional way in some other integrators- or I am/ will be able to do it on myself ?
Thanks for building
Regards

Time Trigger module with ambiguous icon

Describe the bug
The "Time Trigger" doesn't fire unless it's switched ON AND the Double arrows don't have the additional red dot

To Reproduce
I used the Execute Shell Script community example

  1. Change the time
  2. Notice the circular arrows have a small red dot
  3. Unless you click on the dot the timer doesn't fire at the assigned time.

Expected behavior
The problem with any Cron job is that you may need to run it after hours. You will not be around to see that it doesn't work it just mysteriously fails. It should be more obvious that the job will not fire at the appointed time. The presence of tiny red dot isn't obvious. A warning about Time Trigger is disabled perhaps or the slider with enabled on one side and disabled on the other.

Screenshots

Trigger ON
triggerOn

Trigger OFF
triggerOff

Desktop (please complete the following information):
Ubuntu 20.4

Smartphone (please complete the following information):
N/A

Additional context
Add any other context about the problem here.

Some slack channels not showing in the slack trigger

Some of the slack channels are not showing in the slack trigger and was also unable to search the channel.

Steps to reproduce the behavior:
Add Trigger > Choose Slack Trigger.
Add the Workplace > Choose Channel.

Expected Output:
Be able to search the channel that I want.

image

WayScript Feature Request

Would like to see WayScript add integrations modules for mysms & google contacts. So automations can be made between airtable and the following apps google calendar, google contacts, & mysms. Look forward to being able to create automation between those apps...

The object is to pass data between airtable & google contacts when a update is made. Create triggers to send custom text messages using airtable & sending them using mysms at scheduled times.

[FR] Telegram bot

Is your feature request related to a problem? Please describe.

I send RSS to chats/channels/groups via Telegram bot, but at the moment I have to compose my own strings and send them via request as there is no module for this, so I'm hoping to add this feature.

What's your idea?

I hope this module can implement getUpdates, sendMessage and sendPhoto.

Describe alternatives you've considered

I write the code in JavaScript and use requests to send messages to the Telegram bot api to myself.

Additional context

ref. https://core.telegram.org/bots/api#getupdates
ref. https://core.telegram.org/bots/api#sendmessage
ref. https://core.telegram.org/bots/api#sendphoto

WayScript Bug Report - Slack new channel trigger

Describe the bug
Slack Trigger when a new channel is created not working. The values (Slack_channel, Slack_user, and JSON_Data) are not getting parsed or not triggering.

To Reproduce
Steps to reproduce the behavior:

  1. Create a new Slack Trigger when a new channel is created
  2. Select "Any channel"
  3. Select all outputs
  4. Create print with all outputs
  5. Create a new slack channel
  6. See error (no log)

Expected behavior
Expected to see all outputs.

Screenshots
image

Desktop (please complete the following information):

  • OS: UBUNTU
  • Browser: Chrome
  • Version: 79.0.3945.117 (Official Build) (64-bit)

Additional context
I tried using the slack trigger with new message and it worked.

WayScript Bug Report

Description
I have created a code to export all users in Office365 using headless selenium, it was working perfectly on my end but when I paste the code in wayscript it doesn't work.

To Reproduce
I have added a code that will print screen inside the selenium then upload it to my SharePoint so I can see where I'm stuck at.

print (browser.current_url)
browser.save_screenshot("bebe.png")

As you can see I also printed all the files inside the directory but was not unable to find the csv. file which should be downloaded after clicking the export button.
image
As you can see in this screenshot, this is where I am stuck at.
image

Expected behavior
Click the export button.

Screenshots
image

Unable to authorize outlook account

Unable to authorized my outlook account.

Steps to reproduce the behavior:
Add a step > Add Outlook.
Select an Account > Add an account.
After adding the account this error will pop up:
Account Could not be authorized

Expected Output:
To be able to add my outlook account

image

  • OS: Windows 10
  • Browser: Chrome

I've already tried to used different browsers and turn off my outlook account security permission but I still cannot connect my account.

WayScript Bug Report

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.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

WayScript Feedback

Question
I would like to run a MQTT client in Python on Wayscript https://pypi.org/project/paho-mqtt/

Do I just addin the Wayscript requirements.txt paho-mqtt

In this way, I can connect to my physical wireless device system that has MQTT broker and Execute Wayscripts.

WayScript Feature Request

Is your feature request related to a problem? Please describe.
I'm trying to build a workflow around Github Actions.

What's your idea?
I would like to see the github module extended to more easily pull in files and manage all actions/workflows from github.

Describe alternatives you've considered
AWS Lambda or GCP Cloud Functions

Additional context
Really help to control and build my CICD.

WayScript Bug Report

Description:
It seems after using and doing trial and error. I still can't use the os.rename in wayscript.
Is overwriting a file is not possible here?

To Reproduce

for f in os.listdir('/usr/src/app'):
   if f.endswith('.csv'):
      os.rename("BBOXX Member Analytics All time - Mar 17 2020.csv", "asdasd.csv")
      print(f)


Expected Result:
To be able to use os.rename

**Screenshots**
After using os.rename it seems the file doesn't change at all.
![image](https://user-images.githubusercontent.com/34080965/76832715-d9e67980-6864-11ea-8e74-03d2390928df.png)

WayScript Bug Report

Describe the bug
Passings args to a function on a different script fails.

To Reproduce
Steps to reproduce the behavior:

  1. Create two scripts (a and b). B as an input field.
  2. Invoke B.main from A.Main with struct as an arg.
  3. Script B.main invokes normally but without args
  4. Bug is reproduced

Expected behavior
B.main should invoke with args (data type: struct) in variables dict.

Running a python code with a daily trigger isn't re-running the python code

Describe the bug
Running a python code with a daily trigger isn't actually running the python code. It is just using the output generated on the last "code run" (that plays the python code) for every run.

To Reproduce
Steps to reproduce the behavior:

  1. Create a python code to scrape a forex API
import requests
import json
url = 'https://www.freeforexapi.com/api/live?pairs=USDNPR'

r = requests.get(url)

data = json.loads(r.text)
if (data['code'] == 200):
  	message = str(data['rates']['USDNPR']['rate'])
    
outputs['message'] = message
  1. Make the output be sent via email with daily trigger
  2. Test the flow to see if it works. It works and gets the rate
  3. But everyday it sends the same exchange rate even though the API response has different rates, so it's not really running the python code?

Expected behavior
It should run the code every time it is triggered, but it seems, it is using the same output from the last "code run"

Screenshots
email sent

Additional context
I just went to the flow to run the code again. it had the same output for 3 days. ran the code again to get an updated response

Monday.com integration WayScript Feature Request

Is your feature request related to a problem? Please describe.
My work uses monday.com and slack and I'd like to be able to seemlessly connect the two apps.

What's your idea?
A monday.com integration / package.

Describe alternatives you've considered
I've looked at Zapier & automate.io and their functionality between Slack/Monday.com is limited.

Additional context
N/A

WayScript Bug Report

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.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Some slack channels not showing in the slack trigger

Some of the slack channels are not showing in the slack trigger and was also unable to search the channel.

Steps to reproduce the behavior:
Add Trigger > Choose Slack Trigger.
Add the Workplace > Choose Channel.

Expected Output:
Be able to search the channel that I want.

image

Desktop Information

  • OS: Windows 10
  • Browser: Chrome
  • Version: 78.0.3904.97

WayScript Feature Request

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

What's your idea?
A clear and concise description of what you would like to see implemented.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Testing WayScript Bug Report

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.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

WayScript Feature Request

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

What's your idea?
A clear and concise description of what you would like to see implemented.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

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.