Sounds like Game Over. Apple are turning into the AOL of the operating system world (i.e. rich grandmas need only apply). It's sad stuff.
It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
(ERROR) Traceback (most recent call last):
File "/usr/lib/armory/armorymodels.py", line 784, in blkEditingFinished
self.Blk = self.ledgerDelegate.getBlockInVicinity(blk)
File "/usr/lib/armory/CppBlockUtils.py", line 1937, in getBlockInVicinity
def getBlockInVicinity(self, *args): return _CppBlockUtils.LedgerDelegate_getBlockInVicinity(self, *args)
OverflowError: in method 'LedgerDelegate_getBlockInVicinity', argument 2 of type 'uint32_t'
Traceback (most recent call last):
File "/usr/lib/armory/armorymodels.py", line 784, in blkEditingFinished
self.Blk = self.ledgerDelegate.getBlockInVicinity(blk)
File "/usr/lib/armory/CppBlockUtils.py", line 1937, in getBlockInVicinity
def getBlockInVicinity(self, *args): return _CppBlockUtils.LedgerDelegate_getBlockInVicinity(self, *args)
OverflowError: in method 'LedgerDelegate_getBlockInVicinity', argument 2 of type 'uint32_t'
(ERROR) Traceback (most recent call last):
File "/usr/lib/armory/armorymodels.py", line 784, in blkEditingFinished
self.Blk = self.ledgerDelegate.getBlockInVicinity(blk)
File "/usr/lib/armory/CppBlockUtils.py", line 1937, in getBlockInVicinity
def getBlockInVicinity(self, *args): return _CppBlockUtils.LedgerDelegate_getBlockInVicinity(self, *args)
OverflowError: in method 'LedgerDelegate_getBlockInVicinity', argument 2 of type 'uint32_t'
Traceback (most recent call last):
File "/usr/lib/armory/armorymodels.py", line 784, in blkEditingFinished
self.Blk = self.ledgerDelegate.getBlockInVicinity(blk)
File "/usr/lib/armory/CppBlockUtils.py", line 1937, in getBlockInVicinity
def getBlockInVicinity(self, *args): return _CppBlockUtils.LedgerDelegate_getBlockInVicinity(self, *args)
OverflowError: in method 'LedgerDelegate_getBlockInVicinity', argument 2 of type 'uint32_t'
(ERROR) Traceback (most recent call last):
File "/usr/lib/armory/armorymodels.py", line 783, in blkEditingFinished
blk = int(self.edtBlock.text())
ValueError: invalid literal for int() with base 10: '320592pp'
Traceback (most recent call last):
File "/usr/lib/armory/armorymodels.py", line 783, in blkEditingFinished
blk = int(self.edtBlock.text())
ValueError: invalid literal for int() with base 10: '320592pp'
(ERROR) Traceback (most recent call last):
File "/usr/lib/armory/armorymodels.py", line 783, in blkEditingFinished
blk = int(self.edtBlock.text())
ValueError: invalid literal for int() with base 10: '320592pp'
Traceback (most recent call last):
File "/usr/lib/armory/armorymodels.py", line 783, in blkEditingFinished
blk = int(self.edtBlock.text())
ValueError: invalid literal for int() with base 10: '320592pp'
(ERROR) Traceback (most recent call last):
File "/usr/lib/armory/armorymodels.py", line 703, in linkClicked
self.editDate()
File "/usr/lib/armory/armorymodels.py", line 780, in editDate
self.dateChanged()
File "/usr/lib/armory/armorymodels.py", line 794, in dateChanged
self.Date = int(time.mktime(ddate.timetuple()))
ValueError: year out of range
Traceback (most recent call last):
File "/usr/lib/armory/armorymodels.py", line 703, in linkClicked
self.editDate()
File "/usr/lib/armory/armorymodels.py", line 780, in editDate
self.dateChanged()
File "/usr/lib/armory/armorymodels.py", line 794, in dateChanged
self.Date = int(time.mktime(ddate.timetuple()))
ValueError: year out of range
(ERROR) Traceback (most recent call last):
File "/usr/lib/armory/armorymodels.py", line 703, in linkClicked
self.editDate()
File "/usr/lib/armory/armorymodels.py", line 780, in editDate
self.dateChanged()
File "/usr/lib/armory/armorymodels.py", line 796, in dateChanged
self.Blk = TheBDM.bdv().getClosestBlockHeightForTime(self.Date)
File "/usr/lib/armory/CppBlockUtils.py", line 2012, in getClosestBlockHeightForTime
def getClosestBlockHeightForTime(self, *args): return _CppBlockUtils.BlockDataViewer_getClosestBlockHeightForTime(self, *args)
OverflowError: in method 'BlockDataViewer_getClosestBlockHeightForTime', argument 2 of type 'uint32_t'
Traceback (most recent call last):
File "/usr/lib/armory/armorymodels.py", line 703, in linkClicked
self.editDate()
File "/usr/lib/armory/armorymodels.py", line 780, in editDate
self.dateChanged()
File "/usr/lib/armory/armorymodels.py", line 796, in dateChanged
self.Blk = TheBDM.bdv().getClosestBlockHeightForTime(self.Date)
File "/usr/lib/armory/CppBlockUtils.py", line 2012, in getClosestBlockHeightForTime
def getClosestBlockHeightForTime(self, *args): return _CppBlockUtils.BlockDataViewer_getClosestBlockHeightForTime(self, *args)
OverflowError: in method 'BlockDataViewer_getClosestBlockHeightForTime', argument 2 of type 'uint32_t'
(ERROR) Traceback (most recent call last):
File "/usr/lib/armory/qtdialogs.py", line 9589, in accept
if self.createFile_CSV():
File "/usr/lib/armory/qtdialogs.py", line 9723, in createFile_CSV
combinedLedger = walletGroup.getHistoryPage(page)
File "/usr/lib/armory/CppBlockUtils.py", line 2046, in getHistoryPage
def getHistoryPage(self, *args): return _CppBlockUtils.WalletGroup_getHistoryPage(self, *args)
TypeError: WalletGroup_getHistoryPage() takes exactly 4 arguments (2 given)
Traceback (most recent call last):
File "/usr/lib/armory/qtdialogs.py", line 9589, in accept
if self.createFile_CSV():
File "/usr/lib/armory/qtdialogs.py", line 9723, in createFile_CSV
combinedLedger = walletGroup.getHistoryPage(page)
File "/usr/lib/armory/CppBlockUtils.py", line 2046, in getHistoryPage
def getHistoryPage(self, *args): return _CppBlockUtils.WalletGroup_getHistoryPage(self, *args)
(ERROR) Traceback (most recent call last):
File "/usr/lib/armory/qtdialogs.py", line 12243, in clickedOkay
dlg = DlgRestoreFragged(self.parent, self.main, doTest)
File "/usr/lib/armory/qtdialogs.py", line 12921, in __init__
doItText = tr('Test Backup' if thisIsATest else tR('Restore from Fragments'))
NameError: global name 'tR' is not defined
Traceback (most recent call last):
File "/usr/lib/armory/qtdialogs.py", line 12243, in clickedOkay
dlg = DlgRestoreFragged(self.parent, self.main, doTest)
File "/usr/lib/armory/qtdialogs.py", line 12921, in __init__
doItText = tr('Test Backup' if thisIsATest else tR('Restore from Fragments'))
NameError: global name 'tR' is not defined