Coder Social home page Coder Social logo

beam's Introduction

beam

https://travis-ci.org/gebn/beam.svg?branch=master https://coveralls.io/repos/github/gebn/beam/badge.svg?branch=master

A lightweight wrapper for the SolusVM client API.

Features

  • Query a host's memory, bandwidth, IP addresses and storage usage.
  • Boot, reboot and shutdown machines.
  • Configurable to work with any SolusVM provider.
  • Command line client and intuitive Python module for your own scripts.

Setup

  1. Run pip install beam to download the module.
  2. Create your .beam.ini inventory file as below.

Inventory

The inventory file holds information about your hosting provider(s) and host(s), so beam knows how to contact the relevant API endpoints and what credentials to use. Here's a sample file:

[special:vendors]
ramnode = https://vpscp.ramnode.com
vendor2 = https://vendor2-panel.com
default = ramnode

[nyc-1]
key = nyc-1_host_key
hash = nyc-1_host_hash

[ams-1]
key = ams-1_host_key
hash = ams-1_host_hash
vendor = vendor2

This file defines two hosts, nyc-1, hosted with RamNode, and ams-1, hosted with FlipHost. At the top are the vendor names in a special vendors section (all other sections are assumed to represent hosts). The format maps a vendor name to their base endpoint for the SolusVM API. The default directive indicates the implicit vendor of every host, and must be specified if more than one vendor is defined.

Each host has its own section. The correct key and hash values can be optained from the SolusVM control panel used by your vendor. If a host is not provided by the default vendor, a vendor directive specifies the correct one.

Usage

Beam provides both a Python library for programmatic access to your hosts, and a simple CLI that wraps it in a couple of lines of code.

CLI

The CLI client can be used to find information about a single host.

$ beam --help
usage: beam [-h] [-V]
            (-A {boot,reboot,shutdown} | -a ATTRIBUTES [ATTRIBUTES ...])
            [host]

A lightweight wrapper for the SolusVM client API.

positional arguments:
  host                  the identifier of the host whose information to
                        retrieve

optional arguments:
  -h, --help            show this help message and exit
  -V, --version         show program's version number and exit
  -A {boot,reboot,shutdown}, --action {boot,reboot,shutdown}
                        an action to execute against the host
  -a ATTRIBUTES [ATTRIBUTES ...], --attributes ATTRIBUTES [ATTRIBUTES ...]
                        one or more attributes of the host to retrieve
$ beam -a bandwidth.free_percentage
0.4983459835
$ beam nyc-1 -a primary_ip
2604:180:2:32b::498b
$ beam ams-1 -a is_online memory.used_bytes
True
34578234983
$ beam nyc-1 -A shutdown
OK

Library

import beam

# shutdown a specific host
host = beam.host('nyc-1')  # name, key or hash
if host.is_online:
    host.shutdown()

# boot all offline hosts
[host.boot() for host in beam.hosts() if not host.is_online]

# get a list of hosts using above 90% of their memory
hosts = [host for host in beam.hosts()
         if host.memory.used_percentage > .9]

# get a list of hosts with less than 10 GiB of storage left
hosts = [host for host in beam.hosts()
         if host.storage.free_bytes < 1024 ** 3 * 10]

Roadmap

  • Generate documentation.
  • Increase unit test coverage to 100%, and implement some integration tests.

Etymology

Although "solus" means alone, that's a tad depressing. Solus also conjures up images of the sun for me. The sun beams down - and the name was available on PyPI - so beam it was.

beam's People

Contributors

gebn avatar

Watchers

 avatar  avatar

beam's Issues

BaseException:

Crash Report

This crash report was reported through the automatic crash reporting system 🤖

Traceback

  File "/home/bauerj/electrum/gui/qt/main_window.py", line 543, in show_about
    raise BaseException()

BaseException: 

Reporter

This issue was reported by 1 user(s):

Electrum Version Operating System Wallet Type Locale
3.0.2 Linux-4.14.2-1-MANJARO-x86_64-with-arch-Manjaro-Linux standard en_US

Additional Information

The reporting user(s) did not provide additional information.

Exception: testing

Crash Report

This crash report was reported through the automatic crash reporting system 🤖

Traceback

  File "./lib/util.py", line 856, in run_with_except_hook
    run_original(*args2, **kwargs2)
  File "./lib/interface.py", line 244, in run
    socket = self.get_socket()
  File "./lib/interface.py", line 153, in get_socket
    raise Exception("testing")

Exception: testing

Reporter

This issue was reported by 3 user(s):

Electrum Version Python Version Operating System Wallet Type Locale Stack
3.1.3 Android 8.1.0 on google bullhead (OPM6.171019.030.B1) standard ? https://crashhubtest.bauerj.eu/crash/32
3.1.3 Android 8.1.0 on google bullhead (OPM6.171019.030.B1) standard ? https://crashhubtest.bauerj.eu/crash/33
3.1.3 Android 8.1.0 on google bullhead (OPM6.171019.030.B1) standard ? https://crashhubtest.bauerj.eu/crash/34

Additional Information

The reporting user(s) did not provide additional information.

Exception: From another thread!!

Crash Report

This crash report was reported through the automatic crash reporting system 🤖

Traceback

  File "/Users/calin/Library/Developer/CoreSimulator/Devices/F0B4C295-E585-4FDD-AE49-989A7DAF75E4/data/Containers/Bundle/Application/098595E3-5B9E-43B2-AF14-AE51B5504293/Electron-Cash.app/Library/Application Support/com.c3-soft.ElectronCash/app/ElectronCash/electroncash_gui/ios_native/utils.py", line 262, in run_with_except_hook
    run_original(*args2, **kwargs2)
  File "/Users/calin/Library/Developer/CoreSimulator/Devices/F0B4C295-E585-4FDD-AE49-989A7DAF75E4/data/Containers/Bundle/Application/098595E3-5B9E-43B2-AF14-AE51B5504293/Electron-Cash.app/Library/Python/lib/python35.zip/threading.py", line 862, in run
    self._target(*self._args, **self._kwargs)
  File "/Users/calin/Library/Developer/CoreSimulator/Devices/F0B4C295-E585-4FDD-AE49-989A7DAF75E4/data/Containers/Bundle/Application/098595E3-5B9E-43B2-AF14-AE51B5504293/Electron-Cash.app/Library/Application Support/com.c3-soft.ElectronCash/app/ElectronCash/electroncash_gui/ios_native/crashreporter.py", line 188, in thrd
    raise Exception("From another thread!!")

Exception: From another thread!!

Reporter

This issue was reported by 2 user(s):

Electrum Version Python Version Operating System Wallet Type Locale Stack
3.2 (iOS Build: 215) iOS 11.4 iPhone (C35A48EB-A6BE-4213-AADE-E97971FA55D5) standard en_UK https://crashhubtest.bauerj.eu/crash/36
3.2 (iOS Build: 215) Darwin-17.6.0-iPhone8,1-64bit iOS 11.4 iPhone (2346A4EF-A82A-4B3A-91EF-62DA7C35E79C) standard en_UK https://crashhubtest.bauerj.eu/crash/38

Additional Information

An exception generated in another thread, on iOS simulator.. for testing.


iOS device, separate thread


ConnectionResetError: [WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen

Crash Report

This crash report was reported through the automatic crash reporting system 🤖

Traceback

  File "C:/Users/bauerj/Documents/GitHub/electrum\lib\util.py", line 768, in run_with_except_hook
    run_original(*args2, **kwargs2)
  File "C:/Users/bauerj/Documents/GitHub/electrum\lib\interface.py", line 225, in run
    socket = self.get_socket()
  File "C:/Users/bauerj/Documents/GitHub/electrum\lib\interface.py", line 152, in get_socket
    s = ssl.wrap_socket(s, ssl_version=ssl.PROTOCOL_TLSv1_1, cert_reqs=ssl.CERT_NONE, ca_certs=None)
  File "C:\Users\bauerj\AppData\Local\Programs\Python\Python36-32\lib\ssl.py", line 1142, in wrap_socket
    ciphers=ciphers)
  File "C:\Users\bauerj\AppData\Local\Programs\Python\Python36-32\lib\ssl.py", line 808, in __init__
    self.do_handshake()
  File "C:\Users\bauerj\AppData\Local\Programs\Python\Python36-32\lib\ssl.py", line 1061, in do_handshake
    self._sslobj.do_handshake()
  File "C:\Users\bauerj\AppData\Local\Programs\Python\Python36-32\lib\ssl.py", line 683, in do_handshake
    self._sslobj.do_handshake()

ConnectionResetError: [WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen

Reporter

This issue was reported by 1 user(s):

Electrum Version Operating System Wallet Type Locale
3.0 Windows-10-10.0.16299-SP0 standard de_DE

Additional Information

The reporting user(s) did not provide additional information.

OSError: [Errno 0] Error

Crash Report

This crash report was reported through the automatic crash reporting system 🤖

Traceback

  File "/home/bauerj/electrum/lib/util.py", line 768, in run_with_except_hook
    run_original(*args2, **kwargs2)
  File "/home/bauerj/electrum/lib/interface.py", line 225, in run
    socket = self.get_socket()
  File "/home/bauerj/electrum/lib/interface.py", line 137, in get_socket
    s = ssl.wrap_socket(s, ssl_version=ssl.PROTOCOL_TLSv1_1, cert_reqs=ssl.CERT_REQUIRED, ca_certs=ca_path, do_handshake_on_connect=True)
  File "/usr/lib/python3.6/ssl.py", line 1142, in wrap_socket
    ciphers=ciphers)
  File "/usr/lib/python3.6/ssl.py", line 808, in __init__
    self.do_handshake()
  File "/usr/lib/python3.6/ssl.py", line 1061, in do_handshake
    self._sslobj.do_handshake()
  File "/usr/lib/python3.6/ssl.py", line 683, in do_handshake
    self._sslobj.do_handshake()

OSError: [Errno 0] Error

Reporter

This issue was reported by 8 user(s):

Electrum Version Operating System Wallet Type Locale
3.0 Linux-4.9.52-1-MANJARO-x86_64-with-glibc2.3.4 imported en_US
3.0 Linux-4.9.52-1-MANJARO-x86_64-with-glibc2.3.4 imported en_US
3.0 Linux-4.9.52-1-MANJARO-x86_64-with-glibc2.3.4 imported en_US
3.0 Linux-4.9.52-1-MANJARO-x86_64-with-glibc2.3.4 imported en_US
3.0 Linux-4.9.52-1-MANJARO-x86_64-with-glibc2.3.4 imported en_US
3.0 Linux-4.9.52-1-MANJARO-x86_64-with-glibc2.3.4 imported en_US
3.0 Linux-4.9.52-1-MANJARO-x86_64-with-glibc2.3.4 imported en_US
3.0 Linux-4.9.52-1-MANJARO-x86_64-with-glibc2.3.4 imported en_US

Additional Information

It just crashed.


OSError: [Errno 0] Error

Crash Report

This crash report was reported through the automatic crash reporting system 🤖

Traceback

  File "/home/bauerj/electrum/lib/util.py", line 768, in run_with_except_hook
    run_original(*args2, **kwargs2)

  File "/home/bauerj/electrum/lib/interface.py", line 225, in run
    socket = self.get_socket()

  File "/home/bauerj/electrum/lib/interface.py", line 137, in get_socket
    s = ssl.wrap_socket(s, ssl_version=ssl.PROTOCOL_TLSv1_1, cert_reqs=ssl.CERT_REQUIRED, ca_certs=ca_path, do_handshake_on_connect=True)

  File "/usr/lib/python3.6/ssl.py", line 1142, in wrap_socket
    ciphers=ciphers)

  File "/usr/lib/python3.6/ssl.py", line 808, in __init__
    self.do_handshake()

  File "/usr/lib/python3.6/ssl.py", line 1061, in do_handshake
    self._sslobj.do_handshake()

  File "/usr/lib/python3.6/ssl.py", line 683, in do_handshake
    self._sslobj.do_handshake()

OSError: [Errno 0] Error

Reporter

This issue was reported by 1 user:

Electrum Version Operating System Wallet Type Locale
3.0 Linux-4.9.52-1-MANJARO-x86_64-with-glibc2.3.4 imported en_US

Additional Information

Test.

ZeroDivisionError: division by zero

Crash Report

This crash report was reported through the automatic crash reporting system 🤖

Traceback

  File "C:\Users\bauerj\Documents\GitHub\electrum\gui\qt\main_window.py", line 543, in show_about
    1/0

ZeroDivisionError: division by zero

Reporter

This issue was reported by 2 user(s):

Electrum Version Operating System Wallet Type Locale
3.0.2 Windows-10-10.0.16299-SP0 standard de_DE
3.0.2 Linux-4.14.2-1-MANJARO-x86_64-with-arch-Manjaro-Linux standard en_US

Additional Information

The reporting user(s) did not provide additional information.

ZeroDivisionError: division by zero

Crash Report

This crash report was reported through the automatic crash reporting system 🤖

Traceback

  File "/data/user/0/org.electrum.electrum/files/app/crystax_python/site-packages/kivy/core/window/window_sdl2.py", line 720, in mainloop
    self._mainloop()
  File "/data/user/0/org.electrum.electrum/files/app/crystax_python/site-packages/kivy/core/window/window_sdl2.py", line 457, in _mainloop
    EventLoop.idle()
  File "/data/user/0/org.electrum.electrum/files/app/crystax_python/site-packages/kivy/base.py", line 340, in idle
    self.dispatch_input()
  File "/data/user/0/org.electrum.electrum/files/app/crystax_python/site-packages/kivy/base.py", line 325, in dispatch_input
    post_dispatch_input(*pop(0))
  File "/data/user/0/org.electrum.electrum/files/app/crystax_python/site-packages/kivy/base.py", line 231, in post_dispatch_input
    listener.dispatch('on_motion', etype, me)
  File "kivy/_event.pyx", line 707, in kivy._event.EventDispatcher.dispatch
  File "/data/user/0/org.electrum.electrum/files/app/crystax_python/site-packages/kivy/core/window/__init__.py", line 1335, in on_motion
    self.dispatch('on_touch_down', me)
  File "kivy/_event.pyx", line 707, in kivy._event.EventDispatcher.dispatch
  File "/data/user/0/org.electrum.electrum/files/app/crystax_python/site-packages/kivy/core/window/__init__.py", line 1351, in on_touch_down
    if w.dispatch('on_touch_down', touch):
  File "kivy/_event.pyx", line 707, in kivy._event.EventDispatcher.dispatch
  File "/data/user/0/org.electrum.electrum/files/app/crystax_python/site-packages/kivy/uix/popup.py", line 228, in on_touch_down
    return super(Popup, self).on_touch_down(touch)
  File "/data/user/0/org.electrum.electrum/files/app/crystax_python/site-packages/kivy/uix/modalview.py", line 226, in on_touch_down
    super(ModalView, self).on_touch_down(touch)
  File "/data/user/0/org.electrum.electrum/files/app/crystax_python/site-packages/kivy/uix/widget.py", line 457, in on_touch_down
    if child.dispatch('on_touch_down', touch):
  File "kivy/_event.pyx", line 707, in kivy._event.EventDispatcher.dispatch
  File "/data/user/0/org.electrum.electrum/files/app/crystax_python/site-packages/kivy/uix/widget.py", line 457, in on_touch_down
    if child.dispatch('on_touch_down', touch):
  File "kivy/_event.pyx", line 707, in kivy._event.EventDispatcher.dispatch
  File "/data/user/0/org.electrum.electrum/files/app/crystax_python/site-packages/kivy/uix/widget.py", line 457, in on_touch_down
    if child.dispatch('on_touch_down', touch):
  File "kivy/_event.pyx", line 707, in kivy._event.EventDispatcher.dispatch
  File "/data/user/0/org.electrum.electrum/files/app/crystax_python/site-packages/kivy/uix/widget.py", line 457, in on_touch_down
    if child.dispatch('on_touch_down', touch):
  File "kivy/_event.pyx", line 707, in kivy._event.EventDispatcher.dispatch
  File "/data/user/0/org.electrum.electrum/files/app/crystax_python/site-packages/kivy/uix/widget.py", line 457, in on_touch_down
    if child.dispatch('on_touch_down', touch):
  File "kivy/_event.pyx", line 707, in kivy._event.EventDispatcher.dispatch
  File "/data/user/0/org.electrum.electrum/files/app/crystax_python/site-packages/kivy/uix/label.py", line 392, in on_touch_down
    self.dispatch('on_ref_press', uid)
  File "kivy/_event.pyx", line 703, in kivy._event.EventDispatcher.dispatch
  File "kivy/_event.pyx", line 1214, in kivy._event.EventObservers.dispatch
  File "kivy/_event.pyx", line 1098, in kivy._event.EventObservers._dispatch
  File "/data/user/0/org.electrum.electrum/files/app/crystax_python/site-packages/kivy/lang/builder.py", line 64, in custom_callback
    exec(__kvlang__.co_value, idmap)
  File "/data/data/org.electrum.electrum/files/app/gui/kivy/uix/ui_screens/about.kv", line 31, in <module>
    1/0

ZeroDivisionError: division by zero

Reporter

This issue was reported by 27 user(s):

Electrum Version Python Version Operating System Wallet Type Locale Stack
3.1.3 Android 8.1.0 on Xiaomi capricorn (OPM1.171019.018) imported ? https://crashhubtest.bauerj.eu/crash/2
3.1.3 Android 8.1.0 on Xiaomi capricorn (OPM1.171019.018) imported ? https://crashhubtest.bauerj.eu/crash/3
3.1.3 Android 8.1.0 on Xiaomi capricorn (OPM1.171019.018) imported ? https://crashhubtest.bauerj.eu/crash/4
3.1.3 Android 8.1.0 on Xiaomi capricorn (OPM1.171019.018) imported ? https://crashhubtest.bauerj.eu/crash/5
3.1.3 Android 8.1.0 on Xiaomi capricorn (OPM1.171019.018) imported ? https://crashhubtest.bauerj.eu/crash/6
3.1.3 Android 8.1.0 on Xiaomi capricorn (OPM1.171019.018) imported ? https://crashhubtest.bauerj.eu/crash/7
3.1.3 Android 8.1.0 on Xiaomi capricorn (OPM1.171019.018) imported ? https://crashhubtest.bauerj.eu/crash/8
3.1.3 Android 8.1.0 on Xiaomi capricorn (OPM1.171019.018) imported ? https://crashhubtest.bauerj.eu/crash/9
3.1.3 Android 8.1.0 on Xiaomi capricorn (OPM1.171019.018) imported ? https://crashhubtest.bauerj.eu/crash/10
3.1.3 Android 8.1.0 on Xiaomi capricorn (OPM1.171019.018) imported ? https://crashhubtest.bauerj.eu/crash/11
3.1.3 Android 8.1.0 on Xiaomi capricorn (OPM1.171019.018) imported ? https://crashhubtest.bauerj.eu/crash/12
3.1.3 Android 8.1.0 on Xiaomi capricorn (OPM1.171019.018) imported ? https://crashhubtest.bauerj.eu/crash/13
3.1.3 Android 8.1.0 on Xiaomi capricorn (OPM1.171019.018) imported ? https://crashhubtest.bauerj.eu/crash/14
3.1.3 Android 8.1.0 on Xiaomi capricorn (OPM1.171019.018) imported ? https://crashhubtest.bauerj.eu/crash/15
3.1.3 Android 8.1.0 on Xiaomi capricorn (OPM1.171019.018) imported ? https://crashhubtest.bauerj.eu/crash/16
3.1.3 Android 8.1.0 on Xiaomi capricorn (OPM1.171019.018) imported ? https://crashhubtest.bauerj.eu/crash/17
3.1.3 Android 8.1.0 on Xiaomi capricorn (OPM1.171019.018) imported ? https://crashhubtest.bauerj.eu/crash/18
3.1.3 Android 8.1.0 on Xiaomi capricorn (OPM1.171019.018) imported ? https://crashhubtest.bauerj.eu/crash/19
3.1.3 Android 8.1.0 on Xiaomi capricorn (OPM1.171019.018) imported ? https://crashhubtest.bauerj.eu/crash/20
3.1.3 Android 8.1.0 on Xiaomi capricorn (OPM1.171019.018) imported ? https://crashhubtest.bauerj.eu/crash/21
3.1.3 Android 8.1.0 on Xiaomi capricorn (OPM1.171019.018) imported ? https://crashhubtest.bauerj.eu/crash/22
3.1.3 Android 8.1.0 on google bullhead (OPM2.171019.029) standard ? https://crashhubtest.bauerj.eu/crash/24
3.1.3 Android 8.1.0 on Xiaomi capricorn (OPM1.171019.018) imported ? https://crashhubtest.bauerj.eu/crash/25
3.1.3 Android 8.1.0 on Xiaomi capricorn (OPM1.171019.018) imported ? https://crashhubtest.bauerj.eu/crash/26
3.1.3 Android 8.1.0 on Xiaomi capricorn (OPM1.171019.018) imported ? https://crashhubtest.bauerj.eu/crash/27
3.1.3 Android 8.1.0 on Xiaomi capricorn (OPM1.171019.018) imported ? https://crashhubtest.bauerj.eu/crash/28
3.1.3 Android 8.1.0 on google bullhead (OPM6.171019.030.B1) 2of3 ? https://crashhubtest.bauerj.eu/crash/29

Additional Information

This is just a test.


qqqq


asd


com.chaquo.python.PyException: JSONDecodeError: Expecting value: line 1 column 1 (char 0)

Crash Report

This crash report was reported through the automatic crash reporting system 🤖

Traceback

	at <python>.raw_decode(stdlib/json/decoder.py:357)
	at <python>.decode(stdlib/json/decoder.py:339)
	at <python>.loads(stdlib/json/__init__.py:354)
	at <python>.chaquopy_java.call(chaquopy_java.pyx:274)
	at <python>.chaquopy_java.Java_com_chaquo_python_PyObject_callAttrThrows(chaquopy_java.pyx:246)
	at com.chaquo.python.PyObject.callAttrThrows(Native Method)
	at com.chaquo.python.PyObject.callAttr(PyObject.java:140)
	at org.electroncash.electroncash3.WalletsFragment$onViewCreated$1.onClick(Wallets.kt:69)
	at android.view.View.performClick(View.java:6256)
	at android.view.View$PerformClick.run(View.java:24701)
	at android.os.Handler.handleCallback(Handler.java:789)
	at android.os.Handler.dispatchMessage(Handler.java:98)
	at android.os.Looper.loop(Looper.java:164)
	at android.app.ActivityThread.main(ActivityThread.java:6541)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:767)
com.chaquo.python.PyException: JSONDecodeError: Expecting value: line 1 column 1 (char 0)

Reporter

This issue was reported by 2 user(s):

Electrum Version Python Version Operating System Wallet Type Locale Stack
3.3.1-1 3.6.5 (default, Aug 20 2018, 13:13:33) [GCC 5.3 20151204] Android 8.0.0 on Google sdk_gphone_x86 (generic_x86) unknown en_US https://crashhubtest.bauerj.eu/crash/56
3.3.1-1 3.6.5 (default, Aug 20 2018, 13:13:33) [GCC 5.3 20151204] Android 8.0.0 on Google sdk_gphone_x86 (generic_x86) unknown en_US https://crashhubtest.bauerj.eu/crash/57

Additional Information

hello


ConnectionResetError: [Errno 104] Connection reset by peer

Crash Report

This crash report was reported through the automatic crash reporting system 🤖

Traceback

  File "/home/bauerj/electrum/lib/util.py", line 768, in run_with_except_hook
    run_original(*args2, **kwargs2)
  File "/home/bauerj/electrum/lib/interface.py", line 225, in run
    socket = self.get_socket()
  File "/home/bauerj/electrum/lib/interface.py", line 137, in get_socket
    s = ssl.wrap_socket(s, ssl_version=ssl.PROTOCOL_TLSv1_1, cert_reqs=ssl.CERT_REQUIRED, ca_certs=ca_path, do_handshake_on_connect=True)
  File "/usr/lib/python3.6/ssl.py", line 1142, in wrap_socket
    ciphers=ciphers)
  File "/usr/lib/python3.6/ssl.py", line 808, in __init__
    self.do_handshake()
  File "/usr/lib/python3.6/ssl.py", line 1061, in do_handshake
    self._sslobj.do_handshake()
  File "/usr/lib/python3.6/ssl.py", line 683, in do_handshake
    self._sslobj.do_handshake()

ConnectionResetError: [Errno 104] Connection reset by peer

Reporter

This issue was reported by 2 user(s):

Electrum Version Operating System Wallet Type Locale
3.0 Linux-4.9.52-1-MANJARO-x86_64-with-glibc2.3.4 imported en_US
3.0 Linux-4.9.52-1-MANJARO-x86_64-with-glibc2.3.4 imported en_US

Additional Information

The reporting user(s) did not provide additional information.

Exception: test exc

Crash Report

This crash report was reported through the automatic crash reporting system 🤖

Traceback

  File "./lib/util.py", line 794, in run_with_except_hook
    run_original(*args2, **kwargs2)
  File "./lib/network.py", line 985, in run
    self.wait_on_sockets()
  File "./lib/network.py", line 967, in wait_on_sockets
    self.process_responses(interface)
  File "./lib/network.py", line 626, in process_responses
    self.process_response(interface, response, callbacks)
  File "./lib/network.py", line 575, in process_response
    callback(response)
  File "./lib/network.py", line 640, in cb2
    callback(x2)
  File "./lib/synchronizer.py", line 132, in on_address_history
    self.wallet.receive_history_callback(addr, hist, tx_fees)
  File "./lib/wallet.py", line 959, in receive_history_callback
    raise Exception("test exc")

Exception: test exc

Reporter

This issue was reported by 1 user(s):

Electrum Version Python Version Operating System Wallet Type Locale Stack
3.1.3 Android 8.1.0 on google bullhead (OPM2.171019.029) standard ? https://crashhubtest.bauerj.eu/crash/23

Additional Information

asd


com.chaquo.python.PyException: TypeError: loads() missing 1 required positional argument: 's'

Crash Report

This crash report was reported through the automatic crash reporting system 🤖

Traceback

	at <python>.run(/android_asset/chaquopy/app.zip/electroncash_gui/android/daemon.py:53)
	at <python>.run(stdlib/threading.py:864)
	at <python>.run(/android_asset/chaquopy/app.zip/electroncash_gui/android/daemon.py:16)
	at <python>.reraise(/android_asset/chaquopy/requirements-common.zip/six.py:693)
	at <python>.run(/android_asset/chaquopy/app.zip/electroncash_gui/android/daemon.py:34)
	at <python>.chaquopy_java.call(chaquopy_java.pyx:274)
	at <python>.chaquopy_java.Java_com_chaquo_python_PyObject_callAttrThrows(chaquopy_java.pyx:246)
	at com.chaquo.python.PyObject.callAttrThrows(Native Method)
	at com.chaquo.python.PyInvocationHandler.invoke(PyInvocationHandler.java:31)
	at java.lang.reflect.Proxy.invoke(Proxy.java:397)
	at $Proxy4.run(Unknown Source)
	at android.os.Handler.handleCallback(Handler.java:739)
	at android.os.Handler.dispatchMessage(Handler.java:95)
	at android.os.Looper.loop(Looper.java:135)
	at android.app.ActivityThread.main(ActivityThread.java:5254)
	at java.lang.reflect.Method.invoke(Native Method)
	at java.lang.reflect.Method.invoke(Method.java:372)
	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698)
com.chaquo.python.PyException: TypeError: loads() missing 1 required positional argument: 's'

Reporter

This issue was reported by 1 user(s):

Electrum Version Python Version Operating System Wallet Type Locale Stack
3.3.1-1 3.6.5 (default, Aug 20 2018, 13:16:15) [GCC 5.3 20151204] Android 5.1.1 on LGE occam (mako) unknown en_US https://crashhubtest.bauerj.eu/crash/58

Additional Information

qwerty


ZeroDivisionError: division by zero

Crash Report

This crash report was reported through the automatic crash reporting system 🤖

Traceback

  File "site-packages\electrum-3.0-py3.6.egg\electrum_gui\qt\main_window.py", line 544, in show_about

ZeroDivisionError: division by zero

Reporter

This issue was reported by 2 user(s):

Electrum Version Operating System Wallet Type Locale
3.0 Windows-7-6.1.7601-SP1 imported en_US
3.0 Windows-10-10.0.16299-SP0 standard de_DE

Additional Information

The reporting user(s) did not provide additional information.

Exception: A random exception!!

Crash Report

This crash report was reported through the automatic crash reporting system 🤖

Traceback

  File "_ctypes/callbacks.c", line 234, in 'calling callback function'
  File "/var/containers/Bundle/Application/0738EE39-AB3A-4556-8C20-CD339ECF9E58/Electron-Cash.app/Library/Application Support/com.c3-soft.ElectronCash/app_packages/rubicon/objc/runtime.py", line 2164, in wrapper
    return self.func(*args)
  File "/private/var/containers/Bundle/Application/0738EE39-AB3A-4556-8C20-CD339ECF9E58/Electron-Cash.app/Library/Application Support/com.c3-soft.ElectronCash/app/ElectronCash/electroncash_gui/ios_native/utils.py", line 550, in OnTimer
    func(*args)
  File "/private/var/containers/Bundle/Application/0738EE39-AB3A-4556-8C20-CD339ECF9E58/Electron-Cash.app/Library/Application Support/com.c3-soft.ElectronCash/app/ElectronCash/electroncash_gui/ios_native/crashreporter.py", line 173, in duh
    raise Exception("A random exception!!")

Exception: A random exception!!

Reporter

This issue was reported by 4 user(s):

Electrum Version Python Version Operating System Wallet Type Locale Stack
3.2 (iOS Build: 215) iOS 11.4 iPhone (2346A4EF-A82A-4B3A-91EF-62DA7C35E79C) standard en_UK https://crashhubtest.bauerj.eu/crash/35
3.2 (iOS Build: 215) Darwin-17.6.0-x86_64-64bit iOS 11.4 iPhone (C35A48EB-A6BE-4213-AADE-E97971FA55D5) standard en_UK https://crashhubtest.bauerj.eu/crash/37
3.2 (iOS Build: 215) Darwin-17.6.0-iPhone8,1-64bit iOS 11.4 iPhone (2346A4EF-A82A-4B3A-91EF-62DA7C35E79C) standard en_UK https://crashhubtest.bauerj.eu/crash/39
3.2 (iOS Build: 215) Darwin-17.6.0-iPhone8,1-64bit iOS 11.4 iPhone (2346A4EF-A82A-4B3A-91EF-62DA7C35E79C) standard en_UK https://crashhubtest.bauerj.eu/crash/40

Additional Information

Another test


An exception with more info in the platform string


More exception testing


Test


java.lang.Exception: Testing crash reports

Crash Report

This crash report was reported through the automatic crash reporting system 🤖

Traceback

java.lang.Exception
	at org.electroncash.electroncash3.WalletsFragment$onViewCreated$5.onClick(Wallets.kt:83)
	at android.view.View.performClick(View.java:6256)
	at android.view.View$PerformClick.run(View.java:24701)
	at android.os.Handler.handleCallback(Handler.java:789)
	at android.os.Handler.dispatchMessage(Handler.java:98)
	at android.os.Looper.loop(Looper.java:164)
	at android.app.ActivityThread.main(ActivityThread.java:6541)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:767)

java.lang.Exception: Testing crash reports

Reporter

This issue was reported by 1 user(s):

Electrum Version Python Version Operating System Wallet Type Locale Stack
3.3.1-1 3.6.5 (default, Aug 20 2018, 13:13:33) [GCC 5.3 20151204] Android 8.0.0 on Google sdk_gphone_x86 (generic_x86) unknown en_US https://crashhubtest.bauerj.eu/crash/55

Additional Information

FIXME description


com.chaquo.python.PyException: ValueError: invalid literal for int() with base 10: 'xxx'

Crash Report

This crash report was reported through the automatic crash reporting system 🤖

Traceback

	at <python>.<lambda>(<console>:1)
	at <python>.run(stdlib/threading.py:864)
	at <python>.run(/android_asset/chaquopy/app.zip/electroncash_gui/android/daemon.py:39)
	at <python>.reraise(/android_asset/chaquopy/requirements-common.zip/six.py:693)
	at <python>.run(/android_asset/chaquopy/app.zip/electroncash_gui/android/daemon.py:30)
	at <python>.chaquopy_java.call(chaquopy_java.pyx:274)
	at <python>.chaquopy_java.Java_com_chaquo_python_PyObject_callAttrThrows(chaquopy_java.pyx:246)
	at com.chaquo.python.PyObject.callAttrThrows(Native Method)
	at com.chaquo.python.PyInvocationHandler.invoke(PyInvocationHandler.java:31)
	at java.lang.reflect.Proxy.invoke(Proxy.java:913)
	at $Proxy4.run(Unknown Source)
	at android.os.Handler.handleCallback(Handler.java:789)
	at android.os.Handler.dispatchMessage(Handler.java:98)
	at android.os.Looper.loop(Looper.java:164)
	at android.app.ActivityThread.main(ActivityThread.java:6541)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:767)
com.chaquo.python.PyException: ValueError: invalid literal for int() with base 10: 'xxx'

Reporter

This issue was reported by 3 user(s):

Electrum Version Python Version Operating System Wallet Type Locale Stack
3.3.1-1 3.6.5 (default, Aug 20 2018, 13:13:33) [GCC 5.3 20151204] Android 8.0.0 on Google Android SDK built for x86 (generic_x86) unknown en_US https://crashhubtest.bauerj.eu/crash/59
3.3.1-2 3.6.5 (default, Aug 20 2018, 13:13:33) [GCC 5.3 20151204] Android 8.0.0 on Google Android SDK built for x86 (generic_x86) unknown en_US https://crashhubtest.bauerj.eu/crash/60
3.3.1-3 3.6.5 (default, Aug 20 2018, 13:13:33) [GCC 5.3 20151204] Android 8.0.0 on Google Android SDK built for x86 (generic_x86) unknown en_US https://crashhubtest.bauerj.eu/crash/61

Additional Information

The reporting user(s) did not provide additional information.

OSError: [Errno 0] Error

Crash Report

This crash report was reported through the automatic crash reporting system 🤖

Traceback

  File "/home/bauerj/electrum/lib/util.py", line 768, in run_with_except_hook
    run_original(*args2, **kwargs2)

  File "/home/bauerj/electrum/lib/interface.py", line 225, in run
    socket = self.get_socket()

  File "/home/bauerj/electrum/lib/interface.py", line 137, in get_socket
    s = ssl.wrap_socket(s, ssl_version=ssl.PROTOCOL_TLSv1_1, cert_reqs=ssl.CERT_REQUIRED, ca_certs=ca_path, do_handshake_on_connect=True)

  File "/usr/lib/python3.6/ssl.py", line 1142, in wrap_socket
    ciphers=ciphers)

  File "/usr/lib/python3.6/ssl.py", line 808, in __init__
    self.do_handshake()

  File "/usr/lib/python3.6/ssl.py", line 1061, in do_handshake
    self._sslobj.do_handshake()

  File "/usr/lib/python3.6/ssl.py", line 683, in do_handshake
    self._sslobj.do_handshake()

OSError: [Errno 0] Error

Reporter

This issue was reported by 1 user:

Electrum Version Operating System Wallet Type Locale
3.0 Linux-4.9.52-1-MANJARO-x86_64-with-glibc2.3.4 imported en_US

Additional Information

Test.

ZeroDivisionError: division by zero

Crash Report

This crash report was reported through the automatic crash reporting system 🤖

Traceback

  File "/data/user/0/org.electrum.electrum/files/app/crystax_python/site-packages/kivy/core/window/window_sdl2.py", line 720, in mainloop
    self._mainloop()
  File "/data/user/0/org.electrum.electrum/files/app/crystax_python/site-packages/kivy/core/window/window_sdl2.py", line 457, in _mainloop
    EventLoop.idle()
  File "/data/user/0/org.electrum.electrum/files/app/crystax_python/site-packages/kivy/base.py", line 340, in idle
    self.dispatch_input()
  File "/data/user/0/org.electrum.electrum/files/app/crystax_python/site-packages/kivy/base.py", line 325, in dispatch_input
    post_dispatch_input(*pop(0))
  File "/data/user/0/org.electrum.electrum/files/app/crystax_python/site-packages/kivy/base.py", line 291, in post_dispatch_input
    wid.dispatch('on_touch_up', me)
  File "kivy/_event.pyx", line 707, in kivy._event.EventDispatcher.dispatch
  File "/data/user/0/org.electrum.electrum/files/app/crystax_python/site-packages/kivy/uix/behaviors/button.py", line 179, in on_touch_up
    self.dispatch('on_release')
  File "kivy/_event.pyx", line 703, in kivy._event.EventDispatcher.dispatch
  File "kivy/_event.pyx", line 1214, in kivy._event.EventObservers.dispatch
  File "kivy/_event.pyx", line 1098, in kivy._event.EventObservers._dispatch
  File "/data/user/0/org.electrum.electrum/files/app/crystax_python/site-packages/kivy/lang/builder.py", line 64, in custom_callback
    exec(__kvlang__.co_value, idmap)
  File "<string>", line 23, in <module>
  File "kivy/_event.pyx", line 707, in kivy._event.EventDispatcher.dispatch
  File "./gui/kivy/uix/dialogs/installwizard.py", line 478, in on_release
    self.run_next(*params)
  File "./lib/base_wizard.py", line 60, in run
    f(*args)
  File "./lib/base_wizard.py", line 276, in restore_from_seed
    self.restore_seed_dialog(run_next=self.on_restore_seed, test=test)
  File "./gui/kivy/uix/dialogs/installwizard.py", line 784, in restore_seed_dialog
    1/0

ZeroDivisionError: division by zero

Reporter

This issue was reported by 1 user(s):

Electrum Version Operating System Wallet Type Locale
3.0.2 Android 7.1.2 on Xiaomi capricorn (aicp_capricorn-userdebug 7.1.2 NJH47F bd95a5a459 test-keys) unknown ?

Additional Information

ftdt


OSError: [Errno 0] Error

Crash Report

This crash report was reported through the automatic crash reporting system 🤖

Traceback

['  File "/home/bauerj/electrum/lib/util.py", line 768, in run_with_except_hook\n    run_original(*args2, **kwargs2)\n', '  File "/home/bauerj/electrum/lib/interface.py", line 225, in run\n    socket = self.get_socket()\n', '  File "/home/bauerj/electrum/lib/interface.py", line 137, in get_socket\n    s = ssl.wrap_socket(s, ssl_version=ssl.PROTOCOL_TLSv1_1, cert_reqs=ssl.CERT_REQUIRED, ca_certs=ca_path, do_handshake_on_connect=True)\n', '  File "/usr/lib/python3.6/ssl.py", line 1142, in wrap_socket\n    ciphers=ciphers)\n', '  File "/usr/lib/python3.6/ssl.py", line 808, in __init__\n    self.do_handshake()\n', '  File "/usr/lib/python3.6/ssl.py", line 1061, in do_handshake\n    self._sslobj.do_handshake()\n', '  File "/usr/lib/python3.6/ssl.py", line 683, in do_handshake\n    self._sslobj.do_handshake()\n']
OSError: [Errno 0] Error

Reporter

This issue was reported by { user_count } user:

Electrum Version Operating System Wallet Type Locale
3.0 Linux-4.9.52-1-MANJARO-x86_64-with-glibc2.3.4 imported en_US

Additional Information

The reporting user(s) did not provide additional information.

OSError: [Errno 0] Error

Crash Report

This crash report was reported through the automatic crash reporting system 🤖

Traceback

  File "/home/bauerj/electrum/lib/util.py", line 768, in run_with_except_hook
    run_original(*args2, **kwargs2)

  File "/home/bauerj/electrum/lib/interface.py", line 225, in run
    socket = self.get_socket()

  File "/home/bauerj/electrum/lib/interface.py", line 137, in get_socket
    s = ssl.wrap_socket(s, ssl_version=ssl.PROTOCOL_TLSv1_1, cert_reqs=ssl.CERT_REQUIRED, ca_certs=ca_path, do_handshake_on_connect=True)

  File "/usr/lib/python3.6/ssl.py", line 1142, in wrap_socket
    ciphers=ciphers)

  File "/usr/lib/python3.6/ssl.py", line 808, in __init__
    self.do_handshake()

  File "/usr/lib/python3.6/ssl.py", line 1061, in do_handshake
    self._sslobj.do_handshake()

  File "/usr/lib/python3.6/ssl.py", line 683, in do_handshake
    self._sslobj.do_handshake()

OSError: [Errno 0] Error

Reporter

This issue was reported by 1 user:

Electrum Version Operating System Wallet Type Locale
3.0 Linux-4.9.52-1-MANJARO-x86_64-with-glibc2.3.4 imported en_US

Additional Information

The reporting user(s) did not provide additional information.

ZeroDivisionError: division by zero

Crash Report

This crash report was reported through the automatic crash reporting system 🤖

Traceback

  File "C:/Users/bauerj/Documents/GitHub/electrum\gui\qt\main_window.py", line 543, in show_about
    1/0

ZeroDivisionError: division by zero

Reporter

This issue was reported by 2 user(s):

Electrum Version Operating System Wallet Type Locale
3.0.2 Windows-10-10.0.16299-SP0 standard de_DE
3.0.5 Windows-10-10.0.16299-SP0 standard de_DE

Additional Information

Just testing


Another test


ZeroDivisionError: division by zero

Crash Report

This crash report was reported through the automatic crash reporting system 🤖

Traceback

  File "C:/Users/bauerj/Documents/GitHub/electrum\gui\qt\main_window.py", line 544, in show_about
    1/0

ZeroDivisionError: division by zero

Reporter

This issue was reported by 1 user(s):

Electrum Version Operating System Wallet Type Locale
3.1 Windows-10-10.0.16299-SP0 standard de_DE

Additional Information

test


Exception: testing

Crash Report

This crash report was reported through the automatic crash reporting system 🤖

Traceback

  File "./lib/util.py", line 794, in run_with_except_hook
    run_original(*args2, **kwargs2)
  File "/data/user/0/org.electrum.electrum/files/app/crystax_python/site-packages/jnius/__init__.py", line 54, in jnius_thread_hook
    return orig_thread_run(*args, **kwargs)
  File "/data/user/0/org.electrum.electrum/files/app/crystax_python/stdlib.zip/threading.py", line 864, in run
    self._target(*self._args, **self._kwargs)
  File "./gui/kivy/main_window.py", line 806, in _sign_tx
    self.wallet.sign_transaction(tx, password)
  File "./lib/wallet.py", line 1490, in sign_transaction
    raise Exception("testing")

Exception: testing

Reporter

This issue was reported by 2 user(s):

Electrum Version Python Version Operating System Wallet Type Locale Stack
3.1.3 Android 8.1.0 on google bullhead (OPM6.171019.030.B1) standard ? https://crashhubtest.bauerj.eu/crash/30
3.1.3 Android 8.1.0 on google bullhead (OPM6.171019.030.B1) standard ? https://crashhubtest.bauerj.eu/crash/31

Additional Information

test..1122


OSError: [Errno 0] Error

Crash Report

This crash report was reported through the automatic crash reporting system 🤖

Traceback

  File "/home/bauerj/electrum/lib/util.py", line 768, in run_with_except_hook
    run_original(*args2, **kwargs2)

  File "/home/bauerj/electrum/lib/interface.py", line 225, in run
    socket = self.get_socket()

  File "/home/bauerj/electrum/lib/interface.py", line 137, in get_socket
    s = ssl.wrap_socket(s, ssl_version=ssl.PROTOCOL_TLSv1_1, cert_reqs=ssl.CERT_REQUIRED, ca_certs=ca_path, do_handshake_on_connect=True)

  File "/usr/lib/python3.6/ssl.py", line 1142, in wrap_socket
    ciphers=ciphers)

  File "/usr/lib/python3.6/ssl.py", line 808, in __init__
    self.do_handshake()

  File "/usr/lib/python3.6/ssl.py", line 1061, in do_handshake
    self._sslobj.do_handshake()

  File "/usr/lib/python3.6/ssl.py", line 683, in do_handshake
    self._sslobj.do_handshake()

OSError: [Errno 0] Error

Reporter

This issue was reported by 3 user:

Electrum Version Operating System Wallet Type Locale
3.0 Linux-4.9.52-1-MANJARO-x86_64-with-glibc2.3.4 imported en_US
3.0 Linux-4.9.52-1-MANJARO-x86_64-with-glibc2.3.4 imported en_US
3.0 Linux-4.9.52-1-MANJARO-x86_64-with-glibc2.3.4 imported en_US

Additional Information

Test #3


This is also a test.


Test.


OSError: [Errno 0] Error

Crash Report

This crash report was reported through the automatic crash reporting system 🤖

Traceback

  File "/home/bauerj/electrum/lib/util.py", line 768, in run_with_except_hook
    run_original(*args2, **kwargs2)
  File "/home/bauerj/electrum/lib/interface.py", line 225, in run
    socket = self.get_socket()
  File "/home/bauerj/electrum/lib/interface.py", line 137, in get_socket
    s = ssl.wrap_socket(s, ssl_version=ssl.PROTOCOL_TLSv1_1, cert_reqs=ssl.CERT_REQUIRED, ca_certs=ca_path, do_handshake_on_connect=True)
  File "/usr/lib/python3.6/ssl.py", line 1142, in wrap_socket
    ciphers=ciphers)
  File "/usr/lib/python3.6/ssl.py", line 808, in __init__
    self.do_handshake()
  File "/usr/lib/python3.6/ssl.py", line 1061, in do_handshake
    self._sslobj.do_handshake()
  File "/usr/lib/python3.6/ssl.py", line 683, in do_handshake
    self._sslobj.do_handshake()

OSError: [Errno 0] Error

Reporter

This issue was reported by 1 user(s):

Electrum Version Operating System Wallet Type Locale
3.0 Linux-4.9.53-1-MANJARO-x86_64-with-glibc2.3.4 imported en_US

Additional Information

The reporting user(s) did not provide additional information.

ConnectionResetError: [WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen

Crash Report

This crash report was reported through the automatic crash reporting system 🤖

Traceback

  File "C:/Users/bauerj/Documents/GitHub/electrum\lib\util.py", line 768, in run_with_except_hook
    run_original(*args2, **kwargs2)
  File "C:/Users/bauerj/Documents/GitHub/electrum\lib\interface.py", line 225, in run
    socket = self.get_socket()
  File "C:/Users/bauerj/Documents/GitHub/electrum\lib\interface.py", line 137, in get_socket
    s = ssl.wrap_socket(s, ssl_version=ssl.PROTOCOL_TLSv1_1, cert_reqs=ssl.CERT_REQUIRED, ca_certs=ca_path, do_handshake_on_connect=True)
  File "C:\Users\bauerj\AppData\Local\Programs\Python\Python36-32\lib\ssl.py", line 1142, in wrap_socket
    ciphers=ciphers)
  File "C:\Users\bauerj\AppData\Local\Programs\Python\Python36-32\lib\ssl.py", line 808, in __init__
    self.do_handshake()
  File "C:\Users\bauerj\AppData\Local\Programs\Python\Python36-32\lib\ssl.py", line 1061, in do_handshake
    self._sslobj.do_handshake()
  File "C:\Users\bauerj\AppData\Local\Programs\Python\Python36-32\lib\ssl.py", line 683, in do_handshake
    self._sslobj.do_handshake()

ConnectionResetError: [WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen

Reporter

This issue was reported by 2 user(s):

Electrum Version Operating System Wallet Type Locale
3.0 Windows-10-10.0.16299-SP0 standard de_DE
3.0 Windows-10-10.0.16299-SP0 standard de_DE

Additional Information

The reporting user(s) did not provide additional information.

ZeroDivisionError: division by zero

Crash Report

This crash report was reported through the automatic crash reporting system 🤖

Traceback

  File "/home/bauerj/electrum/gui/qt/main_window.py", line 561, in show_about
    1/0

ZeroDivisionError: division by zero

Reporter

This issue was reported by 8 user(s):

Electrum Version Python Version Operating System Wallet Type Locale Stack
3.0.3-702-gbf5b3077-dirty Linux-4.14.29-1-MANJARO-x86_64-with-arch-Manjaro-Linux 2of2 en_US https://crashhubtest.bauerj.eu/crash/1
3.1.3-250-g41a257c-dirty Windows-10-10.0.17134-SP0 standard de_DE https://crashhubtest.bauerj.eu/crash/41
3.2.1-5-g10f037c-dirty 3.6.2 (v3.6.2:5fd33b5, Jul 8 2017, 04:14:34) [MSC v.1900 32 bit (Intel)] Windows-10-10.0.17134-SP0 standard de_DE https://crashhubtest.bauerj.eu/crash/49
3.2.1-5-g10f037c-dirty 3.6.2 (v3.6.2:5fd33b5, Jul 8 2017, 04:14:34) [MSC v.1900 32 bit (Intel)] Windows-10-10.0.17134-SP0 standard de_DE https://crashhubtest.bauerj.eu/crash/50
3.2.2-125-g280fa4d-dirty 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:06:47) [MSC v.1914 32 bit (Intel)] Windows-10-10.0.17134-SP0 standard de_DE https://crashhubtest.bauerj.eu/crash/51
3.2.2-125-g280fa4d-dirty 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:06:47) [MSC v.1914 32 bit (Intel)] Windows-10-10.0.17134-SP0 standard de_DE https://crashhubtest.bauerj.eu/crash/52
3.2.2-125-g280fa4d-dirty 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:06:47) [MSC v.1914 32 bit (Intel)] Windows-10-10.0.17134-SP0 standard de_DE https://crashhubtest.bauerj.eu/crash/53
3.2.2-125-g280fa4d-dirty 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:06:47) [MSC v.1914 32 bit (Intel)] Windows-10-10.0.17134-SP0 standard de_DE https://crashhubtest.bauerj.eu/crash/54

Additional Information

The reporting user(s) did not provide additional information.

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.