You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started having issues with beaston02 Streamate recorder so i decided to try yours. Unfortunately it seems to have the same problem. No matter what computer, model, or IP address i use i get this connection refused error.
Any ideas?
Thank you.
P.S. i did open a ticket on beaston02 issue page but i don't think there is any activity there anymore.
Traceback (most recent call last):
File "sm.py", line 37, in
r = manager.request('GET', url)
File "C:\Python27\lib\site-packages\urllib3\request.py", line 66, in request
**urlopen_kw)
File "C:\Python27\lib\site-packages\urllib3\request.py", line 87, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "C:\Python27\lib\site-packages\urllib3\poolmanager.py", line 321, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "C:\Python27\lib\site-packages\urllib3\connectionpool.py", line 678, in urlopen
**response_kw)
File "C:\Python27\lib\site-packages\urllib3\connectionpool.py", line 678, in urlopen
**response_kw)
File "C:\Python27\lib\site-packages\urllib3\connectionpool.py", line 678, in urlopen
**response_kw)
File "C:\Python27\lib\site-packages\urllib3\connectionpool.py", line 649, in urlopen
_stacktrace=sys.exc_info()[2])
File "C:\Python27\lib\site-packages\urllib3\util\retry.py", line 388, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='streamate.com', port=443): Max retries exceeded with url: /cam/AnyModel/ (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x052AD0D0>: Failed to establish a new connection: [Errno 10061] No connection could be made because the target machine actively refused it',))
The text was updated successfully, but these errors were encountered:
Hello,
I started having issues with beaston02 Streamate recorder so i decided to try yours. Unfortunately it seems to have the same problem. No matter what computer, model, or IP address i use i get this connection refused error.
Any ideas?
Thank you.
P.S. i did open a ticket on beaston02 issue page but i don't think there is any activity there anymore.
Error:
c:\horacio9a\streamate-anonymous-master>python sm.py
=> START <=
=> 1 AnyModel
=> Select SM Model => 1
=> Selected SM Model => AnyModel <=
Traceback (most recent call last):
File "sm.py", line 37, in
r = manager.request('GET', url)
File "C:\Python27\lib\site-packages\urllib3\request.py", line 66, in request
**urlopen_kw)
File "C:\Python27\lib\site-packages\urllib3\request.py", line 87, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "C:\Python27\lib\site-packages\urllib3\poolmanager.py", line 321, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "C:\Python27\lib\site-packages\urllib3\connectionpool.py", line 678, in urlopen
**response_kw)
File "C:\Python27\lib\site-packages\urllib3\connectionpool.py", line 678, in urlopen
**response_kw)
File "C:\Python27\lib\site-packages\urllib3\connectionpool.py", line 678, in urlopen
**response_kw)
File "C:\Python27\lib\site-packages\urllib3\connectionpool.py", line 649, in urlopen
_stacktrace=sys.exc_info()[2])
File "C:\Python27\lib\site-packages\urllib3\util\retry.py", line 388, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='streamate.com', port=443): Max retries exceeded with url: /cam/AnyModel/ (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x052AD0D0>: Failed to establish a new connection: [Errno 10061] No connection could be made because the target machine actively refused it',))
The text was updated successfully, but these errors were encountered: