Giter VIP home page Giter VIP logo

robocorp-old's Introduction

Robocorp - Open-source stack for powering Automation Ops.

Robocorp - Powering open-source Automation Ops

Project Description
robocorp.com/docs Documentation supports you on your software robot development journey.
RPA Framework A collection of open-source automation libraries.
RCC Create, manage, and distribute Python-based self-contained automation packages.
Robot Framework A generic open-source automation framework.
Robot Framework LSP Language Server Protocol implementation for Robot Framework. Available for VS Code and IntelliJ.
VS Code extension Create Python or Robot Framework based automation projects.

Developer tools

  • Robocorp VS Code extension: Create Python or Robot Framework based automation projects.
  • RCC: Create, manage, and distribute Python-based self-contained automation packages.

Documentation

Robocorp Control Room

Robocorp Control Room is a convenient way to distribute, monitor and manage your robot workforce in real time across your organization from one central command. Robocorp Control Room's promise is to provide a secure, reliable, and scalable way to orchestrate software robots. It is an all-in-one orchestration solution, so you do not need to maintain and host your own servers, databases, or even runtime environments.

Create an account and start automating!

robocorp-old's People

Contributors

janipalsamaki avatar aikarjal avatar kariharju avatar cmin764 avatar mikahanninen avatar sahokas avatar

Stargazers

 avatar Morgan Lv avatar Tristan Jehan avatar Felix avatar Kevin Burr avatar 1.44 MB avatar Kylie Blake McNaughton avatar Sami Nas avatar Alexis May Chan avatar Arnav avatar steven avatar Ankur Singh avatar Tommi Holmgren avatar  avatar Joel Arrechea avatar  avatar taolin avatar Onyedika Ugoji avatar Steve Chan avatar  avatar Shadi Khalifa avatar Thomas Stephens avatar Tomi Toivio avatar  avatar  avatar 李强 avatar xiewulong avatar  avatar  avatar  avatar LLAWLIET avatar  avatar  avatar  avatar Tejus Venkatesh avatar stygj avatar ocean avatar Hugo Hamel avatar Pongkot Sae-li avatar  avatar Morten Ingemann Zeiner avatar Nathan avatar  avatar Felipe avatar  avatar Yann CLERC avatar  avatar Kingdom Wang avatar  avatar  avatar  avatar PastaGringo avatar  avatar YanZhiwei avatar Frank Cheung avatar Juan Salazar avatar Stéphane ZÉ-OGIER avatar  avatar Jason avatar Hector Ayala avatar  avatar Euler Yuan avatar  avatar RK Aranas avatar  avatar

Watchers

Juha Pohjalainen avatar Mikko Korpela avatar Marco avatar  avatar  avatar James Cloos avatar  avatar  avatar Olli Vättö avatar  avatar  avatar Cosmin G. Popa avatar Matti Mokko avatar Ovidiu Rusu avatar  avatar Kylie Blake McNaughton avatar

robocorp-old's Issues

How does one contact support?

I'm trying to contact customer support, but I cannot find any indication of how to do this on your website or from inside your app. Please add an easily findable method for developers to be able to contact you.


In the meantime, here is my customer support request:

Customer: Havoc Shield (exmplorg7268c1529eef49d4aece7583875cb7bf)
Contact: [email protected]
Issue: There are three long-running processes whose robots have already finished, but they still continue to run. On the process runs' details page, clicking the "Terminate run" does nothing.

image

PermissionError: [Errno 13] Permission denied: 'screnshot.png'

   from RPA.Images import Images
   lib = Images()
   screenshot = lib.take_screenshot(filename="screnshot")

screenshot = lib.take_screenshot(filename="screnshot")
File "C:\Users\hp.pyenv\pyenv-win\versions\3.8.0\lib\site-packages\RPA\Images.py", line 171, in take_screenshot
mss.tools.to_png(image.rgb, image.size, output=filename)
File "C:\Users\hp.pyenv\pyenv-win\versions\3.8.0\lib\site-packages\mss\tools.py", line 60, in to_png
with open(output, "wb") as fileh:
PermissionError: [Errno 13] Permission denied: 'screnshot.png'

it runs fine when triggered explicitly from terminal but when
run from job it fails

CoreGraphics.CGWindowListCreateImage() failed

I am on OSX 10.13
The code works fine when run from terminal but throws error when scheduled as cron

from __future__ import print_function
from robot.api import logger
from robot.libraries.BuiltIn import BuiltIn
from RPA.Desktop import Desktop
from RPA.Desktop.keywords import keyword
from RPA.Images import Images
import easyocr
import numpy as np
import pandas as pd
import pyautogui
import pywinauto

lib = Images()
screenshot = lib.take_screenshot(filename="screnshot")

File "/Users/ishandutta2007/Documents/Projects/LaunchTerminalTabs/flip_ig_firefox.py", line 78, in easyocrclick
screenshot = lib.take_screenshot(filename="screnshot")
File "/Users/ishandutta2007/.pyenv/versions/3.8.0/lib/python3.8/site-packages/RPA/Images.py", line 167, in take_screenshot
image = sct.grab(sct.monitors[0])
File "/Users/ishandutta2007/.pyenv/versions/3.8.0/lib/python3.8/site-packages/mss/base.py", line 88, in grab
return self._grab_impl(monitor)
File "/Users/ishandutta2007/.pyenv/versions/3.8.0/lib/python3.8/site-packages/mss/darwin.py", line 215, in _grab_impl
raise ScreenShotError("CoreGraphics.CGWindowListCreateImage() failed.")
mss.exception.ScreenShotError: CoreGraphics.CGWindowListCreateImage() failed.

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.