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.

Doesn t work - error log.

See original GitHub issue
Traceback (most recent call last):
  File "Moriarty.py", line 175, in <module>
    MP.run()
  File "Moriarty.py", line 145, in run
    self.spamcalls_()
  File "Moriarty.py", line 122, in spamcalls_
    spamcalls().spamcallsStart(self.phoneNumber)
  File "/home/andrejki/Moriarty-Project/DeepInfo/risks.py", line 8, in __init__
    display=Display(visible=0,size=(1024, 768))
  File "/home/andrejki/.local/lib/python3.8/site-packages/pyvirtualdisplay/display.py", line 54, in __init__
    self._obj = cls(
  File "/home/andrejki/.local/lib/python3.8/site-packages/pyvirtualdisplay/xvfb.py", line 44, in __init__
    AbstractDisplay.__init__(
  File "/home/andrejki/.local/lib/python3.8/site-packages/pyvirtualdisplay/abstractdisplay.py", line 85, in __init__
    helptext = get_helptext(program)
  File "/home/andrejki/.local/lib/python3.8/site-packages/pyvirtualdisplay/util.py", line 13, in get_helptext
    p = subprocess.Popen(
  File "/usr/lib/python3.8/subprocess.py", line 858, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "/usr/lib/python3.8/subprocess.py", line 1704, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'Xvfb'

Hi, this is the error. Thank you kindly for this, but it just doesn t work? Best regards

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

5reactions
AzizKplncommented, Aug 2, 2022

Hi, I’m moving this project to playwright. And I’ll remove cli usage. Everything will be on web. Note : This project doesn’t work currently

1reaction
AzizKplncommented, Aug 25, 2022

Hi, the project is updated. You can use it without receiving errors now.

Tested OS: Parrot Linux, Kali Linux

Read more comments on GitHub >

github_iconTop Results From Across the Web

The PHP error log has stopped working. It did work
echo 'About to log'; error_log('An error');. I see "About to log" on the page, but nothing in the error log. How can I...
Read more >
error in php not logging or displaying - Server Fault
The error_reporting and log_errors configuration variables can be overwritten locally within an Apache vhost file, or even in the PHP script itself. Make...
Read more >
Windows 10 Error Log: How To Access Error Logs - Alphr
Access Windows Error Logs via the Power Menu​​ One method that works like charm when you want to enter the Windows Event Viewer...
Read more >
Locate error logs to troubleshoot a problem - Microsoft Support
Here's how to find a log of any errors you might be having in Class Notebook. Type File Explorer in your start bar...
Read more >
6 Ways To Make Error Logs Your New Secret Weapon
1. Don't treat all errors the same · 2. Make sure each error log provides context · 3. Monitor frequency next to 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