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.

WindowsError, other solutions didnt work

See original GitHub issue

### Expected Behavior Bot run as expected

### Actual Behavior Drops error :

Traceback (most recent call last): File “pokecli.py”, line 493, in <module> main() File “pokecli.py”, line 127, in main report_summary(bot) File “pokecli.py”, line 136, in report_summary metrics.capture_stats() File “C:\poke\PokemonGo-Bot\pokemongo_bot\metrics.py”, line 76, in capture_sta ts response_dict = request.call() File “C:\poke\PokemonGo-Bot\pokemongo_bot\api_wrapper.py”, line 106, in call result = self.call() File “C:\poke\PokemonGo-Bot\pokemongo_bot\api_wrapper.py”, line 63, in call return PGoApiRequest.call(self) File “c:\users\aviel\desktop\pg\src\pgoapi\pgoapi\pgoapi.py”, line 210, in cal l request.activate_signature(lib_path) File “c:\users\aviel\desktop\pg\src\pgoapi\pgoapi\rpc_api.py”, line 85, in act ivate_signature self.signature_lib = ctypes.cdll.LoadLibrary(lib_path) File "C:\Python27\lib\ctypes__init.py", line 440, in LoadLibrary return self.dlltype(name) File "C:\Python27\lib\ctypes__init.py", line 362, in init self._handle = _dlopen(self._name, mode) WindowsError:

### Steps to Reproduce downloaded the encrypt.dll , put it in the main folder and did as commanded in other thread :

might want to look into pokemongo_bot/init.py and change self.api.activate_signature(“encrypt.so”) to self.api.activate_signature("./encrypt.dll")

Other Information

OS: win 7 64 Git Commit: (run ‘git log -n 1 --pretty=format:“%H”’ and paste it here) Python Version: (2.7)

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:12 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
Chris221commented, Aug 7, 2016

You have to use the 64 bit version of encrypt.dll (encrypt64bit.dll on slack)

1reaction
aviel600commented, Aug 7, 2016

Solved tnx to Chris221.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fix Windows Update errors - Microsoft Support
The steps in this guided walk-through should help with all Windows Update errors and other issues—you don't need to search for the specific...
Read more >
WindowsError [error 5] Access is denied - Stack Overflow
I tried running the script from a cmd that I ran as administrator, but it didn't help. Tried looking for similar posts but...
Read more >
Windows Is Checking for a Solution to the Problem - YouTube
Windows includes an Error Reporting Service where Windows will try to find a solution to a problem; usually, an application was crashing.
Read more >
How to fix 'Windows cannot access computer' Error Code ...
If this doesn't resolve the error, then move on to the following suggested solution. Quick Fix 3: Check NetBIOS. The next step to...
Read more >
Windows cannot verify digital signature · Issue #121 ... - GitHub
Windows Error 0x00000241 - Windows cannot verify digital signature #121 ... tab and selecting my other device but that also did not work....
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