Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: the JSON object must be str, bytes or bytearray, not NoneType #98

Open
mahdi14541380 opened this issue Mar 4, 2023 · 0 comments

Comments

@mahdi14541380
Copy link

Traceback (most recent call last):
File "C:\Users\Matrix\Desktop\DISLOCK\main.py", line 199, in generate_token
self.inbox = TempMail.generateInbox()
File "C:\Users\Matrix\Desktop\DISLOCK\modules\tempmail.py", line 48, in generateInbox
data = json.loads(s)
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.2800.0_x64__qbz5n2kfra8p0\lib\json_init_.py", line 339, in loads
raise TypeError(f'the JSON object must be str, bytes or bytearray, '
TypeError: the JSON object must be str, bytes or bytearray, not NoneType

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant