question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I have an error when execute the script, after check twitter account:

Traceback (most recent call last):
  File "Moriarty.py", line 196, in <module>
    google_phone(options.phone_number)
  File "Moriarty.py", line 134, in google_phone
    google.gg(phone_number)
  File "/home/mateusfg7/Tools/Moriarty-Project/social_media/google.py", line 36, in gg
    WebDriverWait(driver, 10).until(EC.element_to_be_clickable((By.XPATH, '/html/body/div[1]/div[1]/footer/div/div/div[1]/div[1]/div[38]'))).click()
  File "/usr/lib/python3/dist-packages/selenium/webdriver/support/wait.py", line 86, in until
    raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message: 


image

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
AzizKplncommented, May 26, 2020

you have to issue this command: “pip install -r requirements.txt” But I suggest you guys to wait because Moriarty project will be something more than now it is.

1reaction
AzizKplncommented, May 15, 2020

I Will check the bugs but I got final exams bro I Will release the v2. 3 after May. But try to use the tool again it Could be solved thanks for using moriarty I appreciated

Read more comments on GitHub >

github_iconTop Results From Across the Web

Script errors: Execution errors - MicroStrategy
Execution errors occur when an instruction is formed correctly but returns an unexpected result when it is executed. For example, attempting to delete...
Read more >
What are examples of an execution error? - Quora
A runtime error is an error that occurs when you run your program, as opposed to when you compile. Example: This program will...
Read more >
Chapter 16. Execution error management
When an execution error occurs for a business process, the process stops and reverts to the most recent stable state (the closest safe...
Read more >
What is an Action Execution Error? - Method Help Center
This error mostly occurs on customized screens. In most cases, this error is triggered if data inputted is missing or incorrect. For example:....
Read more >
Formula Execution Errors - Oracle Help Center
Fast formula execution errors occur when a problem arises while a formula is running. Typically, data-related issues cause these errors either in the ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found