Giter Site home page Giter Site logo

cbrcli's People

Contributors

inigma117 avatar jmh-ctx avatar sevzero avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cbrcli's Issues

Unhandled exception in event loop

File "C:\Users\SAMSI\AppData\Local\Programs\Python\Python38-32\lib\asyncio\proactor_events.py", line 768, in _loop_self_reading
f.result() # may raise
File "C:\Users\SAMSI\AppData\Local\Programs\Python\Python38-32\lib\asyncio\windows_events.py", line 808, in _poll
value = callback(transferred, key, ov)
File "C:\Users\SAMSI\AppData\Local\Programs\Python\Python38-32\lib\asyncio\windows_events.py", line 457, in finish_recv
raise ConnectionResetError(*exc.args)

Exception [WinError 995] The I/O operation has been aborted because of either a thread exit or an application request

Issue with Large Filemod-save

Hello,

Trying to do a large filemod-save and get the following error. Works on a smaller subset of the data, but as I increase the range, it starts to error.

Traceback (most recent call last): File "cbrcli.py", line 1355, in <module> out = getattr(cbcli_cmd, '_' + cmd.replace('-', '_'), cbcli_cmd._invalid_cmd)(cmd=cmd, params=params, state=state) File "cbrcli.py", line 1099, in _filemods_save return save_extra_data(params, state, 'filemods', format_filemod_export) File "cbrcli.py", line 775, in save_extra_data for extra_data in get_extra_data(records, data_type, formatter=formatter): File "cbrcli.py", line 784, in get_extra_data for event_id, data_list in enumerate((getattr(i, 'all_' + data_type)() if getattr(i, 'all_' + data_type) else getattr(i, data_type, []) for i in records)): File "cbrcli.py", line 784, in <genexpr> for event_id, data_list in enumerate((getattr(i, 'all_' + data_type)() if getattr(i, 'all_' + data_type) else getattr(i, data_type, []) for i in records)): AttributeError: 'NoneType' object has no attribute 'all_filemods'

Issues with prompt_toolkit

I'm using Python 2.7.13 on Debian 9.3. I installed the latest prompt_toolkit from git, and I get the error 'cannot import name style_from_dict'.

$ python cbrcli.py
cbrcli version 1.6.4 (Selenium Green)
Traceback (most recent call last):
File "cbrcli.py", line 24, in
from prompt_toolkit.styles import style_from_dict
ImportError: cannot import name style_from_dict

After making that go away just to see it step forward:

$ python cbrcli.py
cbrcli version 1.6.4 (Selenium Green)
Traceback (most recent call last):
File "cbrcli.py", line 25, in
from prompt_toolkit.token import Token

And...

~$ python cbrcli.py
cbrcli version 1.6.4 (Selenium Green)
Traceback (most recent call last):
File "cbrcli.py", line 27, in
from prompt_toolkit.contrib.completers import WordCompleter, PathCompleter
ImportError: cannot import name WordCompleter

What is the issue?

asyncio invalid syntax error

Hello,

Pulled the latest version this morning and getting the following errors, not quite sure what the issue is relating to

$ python cbrcli.py test
cbrcli version 1.7.8 (Plutonium Eggplant)
Traceback (most recent call last):
  File "cbrcli.py", line 41, in <module>
    import asyncio
  File "/usr/local/lib/python2.7/dist-packages/asyncio/__init__.py", line 9, in <module>
    from . import selectors
  File "/usr/local/lib/python2.7/dist-packages/asyncio/selectors.py", line 39
    "{!r}".format(fileobj)) from None
                               ^
SyntaxError: invalid syntax

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.