Commit graph

244 commits

Author SHA1 Message Date
Jack Robison
d8098d8315
update generate_bug_report 2020-10-29 17:17:31 -04:00
Jack Robison
4f798f145b
update generate_bug_report.py 2020-10-28 22:11:48 -04:00
Jack Robison
8a5197cf04
add generate_test_case.py 2020-10-19 10:36:06 -04:00
Jack Robison
c44b856060
fix content pattern regex
-fixes `<?xml version="1.0" encoding="utf-8"?>` breaking vs typical `<?xml version="1.0"?>`
-fixes motorola mg7550
2020-10-15 18:34:49 -04:00
Jack Robison
59dc075f39
Update README.md 2020-10-14 15:08:21 -04:00
Jack Robison
8a718789c7
add python example to readme 2020-10-13 17:05:19 -04:00
Jack Robison
33bfa23273
Merge pull request #24 from lbryio/debug-gateway
add `gather_debug_info` command
2020-10-13 15:57:16 -04:00
Jack Robison
dc80dedff9
skip coverage for gather_debug_info
Signed-off-by: Jack Robison <jackrobison@lbry.io>
2020-10-13 15:33:45 -04:00
Jack Robison
c3df4d21a6
add gather_debug_info and update readme 2020-10-13 15:22:49 -04:00
Jack Robison
ebbca38079
Update README.md 2020-10-04 01:19:43 -04:00
Thomas Zarebczan
89287df0b8
Merge pull request #23 from ykris45/patch-1
Update LICENSE
2020-02-03 17:06:15 -05:00
YULIUS KURNIAWAN KRISTIANTO
0f228816a5
Update LICENSE 2020-02-03 04:39:59 +07:00
Jack Robison
b0e44dfb9c
bump to 0.0.17 2020-01-16 15:34:29 -05:00
Jack Robison
9aae66c8f5
update readme 2020-01-16 15:34:02 -05:00
Jack Robison
d221c1aa3f
Merge pull request #22 from lbryio/catch-connection-error
Fix uncaught ConnectionError in scpd_post and scpd_get
2020-01-15 16:37:02 -05:00
Jack Robison
6d52d76af6
bytes/str 2020-01-15 16:28:53 -05:00
Jack Robison
1c6fd31796
remove mock testing requirement 2020-01-15 16:25:31 -05:00
Jack Robison
99fabb2a65
handle ConnectionError in scpd_get and scpd_post 2020-01-15 16:25:27 -05:00
Jack Robison
d0f61f0597
Update README.md 2019-11-15 13:17:53 -05:00
Jack Robison
60566e07ce
bump version 2019-11-15 10:51:56 -05:00
Jack Robison
36372f747d
update README.md 2019-11-15 10:46:15 -05:00
Jack Robison
5a6be06cb5
fix --debug_logging cli argument 2019-11-15 10:40:00 -05:00
Jack Robison
7ab12ef9a9
Merge pull request #20 from lbryio/fix-tplink-xml-parsing
fix soap xml parsing for tp-link devices
2019-11-14 14:22:13 -05:00
Jack Robison
1570f4a238
delete empty file 2019-11-14 13:36:20 -05:00
Jack Robison
2e24b35463
test tp-link xml namespace parsing bug 2019-11-14 13:35:03 -05:00
Jack Robison
72fd95bcc5
fix soap xml parsing for tp-link devices 2019-11-13 10:57:12 -05:00
Jack Robison
ca34ce29a6
bump version 2019-10-28 10:14:52 -04:00
Jack Robison
383f64b854
Merge pull request #19 from lbryio/python-3.8
python 3.8 support
2019-10-25 16:20:15 -04:00
Jack Robison
d70618864a
test python 3.8 support 2019-10-25 16:13:11 -04:00
Jack Robison
b3b020e01b
Merge pull request #18 from lbryio/fast-discover
Faster gateway discovery
2019-10-25 16:12:40 -04:00
Jack Robison
8e07d7f390
add tests + coverage
-test_socket_setup_error
-ssdp test_deadbeef_response
2019-10-25 14:47:43 -04:00
Jack Robison
1b25c009ca
mypy 2019-10-25 14:19:59 -04:00
Jack Robison
9570a843e3
tests 2019-10-25 01:30:58 -04:00
Jack Robison
655d2ff623
replace fuzzy_m_search with multi_m_search
-lower search timeout from 30s->3s
-send unicast/multicast at the same time, remove optional arg
2019-10-25 01:30:49 -04:00
Jack Robison
d8f309f8fe
fast discovery with multi_m_search
-remove m_search_args from Gateway
2019-10-21 19:02:59 -04:00
Jack Robison
68d6b815a1
don't catch CancelledError 2019-10-21 19:01:47 -04:00
Jack Robison
c3211215df
type annotations 2019-10-21 18:24:54 -04:00
Jack Robison
b1c39cef7b
Merge pull request #16 from StrikerRUS/patch-1
bump year in license
2019-10-09 09:01:52 -04:00
Jack Robison
785e5f2db8
Merge pull request #17 from StrikerRUS/tests
use appropriate asserts in tests
2019-10-09 09:01:26 -04:00
StrikerRUS
bad5a0c7f4 use appropriate asserts in tests 2019-10-09 01:04:58 +03:00
Nikita Titov
1a4664ab89
bump year in license 2019-10-09 00:27:06 +03:00
Jack Robison
ab7ef0048b
bump to 0.0.14 2019-08-19 10:46:49 -04:00
Jack Robison
55f78f2895
raise UPnPError on null or empty result from get_external_ip 2019-08-15 17:23:32 -04:00
Jack Robison
312bab71d5
Merge pull request #15 from lbryio/fix-unhandled-errors
Fix unhandled errors
2019-08-15 17:00:48 -04:00
Jack Robison
21a379eb8c
simplify tests
-make it easy to add new device test cases
2019-08-15 16:48:41 -04:00
Jack Robison
4741842582
fix https://github.com/lbryio/aioupnp/issues/11 2019-08-15 14:53:35 -04:00
Jack Robison
a0d1ca73e0
fix https://github.com/lbryio/aioupnp/issues/14 2019-08-15 14:53:35 -04:00
Jack Robison
6e8eb9a87f
uncomment and update debugging 2019-08-15 14:53:31 -04:00
Jack Robison
22586e3cdf
v0.0.13 2019-06-23 01:41:24 -04:00
Jack Robison
3754cca41f
Merge pull request #13 from lbryio/improve-coverage
more mypy refactoring, improve coverage
2019-05-23 21:35:36 -04:00