• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

Sentinel problem

sawek

New member
I ve raspi 2 and 3

All works fine on 12.0.58 but when update to 12.1

i ve problem with sentinel on both raspi

venv/bin/python bin/sentinel.py

Traceback (most recent call last):
File "bin/sentinel.py", line 244, in <module>
main()
File "bin/sentinel.py", line 149, in main
if not is_dashd_port_open(dashd):
File "bin/sentinel.py", line 136, in is_dashd_port_open
info = dashd.rpc_command('getinfo')
File "lib/dashd.py", line 42, in rpc_command
return self.rpc_connection.__getattr__(params[0])(*params[1:])
File "lib/dashd.py", line 31, in rpc_connection
return AuthServiceProxy("http://{0}:{1}@{2}:{3}".format(*self.creds))
File "/root/.dashcore/sentinel/venv/local/lib/python2.7/site-packages/bitcoinrpc/authproxy.py", line 86, in __init__
self.__url = urlparse.urlparse(service_url)
File "/usr/lib/python2.7/urlparse.py", line 143, in urlparse
tuple = urlsplit(url, scheme, allow_fragments)
File "/usr/lib/python2.7/urlparse.py", line 191, in urlsplit
raise ValueError("Invalid IPv6 URL")
ValueError: Invalid IPv6 URL
 
If you have any special character(s)(beside alpha or number) at rpcuser and rpcpassword, please remove those characters and try again.
 
Hi, also have problem with Sentinel


venv/bin/python bin/sentinel.py


Traceback (most recent call last):

File "bin/sentinel.py", line 5, in <module>

import init

File "lib/init.py", line 103, in <module>

main()

File "lib/init.py", line 85, in main

if not is_valid_python_version():

File "lib/init.py", line 11, in is_valid_python_version

if (2 == ver.major) and (7 <= ver.minor):

AttributeError: 'tuple' object has no attribute 'major'


What this mean ?
 
Back
Top