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.

Does it work in windows 10?

See original GitHub issue

I`ve tried the code, but it gives is me this error when starting it: c:\Python3\osint\EagleEye>py -3 eagle-eye.py Traceback (most recent call last): File “eagle-eye.py”, line 9, in <module> import utils.config as cfg File “c:\Python3\osint\EagleEye\utils\config.py”, line 8, in <module> cfg = json.load(json_data) File “C:\Users.…\AppData\Local\Programs\Python\Python36\lib\json_init_.py”, line 299, in load parse_constant=parse_constant, object_pairs_hook=object_pairs_hook, **kw) File “C:\Users.…\AppData\Local\Programs\Python\Python36\lib\json_init_.py”, line 354, in loads return _default_decoder.decode(s) File “C:\Users.…\AppData\Local\Programs\Python\Python36\lib\json\decoder.py”, line 339, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File “C:\Users.…\AppData\Local\Programs\Python\Python36\lib\json\decoder.py”, line 355, in raw_decode obj, end = self.scan_once(s, idx) json.decoder.JSONDecodeError: Invalid \escape: line 8 column 20 (char 154)

Any idea if I can solve it? Thanks!

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:25 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
fiuderazescommented, Mar 28, 2018

I had multiple versions of python installed, each one with own selenium, webdriver and geckodriver using. Finally I found that the first geckodriver launching was an older version for python 2.7… Ive made updates to the latest 0.20 version for all python versions and everything works fine now. Dlib can be installed on windows , even it takes some time and patience. Ill check again in next days which solution really worked because I`ve tried many in a whole day 😃

1reaction
ThoughtfulDevcommented, Mar 23, 2018

Thats because a Unix path uses forward slashes (‘/’) but windows uses “\” so it cannot get the filename by splitting via ‘/’ change that to console.subtask('Loading {0}'.format(p_str.split('\\')[1]))

its just a print by the way so you could even comment that out.

I hope that you dont pull the latest changes since it completly break windows compatibility because of a unix shell script. i try to add a powershell script.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Check Windows 10 System Requirements & Specs - Microsoft
System requirements for installing Windows 10 ; Processor: 1 gigahertz (GHz) or faster compatible processor or System on a Chip (SoC) ; RAM:...
Read more >
How to Use Windows 10 - Guide for Beginners & Power Users
Windows 10's built-in digital assistant can help you gather important information, manage your schedule, send messages and more. Find out how to ...
Read more >
Windows 10: Getting Started with Windows 10 - GCF Global
If you're new to Windows 10 getting started can seem daunting. This free lesson offers helpful insight.
Read more >
Windows 10 support ends in 4 years, but this is what you ...
Windows 11 kicked off its gradual rollout to eligible devices last month, meaning that Windows 10 will eventually retire with Windows 7 in ......
Read more >
What is Microsoft Windows 10? Definition from WhatIs.com
Windows 10 is a Microsoft operating system for personal computers, tablets, embedded devices and internet of things devices. Microsoft released Windows 10 ...
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