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

error on creating new site for lms #904

Closed
thida-bcn opened this issue Jun 28, 2024 · 1 comment
Closed

error on creating new site for lms #904

thida-bcn opened this issue Jun 28, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@thida-bcn
Copy link

https://frappecloud.com/api/method/press.api.saas.validate_account_request?key=Nq9PWrGhMAq5j1jLlp9Q2bB3UBvh6Kh1
Traceback (most recent call last):
File "apps/frappe/frappe/app.py", line 110, in application
response = frappe.api.handle(request)
File "apps/frappe/frappe/api/init.py", line 49, in handle
data = endpoint(**arguments)
File "apps/frappe/frappe/api/v1.py", line 36, in handle_rpc_call
return frappe.handler.handle()
File "apps/frappe/frappe/handler.py", line 49, in handle
data = execute_cmd(cmd)
File "apps/frappe/frappe/handler.py", line 85, in execute_cmd
return frappe.call(method, **frappe.form_dict)
File "apps/frappe/frappe/init.py", line 1795, in call
return fn(*args, **newargs)
File "apps/frappe/frappe/utils/typing_validations.py", line 31, in wrapper
return func(*args, **kwargs)
File "apps/press/press/api/saas.py", line 219, in validate_account_request
if app_info.headless:
AttributeError: 'tuple' object has no attribute 'headless'
Status: 500

@thida-bcn thida-bcn added the bug Something isn't working label Jun 28, 2024
@pateljannat
Copy link
Collaborator

pateljannat commented Aug 20, 2024

@thida-bcn this seems like an issue on press. You can raise it here if it still persists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants