Péter Szabados

Results 15 comments of Péter Szabados

@Xender You mean that this script should be fire-and-forget?

The error is traced back to `__init__.py, line 16`. That's this line: https://github.com/peritus/robotframework-httplibrary/blob/0cb5d8fc673a82776e51def26cd7735b141bda68/src/HttpLibrary/__init__.py#L16 This has a Python 2 syntax, which got removed from Python 3.

What's the maximum expected mine density that's safe? Here is a screenshot of a guessing scenario on a 30 mine standard field. ![2020-11-08 21 27 51](https://user-images.githubusercontent.com/2822847/98484435-af8c6680-220f-11eb-94d9-24e58b642e73.jpg)

I looked at the code, and the current no-guessing algorithm is actually not what I want. It only accepts a map if it can be solved by brute-force, i.e. by...

I have the same error. It seems to be related to #517. That one is about the BEE2 GUI itself not working, but I have this problem on Linux too....

If I try to import the module from the Python interpreter, I do not get this error message. Actually, I can start BEE2 by executing `python src/BEE2.pyw` instead of using...

I investigated the problem. The missing file is actually in `/usr/lib/python3.6/site-packages/PIL/.libs`. If I add this directory to `LD_LIBRARY_PATH`, then I get through that error. However, I get another exception: ```...

The problem is not specific to the development version. I could reproduce the problem on master using Docker. Here is the Dockerfile: ``` FROM ubuntu:xenial RUN apt-get update RUN apt-get...

Disabling Google's location accuracy seemed to solve the issue.