Git Product home page Git Product logo

Comments (9)

abchyperium avatar abchyperium commented on May 22, 2024 1

Ok I'm not near a computer right now but I'll check it when I'm home

from zoom-automation.

abchyperium avatar abchyperium commented on May 22, 2024

Ok I have no idea what I'm doing and I didn't solve the issue
Edit: I have the latest version of Zoom. I redownloaded the Python and this project, and I have the same result where Zoom opens but that's it.
All the files' names have their extension too. I have no idea what to do.
Edit2: I also changed joinIMG.png to a cropped screenshot.

from zoom-automation.

prashanth-up avatar prashanth-up commented on May 22, 2024

Well that was a rollercoaster.
Do you get any errors ? Any exceptions ?

Try this and let me know if anything or nothing happens.
And please be elaborate and final on what you say so I can better understand the situation and help you.

from zoom-automation.

abchyperium avatar abchyperium commented on May 22, 2024

Ok I tried it but still the same result.
My version of Zoom doesn't look like the one in your screenshots. It might be it?
I changed the paths in run.bat but then main.py just crashed so I changed it back to what it was when I downloaded it.

from zoom-automation.

prashanth-up avatar prashanth-up commented on May 22, 2024

Okay I just tested it out for any possible errors and sadly couldn't find anything.(The zoom version)
I can only guess that the automation is too fast for your system.

Try this and increase the delay by a few seconds, as your system may not be in sync with the automation.

from zoom-automation.

abchyperium avatar abchyperium commented on May 22, 2024

I see there's time.sleep 3 times. Which one should I change and to what number?

from zoom-automation.

prashanth-up avatar prashanth-up commented on May 22, 2024

In lines 35,39 and 75 change the decimals to 5.0
In lines like 37, where ever there is an interval increase it's value by 3-5 as you wish
The time.sleep info

The script may take longer but I guess that'll work

from zoom-automation.

abchyperium avatar abchyperium commented on May 22, 2024

I tried it. Same result, just slower.

Edit: I messed with it trying to find solutions. Eventually I got run.bat working. This is the output I got:

Traceback (most recent call last):
  File "C:\Users\Administrator\Desktop\Zoom-Automation-master\main.py.py", line 83, in <module>
    schedule.run_pending()
  File "C:\Users\Administrator\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\schedule\__init__.py", line 563, in run_pending
    default_scheduler.run_pending()
  File "C:\Users\Administrator\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\schedule\__init__.py", line 94, in run_pending
    self._run_job(job)
  File "C:\Users\Administrator\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\schedule\__init__.py", line 147, in _run_job
    ret = job.run()
  File "C:\Users\Administrator\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\schedule\__init__.py", line 466, in run
    ret = self.job_func()
  File "C:\Users\Administrator\Desktop\Zoom-Automation-master\main.py.py", line 47, in zoomClass
    x,y = pyautogui.locateCenterOnScreen('joinIMG.png.png')
  File "C:\Users\Administrator\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\pyautogui\__init__.py", line 175, in wrapper
    return wrappedFunction(*args, **kwargs)
  File "C:\Users\Administrator\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\pyautogui\__init__.py", line 207, in locateCenterOnScreen
    return pyscreeze.locateCenterOnScreen(*args, **kwargs)
  File "C:\Users\Administrator\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\pyscreeze\__init__.py", line 400, in locateCenterOnScreen
    coords = locateOnScreen(image, **kwargs)
  File "C:\Users\Administrator\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\pyscreeze\__init__.py", line 359, in locateOnScreen
    screenshotIm = screenshot(region=None) # the locateAll() function must handle cropping to return accurate coordinates, so don't pass a region here.
  File "C:\Users\Administrator\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\pyscreeze\__init__.py", line 134, in wrapper
    raise PyScreezeException('The Pillow package is required to use this function.')
pyscreeze.PyScreezeException: The Pillow package is required to use this function.

C:\Users\Administrator\Desktop\Zoom-Automation-master>pause

from zoom-automation.

abchyperium avatar abchyperium commented on May 22, 2024

Now I get cannot unpack non-iterable NoneType object

from zoom-automation.

Related Issues (14)

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.