Self diagnosis #54
Replies: 7 comments
-
Error: 262 post object must be handled by handlercheck the processes is running:
|
Beta Was this translation helpful? Give feedback.
-
Where can I get the documentsYou can find it in |
Beta Was this translation helpful? Give feedback.
-
Connect failed with
|
Beta Was this translation helpful? Give feedback.
-
How to get the user's address on the websiteFirst, user must use CYFS browser to access the web page. Preferably a cyfs:// web page. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
about nightlyYou should focus on the 'beta', 'nightly' is the test environment prepared by the "CYFS Dev Team" for its daily development work. |
Beta Was this translation helpful? Give feedback.
-
How to push the
|
Beta Was this translation helpful? Give feedback.
-
Fail to activate DIY OOD
Check the network environment of the target machine to install
DIYOOD
and the mobile phone to installCyberChat
. Symmetric NAT will not be able to connect. you can improve the network connection environment or apply for anIPV6
address.If you want to activate through the QR code after the installation of the
DIYOOD
installation package, seCyberChat
to scan code;If you activate it by using
CyberChat
to scan the intranet to findOOD
and activate but cannot find it, please check the network environment of both parties to ensure that both parties are on the same LAN network segment, and the firewall is set correctly.Fail to activate CYFS browser
OOD/CYFS browser/CyberChat cannot connect each other
Browser shows error:'cyfs not defined'
Development envionment problems
MetaMask version explanation
connect to ${OOD-ID} failed
Why can't I connect to OOD after I use the mnemonic to recover CyberChat
I execute a command but shows
cannot find desc/sec
This command requires access to the identity (device/owner) description information, which contains two files (someone.desc and someone.sec) with the suffixes
desc
andsec
. You need to specify their paths in detail ("${folder_path }${someone}"), "${someone}" is the description file name without suffix.Log collection
If you encounter problems during development, you usually need to accurately describe the operation process in detail, and collect the relevant logs of the
corresponding time point
and submit them to theCYFS development team
. The log paths of commonly used products are as follows:Client brower Runtime
windows:
%appdata%\cyfs\log\cyfs-runtime
MAC:
~/Library/Application Support/cyfs/log/cyfs-runtime
Under the dir has
cyfs-runtime_${ProcessID}_r${seq}.log
,and corresponding connection layer logcyfs-runtime_bdt_${ProcessID}_r${seq}.log
.OOD cyfs-stack
windows:
cyfs-stack: c:\cyfs\log\gateway
App store: c:\cyfs\log\app-manager
Permission configuration: c:\cyfs\etc\meta\global-state${DecID}.json
linux:
cyfs-stack: /cyfs/log/gateway
App store: /cyfs/log/app-manager
Permission configuration: /cyfs/etc/meta/global-state/${DecID}.json
MAC:
Same as linux
Under the same to paths as clinet side has
${ProcessName}_${ProcessID}_r${seq}.log
and corresponding connection layer log${ProcessName}_bdt_${ProcessID}_r${seq}.log
.If you encounter permission problems, you can check the actual status in the above
permission configuration
fileApp Client
At present, it is mainly the web version. The client log of the app is usually on the console of the browser; in addition, the log of the
browser Runtime
is used for diagnosis.App service side(OOD)
windows:
C:\cyfs\log\app${DecID}
linux:
/cyfs/log/app/${DecID}
MAC:
Same as linux
Currently commonly used
DecID
:CyberChat: 9tGpLNna8UVtPYCfV1LbRN2Bqa5G9vRBKhDhZiWjd7wA
CodeDAO: 9tGpLNnHNGVtwhQJ6qjXvVp17V8s6q5sSBBMKhMHnkZ5
CyberChat
Android:
/Android/data/com.cyfs.wallet.en/files
IOS:
There is currently no convenient way to collect
Emulator
windows:
C:\cyfs\log\app\zone-simulator
linux:
/cyfs/log/app/zone-simulator
Related documents:
https://github.com/buckyos/CYFS/blob/beta/doc/en/Decentralized_message_board_development/8.Use_the_emulator_to_test_the_app_across%20zones.md
VOOD
VOOD is linux system.
Fogworks
providesssh
login method. How to getssh
login parameters:https://foggie.fogworks.io/
with your registered email address.vood
order inhttps://foggie.fogworks.io/#/pages/orderList/index
.Detail
buttonSSH Terminal
,and you can see yourssh
login parameters.Beta Was this translation helpful? Give feedback.
All reactions