Тема: Create user error:4
Hi
I ger error 4 with request by this link:
could you help me what is wrong?
Вы не вошли. Пожалуйста, войдите или зарегистрируйтесь.
Hi
I ger error 4 with request by this link:
could you help me what is wrong?
Hello!
The problem seems like with double quotes - no correct encoded. For example, if this request opened in browser, instead double quotes or %22 (ASCII Encoding) it's showed symbol \ - \creatorId\:21378441,\name\:\test412344\ and etc.
Thanks.
could you help me with this code:
spec = {
'itemsType': 'avl_unit_group',
'propName': 'sys_name',
'propValueMask': 'Falck',
'sortType': 'sys_name' }
interval = {"from": 0, "to": 0}
dunits = wialon_api.core_search_items(spec=spec, force=1, flags=flags.ITEM_DATAFLAG_BASE, **interval)
u=dunits['items'][0]['u']
u=u+[unitid]
unitg= wialon_api.unit_group_update_units(itemId=19391894, units=u)
I get this error:
WialonError(Invalid service unit_group_update_units (2))