-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathworking.txt
More file actions
79 lines (45 loc) · 3.46 KB
/
working.txt
File metadata and controls
79 lines (45 loc) · 3.46 KB
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
working on:
database.py / settings.py
check_database()
i need to check if the database exists, if not, create it also i need to save data that is needed for startup like the database path and the database name i need to find
a way to save this data in a file that is not the database file itself, so i can read it before the database is created or connected to
app.py
class AccountManagerApp(QtWidgets.QWidget):
def __init__(self):
loading database path and name from the file
as well as loading settings and runtine data
setup_new_user_ui()
encryption_toggle()
database_path()
rest_time()
Background for main window not working well with the rest of the app
account on home page is not deselected when switching to another page
groups are not setup
add an info page that shows the user how to use the app check for updates and other info like github page wiki and contact info and credits for the app
move all global vars to a settings file and load them in the app.py file then pass them to the class constructors as needed
login.py
rethink the cdn for the background image / links.txt file as the links files keeps giving errors when being pulled from the cdn
code_claim.py
create a new class that will be used to claim codes and check if they are valid
add codes and a code verisoning system to the cdn and the app so that codes can be updated and changed without breaking the app and users can claim codes and get rewards based on what the admins upload to the cnd
proxy.py
work on the proxy class and make sure that it is working correctly and that it is not leaking any data
see if accouns need to be run though spific proxies for a given region or if they can be claimed from any region
style.py
will be used to store all the styles for the app and will be loaded in the app.py file
app.py will have a dropdown that will allow the user to change the style of the app
- light mode
- dark mode
- custom mode?
- retro
- modern
-high contrast
errors:
login.py
INFO:root:8FA has not signed in today, proceeding to sign in...
ERROR:root:Failed to download image from https://cdn.hoyohelper.com/gi/car_dec/gi_car_dec_25.png: HTTPSConnectionPool(host='cdn.hoyohelper.com', port=443): Max retries exceeded with url: /gi/car_dec/gi_car_dec_25.png (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1000)')))
ERROR:root:Failed to load portrait image. The program will continue without the portrait.
ERROR:root:Failed to download image from https://cdn.hoyohelper.com/gi/cards/gi_cards_6.png: HTTPSConnectionPool(host='cdn.hoyohelper.com', port=443): Max retries exceeded with url: /gi/cards/gi_cards_6.png (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1000)')))
WARNING:urllib3.connectionpool:Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='cdn.hoyohelper.com', port=443): Read timed out. (read timeout=10)")': /gi/car_dec/gi_car_dec_3.png
My Playwright script needs more work. There was an anti-bot challenge, and that's a problem. I need to find a way to bypass it or solve it automatically.
and there was also an email verification that i need to handle, i need to find a way to automate that as well