Giter VIP home page Giter VIP logo

Comments (6)

NateScarlet avatar NateScarlet commented on June 4, 2024

你确定是无法启动launcher而不是无法启动脚本?这日志包含了你点start才会出现的信息

看 auto_derby.log

from auto-derby.

fatinghenji avatar fatinghenji commented on June 4, 2024

auto_derby.log还停留在6.19的凌晨
image

from auto-derby.

NateScarlet avatar NateScarlet commented on June 4, 2024

那你用命令行的方式开脚本试下

py -3.8 -m auto_derby --adb 127.0.0.1:5555 nurturing

或者是日志文件被其它程序占用了

from auto-derby.

fatinghenji avatar fatinghenji commented on June 4, 2024

报错如下:

Traceback (most recent call last):
  File "C:\Users\XXX\AppData\Local\Programs\Python\Python38\lib\runpy.py", line 185, in _run_module_as_main
    mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
  File "C:\Users\XXX\AppData\Local\Programs\Python\Python38\lib\runpy.py", line 144, in _get_module_details
    return _get_module_details(pkg_main_name, error)
  File "C:\Users\XXX\AppData\Local\Programs\Python\Python38\lib\runpy.py", line 111, in _get_module_details
    __import__(pkg_name)
  File "E:\自动养马\auto_derby\__init__.py", line 1, in <module>
    from ._config import config
  File "E:\自动养马\auto_derby\_config.py", line 60, in <module>
    config.apply()
  File "E:\自动养马\auto_derby\_config.py", line 55, in apply
    ocr.reload()
  File "E:\自动养马\auto_derby\ocr.py", line 31, in reload
    g.labels = json.load(f)
  File "C:\Users\XXX\AppData\Local\Programs\Python\Python38\lib\json\__init__.py", line 293, in load
    return loads(fp.read(),
  File "C:\Users\XXX\AppData\Local\Programs\Python\Python38\lib\json\__init__.py", line 357, in loads
    return _default_decoder.decode(s)
  File "C:\Users\XXX\AppData\Local\Programs\Python\Python38\lib\json\decoder.py", line 337, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "C:\Users\XXX\AppData\Local\Programs\Python\Python38\lib\json\decoder.py", line 353, in raw_decode
    obj, end = self.scan_once(s, idx)
json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 658 column 1 (char 49202)

from auto-derby.

NateScarlet avatar NateScarlet commented on June 4, 2024

你的ocr_labels.json数据格式不合法

from auto-derby.

fatinghenji avatar fatinghenji commented on June 4, 2024

解决了

from auto-derby.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.