Spaces:
Runtime error
Runtime error
ashhadahsan
commited on
Commit
β’
5e99f3f
1
Parent(s):
3d51c8f
Upload constants.py
Browse files- constants.py +114 -0
constants.py
ADDED
@@ -0,0 +1,114 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
sub_themes_dict={0: '"Turn Display Off After X Mins" Not working',
|
2 |
+
1: 'Adapter gets hot',
|
3 |
+
2: 'Ads interupts device use',
|
4 |
+
3: 'Alexa integration - Device pairing',
|
5 |
+
4: 'Alexa-related issue',
|
6 |
+
5: 'App crashing/glitching',
|
7 |
+
6: 'App not working as expected',
|
8 |
+
7: 'Apps not loading as expected',
|
9 |
+
8: 'Arrived Defective',
|
10 |
+
9: 'Backup and Restore did not work',
|
11 |
+
10: 'Bluetooth constantly disconnects',
|
12 |
+
11: 'Buttons clicking itself',
|
13 |
+
12: "Can't block app purchase",
|
14 |
+
13: "Charging Cable won't fit",
|
15 |
+
14: "Charging Cable won't stay plugged in",
|
16 |
+
15: 'Dead pixel on screen',
|
17 |
+
16: 'Delivery Related',
|
18 |
+
17: 'Device already registered',
|
19 |
+
18: 'Device heats up',
|
20 |
+
19: 'Device needs to be plugged to use',
|
21 |
+
20: 'Device not charging',
|
22 |
+
21: 'Device not holding charge',
|
23 |
+
22: 'Device not turning on',
|
24 |
+
23: 'Device stuck on homescreen',
|
25 |
+
24: 'Devices shuts down constantly',
|
26 |
+
25: 'Does not support Hoopla App',
|
27 |
+
26: 'Feedback - Battery life not adequate',
|
28 |
+
27: 'Feedback - Camera',
|
29 |
+
28: 'Feedback - Competitor comparision',
|
30 |
+
29: 'Feedback - Device too small',
|
31 |
+
30: 'Feedback - Difficult to setup',
|
32 |
+
31: 'Feedback - Difficult to use',
|
33 |
+
32: 'Feedback - Heavy to hold',
|
34 |
+
33: 'Feedback - Keyboard related',
|
35 |
+
34: 'Feedback - Lockscreen ads',
|
36 |
+
35: 'Feedback - Needs more RAM',
|
37 |
+
36: 'Feedback - Power button',
|
38 |
+
37: 'Feedback - Sound quality',
|
39 |
+
38: 'Feedback - Storage',
|
40 |
+
39: 'Feedback - Wireless Charging',
|
41 |
+
40: 'General - Did not meet expectations',
|
42 |
+
41: 'Incompatible with prior-gen accessories',
|
43 |
+
42: 'Issue with charging port',
|
44 |
+
43: 'Item arrived Damaged',
|
45 |
+
44: 'Item arrived late',
|
46 |
+
45: 'Item arrived missing',
|
47 |
+
46: 'Item not in packaging',
|
48 |
+
47: 'Language missing',
|
49 |
+
48: 'Lines on screen',
|
50 |
+
49: 'Lockscreen ads not removed after purchase',
|
51 |
+
50: 'Mail app not working',
|
52 |
+
51: 'Missing hyperlink Kindle feature',
|
53 |
+
52: 'Missing navigation icons',
|
54 |
+
53: 'Missing power cable',
|
55 |
+
54: 'Moisture Detection Issue',
|
56 |
+
55: 'Need Detailed Owners Manual',
|
57 |
+
56: 'No Reason Given',
|
58 |
+
57: 'Not able to download apps',
|
59 |
+
58: 'Not able to exchange',
|
60 |
+
59: 'Not able to log out of Amazon App',
|
61 |
+
60: 'Not able to register',
|
62 |
+
61: 'Not able to setup Teen profile',
|
63 |
+
62: 'Not able to sideload Apps',
|
64 |
+
63: 'Not able to use device without wifi',
|
65 |
+
64: 'Not able to verify Amazon account',
|
66 |
+
65: 'Not compatible with BT device',
|
67 |
+
66: 'Not easy to remove lockscreen Ads',
|
68 |
+
67: 'On-screen Keyboard missing',
|
69 |
+
68: 'Order not meet expectations',
|
70 |
+
69: 'Parental controls do not work',
|
71 |
+
70: 'Privacy concerns',
|
72 |
+
71: 'Protective covers related',
|
73 |
+
72: 'Red line appeared on screen',
|
74 |
+
73: 'Refurb received not adequate',
|
75 |
+
74: 'Refurb return process',
|
76 |
+
75: 'Return-related Issue',
|
77 |
+
76: 'SD Card not compatible',
|
78 |
+
77: 'SD Card transfering files',
|
79 |
+
78: "SD Card won't stay inserted into device",
|
80 |
+
79: 'SD card reformat pop-up issue',
|
81 |
+
80: 'Screen became blurry',
|
82 |
+
81: 'Screen changing colors',
|
83 |
+
82: 'Screen cracked',
|
84 |
+
83: 'Screen dimming intermittently',
|
85 |
+
84: 'Screen just flashes',
|
86 |
+
85: 'Screen looks faded and washed out',
|
87 |
+
86: 'Screen mirroring not working',
|
88 |
+
87: 'Screen not responsive',
|
89 |
+
88: 'Screen not working',
|
90 |
+
89: 'Search experience related',
|
91 |
+
90: 'Silk browser experience related',
|
92 |
+
91: 'Sleep/Wake Cover not working',
|
93 |
+
92: 'Slow/Sluggish Performance',
|
94 |
+
93: 'Status sound / Volume fades out',
|
95 |
+
94: 'Subscriptions not downloading',
|
96 |
+
95: 'Trade-in Related',
|
97 |
+
96: 'Unable to connect to Wi-Fi',
|
98 |
+
97: 'Unable to connect to server (Internet-enabled Apps)',
|
99 |
+
98: 'Unable to create profile for other user',
|
100 |
+
99: 'Unable to download the apps I wanted',
|
101 |
+
100: 'Unable to remove Amazon apps',
|
102 |
+
101: 'Unable to see downloaded Apps on home screen',
|
103 |
+
102: 'Unable to set weather to my location',
|
104 |
+
103: 'Unable to sync device with existing profile',
|
105 |
+
104: 'Unable to use Fire TV App',
|
106 |
+
105: 'Unhappy with pre-installed Apps',
|
107 |
+
106: 'Voice over accessibility feature request',
|
108 |
+
107: 'Warranty-related issue',
|
109 |
+
108: 'Wi-Fi slow/buffering',
|
110 |
+
109: 'Wi-Fi using data in background',
|
111 |
+
110: 'Wi-fi Disconnecting and Reconnecting',
|
112 |
+
111: 'Word suggestions related',
|
113 |
+
112: 'device gets hot',
|
114 |
+
113: 'unknown'}
|