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

Got devices for xxxx failed: 设备不在线或其他异常 #1

Open
robertbigk opened this issue Mar 18, 2022 · 5 comments
Open

Got devices for xxxx failed: 设备不在线或其他异常 #1

robertbigk opened this issue Mar 18, 2022 · 5 comments

Comments

@robertbigk
Copy link

robertbigk commented Mar 18, 2022

Hi,

I create account "733382471"

config.yaml

catlink:
  # Single account
  phone:     my phone # Username of Catlink APP
  password:  my passord # Password
  phone_iac: 48   # Optional, International access code, default is 86 (China)  hire I setup 48 like my phone ?
#  api_base:       # Optional, default is China server: https://app.catlinks.cn/api/ don't know how setup to Poland? 
#  scan_interval:  # Optional, default is 00:01:00

Got this error don't know more what I can do?
ot devices for 733382471 failed: {'returnCode': 1000, 'toast': False, 'msg': '设备不在线或其他异常', 'data': {}, 'timestamp': 1647633619514, 'success': False}

that Chinese 'msg' Device is offline or otherwise abnormal

but when log to an account device is online and work fine

@al-one
Copy link
Contributor

al-one commented Mar 19, 2022

Please capture the APP requests.

@robertbigk
Copy link
Author

robertbigk commented Mar 19, 2022 via email

@al-one
Copy link
Contributor

al-one commented Apr 7, 2022

Got devices for 733382471 failed: {'returnCode': 1000, 'toast': False, 'msg': '设备不在线或其他异常', 'data': {}, 'timestamp': 1647633619514, 'success': False}

I had the same error as yours in my logs some time ago, but it's back to normal now.

@al-one al-one changed the title cant configure Got devices for xxxx failed: 设备不在线或其他异常 Apr 7, 2022
@mayue1020
Copy link

应该是境外ip访问cn服务器的问题,我这边把api地址加入白名单就好了

@Svenreitz1
Copy link

I get this error as well:

import requests
proxie='xxx:yyy'
req=requests.get('http://app.catlinks.cn/api/token/device/union/list/sorted', proxies={"http": proxie})
req.json()

results in:

{'returnCode': 1000,
'toast': False,
'msg': 'Device offline or other faults',
'data': {},
'timestamp': 1712141966868,
'success': False}

also using different proxies doesn't change anything. Any idea?

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

4 participants