
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
- Unable to View / Edit Bucket Files
Hi! I am unable to view / edit Bucket Files. While Previews work just fine, clicking the actual file to view or edit it produces the errors seen in the attache...
- How to remove the Sign up link after cre...
Greetings, i just installed appwrite on a VPS and created an account but now i do not want others to have access to the sign-up page. Is there any way to hide o...
- Does self-hosted Appwrite have read cach...
I wanted to switch from local storage to S3 (more specifically Backblaze B2), but I would like to have ~100GB on my VPS as read cache, so most frequently access...
