root@appwrite:~# docker logs appwrite-worker-usage
...
...
[Job] Received Job (6639ff2e219529.60314462).
[2024-05-07 10:15:10.139] Aggregated 207 keys
[Job] (6639ff2e219529.60314462) successfully run.
[Job] Received Job (6639ff2ea72f19.99030829).
[Job] (6639ff2ea72f19.99030829) successfully run.
[Job] Received Job (6639ff2eaa4637.82599812).
[Job] (6639ff2eaa4637.82599812) successfully run.
[Job] Received Job (6639ff2ec9a0e5.80497407).
[Job] (6639ff2ec9a0e5.80497407) successfully run.
[Job] Received Job (6639ff2f61f8c2.45413870).
[Job] (6639ff2f61f8c2.45413870) successfully run.
[Job] Received Job (6639ff2f71ce11.13647512).
[Job] (6639ff2f71ce11.13647512) successfully run.
[Job] Received Job (6639ff2f9c66f2.04936374).
[Job] (6639ff2f9c66f2.04936374) successfully run.
[Job] Received Job (6639ff3474ae62.00767399).
[Job] (6639ff3474ae62.00767399) successfully run.
[Job] Received Job (6639ff349ac637.77227273).
[Job] (6639ff349ac637.77227273) successfully run.
[Job] Received Job (6639ff34a9ee74.95279117).
[Job] (6639ff34a9ee74.95279117) successfully run.
[Job] Received Job (6639ff34bc8461.49943745).
[Job] (6639ff34bc8461.49943745) successfully run.
[Job] Received Job (6639ff34e32498.36413117).
error from daemon in stream: Error grabbing logs: invalid character 'l' after object key:value pair
What is the possible reasons for this error ?
appwrite-worker-usage invalid character 'l' after object key:value pair error
Uh this started happening suddenly? π€
I think the server was restarted due to a DO issue, right?
yes but after that i also manually restarted that container specifically but the same error happens
Interesting. No idea what's going on
@Steven Do you have some idea? π€
is your server out of disk space?
45% of disk space is available
root@appwrite:~/appwrite# docker compose exec appwrite doctor
__ ____ ____ _ _ ____ __ ____ ____ __ __
/ _\ ( _ \( _ \/ )( \( _ \( )(_ _)( __) ( )/ \
/ \ ) __/ ) __/\ /\ / ) / )( )( ) _) _ )(( O )
\_/\_/(__) (__) (_/\_)(__\_)(__) (__) (____)(_)(__)\__/
π©ββοΈ Running Appwrite Doctor for version 1.5.5 ...
[Settings]
π’ Hostname has a public suffix (db.langx.io)
π’ CNAME target has a public suffix (db.langx.io)
π’ Using a unique secret key for encryption
π’ App environment is set for production
π΄ Abuse protection is disabled
π’ Console access limits are enabled
π’ HTTPS force option is enabled
π’ HTTPS force option is enabled for function domains
π΄ Logging adapter is disabled
Deprecated: Implicit conversion from float 0.2 to int loses precision in /usr/src/code/src/Appwrite/Platform/Tasks/Doctor.php on line 112
[Connectivity]
π’ Console.DB(console)...............................connected
π’ Projects.DB(database_db_main).....................connected
π’ Cache(cache_redis_main)...........................connected
π’ Queue(queue)......................................connected
π’ PubSub(pubsub)....................................connected
π’ SMTP..............................................connected
Deprecated: Implicit conversion from float 0.2 to int loses precision in /usr/src/code/src/Appwrite/Platform/Tasks/Doctor.php on line 197
[Volumes]
π’ Uploads Volume is readable
π’ Uploads Volume is writeable
π’ Cache Volume is readable
π’ Cache Volume is writeable
π’ Config Volume is readable
π’ Config Volume is writeable
π’ Certs Volume is readable
π’ Certs Volume is writeable
Deprecated: Implicit conversion from float 0.2 to int loses precision in /usr/src/code/src/Appwrite/Platform/Tasks/Doctor.php on line 225
[Disk Space]
π’ Uploads Volume has 23.23GB free space (55.19% used)
π’ Cache Volume has 23.23GB free space (55.19% used)
π’ Config Volume has 23.23GB free space (55.19% used)
π’ Certs Volume has 23.23GB free space (55.19% used)
Failed to check for a newer version
root@appwrite:~/appwrite#
Deprecated: Implicit conversion from float 0.2 to int loses precision in /usr/src/code/src/Appwrite/Platform/Tasks/Doctor.php on line 225 when i checked the free space by using Appwrite Doctor found new issue here lol
interesting π§ but i have enough free spaces @Steven
have you tried recreating that container? maybe something happened during the restart and a log entry was partially written making it malformed
Recommended threads
- [SOLVED] Error upgrading from 1.8.1 to 1...
DO Self-hosted server failed to upgrade with this error "Error response from daemon: client version 1.52 is too new. Maximum supported API version is 1.42". U...
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...