-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathTROUBLESHOOTING.txt
125 lines (52 loc) · 5.66 KB
/
TROUBLESHOOTING.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
===================================
T R O U B L E S H O O T I N G
===================================
Please review the possible solutions below for any issues you may have, before contacting the developers for support. If you are still having issues after trying everything relevant in this document, please reach out to the developers for help in the comm channels listed below. Any feedback is GREATLY appreciated, as it helps make this app better for everyone! :)
Have a question, feature you'd like to see added, or an issue to report? You can do that at the following URLs...
Issue Reporting (Features / Issues / Help): https://github.com/taoteh1221/Open_Crypto_Tracker/issues
Discord Chat: https://discord.gg/WZVK2nm
Telegram Chat: https://t.me/joinchat/Oo2XZRS2HsOXSMGejgSO0A
Private Contact: https://dragonfrugal.com/contact
Donations support further development...
Bitcoin: 3Nw6cvSgnLEFmQ1V4e8RSBG23G7pDjF3hW
Ethereum: 0x644343e8D0A4cF33eee3E54fE5d5B8BFD0285EF8
Helium: 13xs559435FGkh39qD9kXasaAnB8JRF8KowqPeUmKHWU46VYG1h
Solana: GvX4AU4V9atTBof9dT9oBnLPmPiz3mhoXBdqcxyRuQnU
Github Sponsors: https://github.com/sponsors/taoteh1221
Patreon: https://www.patreon.com/dragonfrugal
PayPal: https://www.paypal.me/dragonfrugal
Venmo: https://account.venmo.com/u/taoteh1221
=========================================================================================================================================
Ticker Won't Run With Command: ~/ticker-start
-----------------------------------------------------------------------------------------------------------------------------------------
If you think you have installed this application correctly AND are running RaspberryPi OS, but the command ~/ticker-start does not start the ticker, please try a fresh install onto your MicroSD card of the download titled "Raspberry Pi OS with desktop and recommended software", located here:
https://www.raspberrypi.com/software/operating-systems/#raspberry-pi-os-32-bit
The recommended way to install this version of Raspberry Pi OS to your MicroSD card is with Raspberry Pi Imager, located here:
https://www.raspberrypi.com/software/
=========================================================================================================================================
Kucoin Markets Do Not Work
-----------------------------------------------------------------------------------------------------------------------------------------
Kucoin markets will not work if you do not PROPERLY install the ticker app. Copy / paste / run the command below in a terminal program (using the 'Terminal' app in the system menu, or over remote SSH), while logged in AS THE USER THAT WILL RUN THE APP (user must have sudo privileges):
wget --no-cache -O TICKER-INSTALL.bash https://tinyurl.com/install-crypto-ticker;chmod +x TICKER-INSTALL.bash;sudo ./TICKER-INSTALL.bash
=========================================================================================================================================
=========================================================================================================================================
Binance Markets Do Not Work
-----------------------------------------------------------------------------------------------------------------------------------------
Binance started blocking access to some of their price APIs in certain jurasdictions in November of 2022. Check with them in their support channels, if you are unsure if your jurasdiction has been blocked or not.
=========================================================================================================================================
=========================================================================================================================================
Bitcoin Value Of Altcoin Is Zero
-----------------------------------------------------------------------------------------------------------------------------------------
'ticker_max_decimals' may need to be set higher in config.js
=========================================================================================================================================
=========================================================================================================================================
Data Errors, Data Not Updating, System Crashing, Blank Screen After Awhile
-----------------------------------------------------------------------------------------------------------------------------------------
Restart the device running this app. If this fixes the problem, AND YOU ARE USING CHROMIUM / EPIPHANY AS THE TICKER BROWSER, set the ticker browser to firefox INSTEAD (it's more reliable in my browser tests over long time periods). ALSO, make sure you are using a WELL-MAINTAINED version of a debian-based operating system for maximum compatibility with this app (Ubuntu or Raspberry Pi OS are VERY stable and reliable).
=========================================================================================================================================
=========================================================================================================================================
Running on an OLDER Raspberry Pi Device, and Having Issues
-----------------------------------------------------------------------------------------------------------------------------------------
You MAY need to try the LEGACY version of Raspberry Pi OS:
https://www.raspberrypi.com/news/new-old-functionality-with-raspberry-pi-os-legacy/
=========================================================================================================================================