You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I could replicate this error on dev1 on a group with 2 properties and nothing else. If I go to the meters tab and change the interval dropdown to "month" I get a 500 error. I think this is the error details:
ValueError: invalid literal for int() with base 10: 'undefined'
File "django/db/models/fields/init.py", line 1823, in get_prep_value
return int(value)
ValueError: Field 'id' expected a number but got 'undefined'.
(19 additional frame(s) were not displayed)
...
File "seed/decorators.py", line 144, in wrapper
response = func(self, request, *args, **kwargs)
File "seed/lib/superperms/orgs/decorators.py", line 206, in _wrapped
return _validate_permissions(perm_name, request, requires_org) or fn(self, request, *args, **kwargs)
File "seed/lib/superperms/orgs/decorators.py", line 374, in _wrapped
return assert_hierarchy_access(
File "seed/lib/superperms/orgs/decorators.py", line 264, in assert_hierarchy_access
property_view = PropertyView.objects.get(pk=kwargs[property_view_id_kwarg])
instance: staging
SHA: e8b9748
Org: BPS Test - Robin
Created a group with 3 records
Then tried to add Meters to that group
Set interval to Month
Click Create Meter
Got a 500 error
The text was updated successfully, but these errors were encountered: