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

Ansible Script crashes due to Service Error after Update #3253

Closed
M3m0r3X opened this issue Apr 3, 2024 · 4 comments
Closed

Ansible Script crashes due to Service Error after Update #3253

M3m0r3X opened this issue Apr 3, 2024 · 4 comments

Comments

@M3m0r3X
Copy link

M3m0r3X commented Apr 3, 2024

Describe the bug
A clear and concise description of what the bug is.

In the beginning of February I updated my Matrix instance by 'git pull' and 'just roles'. But unfortunately since thenthe ansible script will not end without any errors.
I have different troubles. First of all two services will not start since then:

  • matrix-bot-chatgpt.service
  • matrix-dimension.service

Also at leats the Signal- and Whatsapp-Bridge do not work any more, meaning if I hit help or !help nothing happend. It look like the Signal and whatsapp bridge rooms are dead.
There is no response in any way.

Same for the Chat-GPT bot but this was not working before maybe on alayzing someone finds a mistake which causes the problem. But the error in the 'Additional context' section was not
given before the update. It was just not working....

To Reproduce
My vars.yml file looks like this:

---
#    _  _     ____                    _____             __ _           
#  _| || |_  |  _ \                  / ____|           / _(_)          
# |_  __  _| | |_) | __ _ ___  ___  | |     ___  _ __ | |_ _  __ _ ___ 
#  _| || |_  |  _ < / _` / __|/ _ \ | |    / _ \| '_ \|  _| |/ _` / __|
# |_  __  _| | |_) | (_| \__ \  __/ | |___| (_) | | | | | | | (_| \__ \
#   |_||_|   |____/ \__,_|___/\___|  \_____\___/|_| |_|_| |_|\__, |___/
#                                                             __/ |    
#                                                            |___/     
###Base Configurations
matrix_domain: "..."

# The Matrix homeserver software to install.
# See:
# - `roles/custom/matrix-base/defaults/main.yml` for valid options
# - the `docs/configuring-playbook-IMPLEMENTATION_NAME.md` documentation page, if one is available for your implementation choice
matrix_homeserver_implementation: synapse

# You can put any string here, but generating a strong one is preferred (e.g. `pwgen -s 64 1`).
matrix_homeserver_generic_secret_key: '...'

# For alternatives, see `docs/configuring-playbook-own-webserver.md`.
matrix_playbook_reverse_proxy_type: other-traefik-container
matrix_playbook_reverse_proxyable_services_additional_network: traefik
devture_traefik_certs_dumper_ssl_dir_path: "/opt/docker/traefik/data/"
devture_traefik_config_certificatesResolvers_acme_email: '...'

# A Postgres password to use for the superuser Postgres user (called `matrix` by default).
#
# The playbook creates additional Postgres users and databases (one for each enabled service)
# using this superuser Account.
devture_postgres_connection_password: '...'

#matrix_nginx_proxy_enabled: false


#    _  _     _____  _                          _             
#  _| || |_  |  __ \(_)                        (_)            
# |_  __  _| | |  | |_ _ __ ___   ___ _ __  ___ _  ___  _ __  
#  _| || |_  | |  | | | '_ ` _ \ / _ \ '_ \/ __| |/ _ \| '_ \ 
# |_  __  _| | |__| | | | | | | |  __/ | | \__ \ | (_) | | | |
#   |_||_|   |_____/|_|_| |_| |_|\___|_| |_|___/_|\___/|_| |_|
#
matrix_dimension_enabled: true

# These users can modify the integrations this Dimension supports.
matrix_dimension_admins:
  - "@..."
  - "@..."
  
matrix_dimension_access_token: "..."

#    _  _          _ _ _       _ 
#  _| || |_       | (_) |     (_)
# |_  __  _|      | |_| |_ ___ _ 
#  _| || |_   _   | | | __/ __| |
# |_  __  _| | |__| | | |_\__ \ |
#   |_||_|    \____/|_|\__|___/_|
#
jitsi_enabled: true

# Run `bash inventory/scripts/jitsi-generate-passwords.sh` to generate these passwords,
# or define your own strong passwords manually.
jitsi_jicofo_auth_password: "..."
jitsi_jvb_auth_password: "..."
jitsi_jibri_recorder_password: "..."
jitsi_jibri_xmpp_password: "..."

# If you would like to control who is allowed to open meetings on your new Jitsi instance, then please follow 
# this step to enable Jitsi's authentication and guests mode. With authentication enabled, all meeting rooms 
# have to be opened by a registered user, after which guests are free to join. If a registered host is not yet 
# present, guests are put on hold in individual waiting rooms.

# Caution: Accounts added here and subsquently removed will not be automatically removed from the Prosody server                                             
# until user account cleaning is integrated into the playbook.

# If you get an error like this: "Error: Account creation/modification not supported.", it's likely that you had                                             
# previously installed Jitsi without auth/guest support. In such a case, you should look into Rebuilding your Jitsi
# installation.
#jitsi_enable_auth: true
#jitsi_enable_guests: true
#jitsi_prosody_auth_internal_accounts:

# You may want to suspend unused video layers until they are requested again, to save up resources on both 
# server and clients. 

# You may wish to disable audio levels to avoid excessive refresh of the client-side page and decrease the 
# CPU consumption involved.

# You may want to limit the number of video feeds forwarded to each client, to save up resources on both server 
# and clients. As clients’ bandwidth and CPU may not bear the load, use this setting to avoid lag and crashes. 
# This feature is found by default in other webconference applications such as Office 365 Teams 
# (limit is set to 4). Read how it works here and performance evaluation on this study.
#matrix_jitsi_web_custom_config_extension: |
#  config.enableLayerSuspension = true;
#
#  config.disableAudioLevels = true;
#
#  // Limit the number of video feeds forwarded to each client
#  config.channelLastN = 4;
#
#jitsi_web_config_resolution_width_ideal_and_max: 480
#jitsi_web_config_resolution_height_ideal_and_max: 240



#    _  _     ______ _   _                               _ 
#  _| || |_  |  ____| | | |                             | |
# |_  __  _| | |__  | |_| |__   ___ _ __ _ __   __ _  __| |
#  _| || |_  |  __| | __| '_ \ / _ \ '__| '_ \ / _` |/ _` |
# |_  __  _| | |____| |_| | | |  __/ |  | |_) | (_| | (_| |
#   |_||_|   |______|\__|_| |_|\___|_|  | .__/ \__,_|\__,_|
#                                       |_|                
#                                        
# Etherpad is an open source collaborative text editor that can be embedded in a Matrix chat room using the Dimension 
# integrations manager or used as standalone web app.
#
# When enabled together with the Jitsi audio/video conferencing system (see our docs on Jitsi), it will be made available 
# as an option during the conferences.

etherpad_enabled: true

# Uncomment below to enable the admin web UI
etherpad_admin_username: ...
etherpad_admin_password: ...


#    _  _      _____ _        _       
#  _| || |_   / ____| |      | |      
# |_  __  _| | (___ | |_ __ _| |_ ___ 
#  _| || |_   \___ \| __/ _` | __/ __|
# |_  __  _|  ____) | || (_| | |_\__ \
#   |_||_|   |_____/ \__\__,_|\__|___/
#                                     
#prometheus_enabled: true

# You can remove this, if unnecessary.
#prometheus_node_exporter_enabled: true

# You can remove this, if unnecessary.
#prometheus_postgres_exporter_enabled: true

# You can remove this, if unnecessary.
#matrix_prometheus_nginxlog_exporter_enabled: true

#grafana_enabled: true

#grafana_anonymous_access: false

# This has no relation to your Matrix user id. It can be any username you'd like.
# Changing the username subsequently won't work.
#grafana_default_admin_user: "..."

# Changing the password subsequently won't work.
#grafana_default_admin_password: "..."                                     


#    _  _      _____                                  
#  _| || |_   / ____|                                 
# |_  __  _| | (___  _   _ _ __   __ _ _ __  ___  ___ 
#  _| || |_   \___ \| | | | '_ \ / _` | '_ \/ __|/ _ \
# |_  __  _|  ____) | |_| | | | | (_| | |_) \__ \  __/
#   |_||_|   |_____/ \__, |_| |_|\__,_| .__/|___/\___|
#                     __/ |           | |             
#                    |___/            |_|      
#
###########
# By default, this playbook configures the Synapse Matrix server, so that it works for the general case. If that's enough for you, you can skip this document.

# To have Synapse gracefully handle thousands of users, worker support should be enabled. It factors out some homeserver tasks and spreads the load of incoming 
# client and server-to-server traffic between multiple processes. More information can be found in the official Synapse workers documentation.

matrix_synapse_workers_enabled: true
matrix_synapse_workers_preset: one-of-each
devture_postgres_process_extra_arguments: [
  "-c 'max_connections=200'"
]


#    _  _     ______ _                           _   
#  _| || |_  |  ____| |                         | |  
# |_  __  _| | |__  | | ___ _ __ ___   ___ _ __ | |_ 
#  _| || |_  |  __| | |/ _ \ '_ ` _ \ / _ \ '_ \| __|
# |_  __  _| | |____| |  __/ | | | | |  __/ | | | |_ 
#   |_||_|   |______|_|\___|_| |_| |_|\___|_| |_|\__|
#
# By default, this playbook installs the Element Matrix client web application.
#
# Pull all themes provided by the project from aaronraimist/elemt-themes.
matrix_client_element_themes_enaled: true


#    _  _     ______       _                _   _             
#  _| || |_  |  ____|     | |              | | (_)            
# |_  __  _| | |__ ___  __| | ___ _ __ __ _| |_ _  ___  _ __  
#  _| || |_  |  __/ _ \/ _` |/ _ \ '__/ _` | __| |/ _ \| '_ \ 
# |_  __  _| | | |  __/ (_| |  __/ | | (_| | |_| | (_) | | | |
#   |_||_|   |_|  \___|\__,_|\___|_|  \__,_|\__|_|\___/|_| |_|
#                                                             
### Base Domain
###############
matrix_static_files_container_labels_base_domain_enabled: true


# Enable generation of `/.well-known/matrix/support`.
# This needs to be enabled explicitly for now, because MSC 1929 is not yet accepted.
matrix_static_files_file_matrix_support_enabled: true

# Homeserver admin contacts as per MSC 1929 https://github.com/matrix-org/matrix-spec-proposals/pull/1929
matrix_static_files_file_matrix_support_property_m_contacts:  
  - matrix_id: "@...:{{ matrix_domain }}"
    email_address: ...
    role: admin

matrix_static_files_file_matrix_support_property_m_contacts: "https://matrix.[...].tld/support"

# Doing this, the playbook will:
# 
#   obtain an SSL certificate for the base domain, just like it does for all other domains (see how we handle SSL certificates)
#    
#   serve the /.well-known/matrix/* files which are necessary for Federation Server Discovery (also see Server Delegation) and 
#   Client-Server discovery
#    
#   matrix_nginx_proxy_base_domain_homepage_template variable). You can also serve a more complicated static website.
#   serve a simple homepage at https://DOMAIN with content Hello from DOMAIN (configurable via the 

#    _  _      _____ __  __ _______ _____     _____      _   _   _                 
#  _| || |_   / ____|  \/  |__   __|  __ \   / ____|    | | | | (_)                
# |_  __  _| | (___ | \  / |  | |  | |__) | | (___   ___| |_| |_ _ _ __   __ _ ___ 
#  _| || |_   \___ \| |\/| |  | |  |  ___/   \___ \ / _ \ __| __| | '_ \ / _` / __|
# |_  __  _|  ____) | |  | |  | |  | |       ____) |  __/ |_| |_| | | | | (_| \__ \
#   |_||_|   |_____/|_|  |_|  |_|  |_|      |_____/ \___|\__|\__|_|_| |_|\__, |___/
#                                                                         __/ |    
#                                                                        |___/     
#
# Relaying email through another SMTP server
# If you'd like to relay email through another SMTP server, feel free to redefine a few variables:
exim_relay_sender_address: "..."
exim_relay_relay_use: true
exim_relay_relay_host_name: "..."
exim_relay_relay_host_port: ... #If doesn't work, maybe change to 587
exim_relay_relay_auth: true
exim_relay_relay_auth_username: "..."
exim_relay_relay_auth_password: "..."

# Note: only the secure submission protocol (using STARTTLS, usually on port 587) is supported. 
# SMTPS (encrypted SMTP, usually on port 465) is not supported.

#    _  _                    __         _   _____    _            _   _ _            _____                          
#  _| || |_                 /_ |       | | |_   _|  | |          | | (_) |          / ____|                         
# |_  __  _|  _ __ ___   __ _| |___  __| |   | |  __| | ___ _ __ | |_ _| |_ _   _  | (___   ___ _ ____   _____ _ __ 
#  _| || |_  | '_ ` _ \ / _` | / __|/ _` |   | | / _` |/ _ \ '_ \| __| | __| | | |  \___ \ / _ \ '__\ \ / / _ \ '__|
# |_  __  _| | | | | | | (_| | \__ \ (_| |  _| || (_| |  __/ | | | |_| | |_| |_| |  ____) |  __/ |   \ V /  __/ |   
#   |_||_|   |_| |_| |_|\__,_|_|___/\__,_| |_____\__,_|\___|_| |_|\__|_|\__|\__, | |_____/ \___|_|    \_/ \___|_|   
#                                                                            __/ |                                  
#                                                                           |___/                                   
#
# ma1sd, being an Identity Server, is not strictly needed. It is only used for 3PIDs (3rd party 
# identifiers like E-mail and phone numbers) and some enhanced features.

# This server is private by default, potentially at the expense of user discoverability.

# Note: enabling ma1sd, means that the openid API endpoints will be exposed on the Matrix Federation 
# port (usually 8448), even if federation is disabled. It's something to be aware of, especially in 
# terms of firewall whitelisting (make sure port 8448 is accessible).

# To enable ma1sd, use the following additional configuration:
#matrix_ma1sd_enabled: true

# Matrix.org lookup forwarding
# To ensure maximum discovery, you can make your identity server also forward lookups to the central 
# matrix.org Identity server (at the cost of potentially leaking all your contacts information).

# Enabling this is discouraged and you'd better learn more before proceeding.

# Enabling matrix.org forwarding can happen with the following configuration:
#matrix_ma1sd_matrixorg_forwarding_enabled: true

# If you'd like to change the default email templates used by ma1sd, take a look at the matrix_ma1sd_threepid_medium_email_custom_ 
# variables (in the roles/custom/matrix-ma1sd/defaults/main.yml file.



#    _  _      _____                                                         _           _       
#  _| || |_   / ____|                                               /\      | |         (_)      
# |_  __  _| | (___  _   _ _ __   __ _ _ __  ___  ___   ______     /  \   __| |_ __ ___  _ _ __  
#  _| || |_   \___ \| | | | '_ \ / _` | '_ \/ __|/ _ \ |______|   / /\ \ / _` | '_ ` _ \| | '_ \ 
# |_  __  _|  ____) | |_| | | | | (_| | |_) \__ \  __/           / ____ \ (_| | | | | | | | | | |
#   |_||_|   |_____/ \__, |_| |_|\__,_| .__/|___/\___|          /_/    \_\__,_|_| |_| |_|_|_| |_|
#                     __/ |           | |                                                        
#                    |___/            |_|                                                        
#
# Add the following configuration to to setup Synapse-Admin:
matrix_synapse_admin_enabled: true

#    _  _      _____ _                        _    _____                    _                   _   _     
#  _| || |_   / ____| |                      | |  / ____|                  | |       /\        | | | |    
# |_  __  _| | (___ | |__   __ _ _ __ ___  __| | | (___   ___  ___ _ __ ___| |_     /  \  _   _| |_| |__  
#  _| || |_   \___ \| '_ \ / _` | '__/ _ \/ _` |  \___ \ / _ \/ __| '__/ _ \ __|   / /\ \| | | | __| '_ \ 
# |_  __  _|  ____) | | | | (_| | | |  __/ (_| |  ____) |  __/ (__| | |  __/ |_   / ____ \ |_| | |_| | | |
#   |_||_|   |_____/|_| |_|\__,_|_|  \___|\__,_| |_____/ \___|\___|_|  \___|\__| /_/    \_\__,_|\__|_| |_|
#
# If you decide that you'd like to let this playbook install it for you, you need some configuration like this:
matrix_synapse_ext_password_provider_shared_secret_auth_enabled: true
matrix_synapse_ext_password_provider_shared_secret_auth_shared_secret: ...

# You can generate a strong shared secret with a command like this: pwgen -s 64 1 

#    _  _     ____       _     _       _               _   _      _                      _        
#  _| || |_  |  _ \     (_)   | |     (_)             | \ | |    | |                    | |       
# |_  __  _| | |_) |_ __ _  __| | __ _ _ _ __   __ _  |  \| | ___| |___      _____  _ __| | _____ 
#  _| || |_  |  _ <| '__| |/ _` |/ _` | | '_ \ / _` | | . ` |/ _ \ __\ \ /\ / / _ \| '__| |/ / __|
# |_  __  _| | |_) | |  | | (_| | (_| | | | | | (_| | | |\  |  __/ |_ \ V  V / (_) | |  |   <\__ \
#   |_||_|   |____/|_|  |_|\__,_|\__, |_|_| |_|\__, | |_| \_|\___|\__| \_/\_/ \___/|_|  |_|\_\___/
#                                 __/ |         __/ |                                             
#                                |___/         |___/                                              
#
### Mautrix Discord
###################

# Enable the Mautrix Discord bridge:
matrix_mautrix_discord_enabled: true

### Mautrix Slack
#################

# Enable the Mautrix Slack bridge:
matrix_mautrix_slack_enabled: true

### Mautrix WhatsApp
####################

# Enable the ;autrix WhatsApp bridge:
matrix_mautrix_whatsapp_enabled: true

#Whatsapp multidevice beta is required, now it is enough if Whatsapp is connected to the Internet every 2 weeks.
#The relay bot functionality is off by default. If you would like to enable the relay bot, add the following to your vars.yml file:

matrix_mautrix_whatsapp_bridge_relay_enabled: true

# Enable backfilling history:
# This requires a server with MSC2716 support, which is currently an experimental feature in synapse. 
# Note that as of Synapse 1.46, there are still some bugs with the implementation, especially if using 
# event persistence workers. Use the following playbook configuration:
#matrix_synapse_configuration_extension_yaml: |
#  experimental_features:
#    msc2716_enabled: true
#matrix_mautrix_whatsapp_configuration_extension_yaml:
#  bridge:
#    history_sync:
#      backfill: true

### Mautrix Twitter
###################

# Enable the Mautrix Twitter bridge:
matrix_mautrix_twitter_enabled: true

### Mautrix Signal
##################

#Enables the Mautrix Signal bridge:
matrix_mautrix_signal_enabled: true

# There are some additional things you may wish to configure about the bridge before you continue.

# The relay bot functionality is off by default. If you would like to enable the relay bot, uncomment and 
# configure the following:
matrix_mautrix_signal_relaybot_enabled: true

# If you want to activate the relay bot in a room, use !signal set-relay. Use !signal unset-relay to deactivate. 
# By default, any user on your homeserver will be able to use the bridge. If you enable the relay bot functionality, 
# it will relay every user's messages in a portal room - no matter which homeserver they're from.

# Different levels of permission can be granted to users:

#   * relay - Allowed to be relayed through the bridge, no access to commands;
#   * user - Use the bridge with puppeting;
#   * admin - Use and administer the bridge.

# The permissions are following the sequence: nothing < relay < user < admin.

# The default permissions are set as follows:
#permissions:
#  '*': relay
#  YOUR_DOMAIN: user

# If you want to augment the preset permissions, you might want to set the additional permissions with the following settings:
#matrix_mautrix_signal_configuration_extension_yaml: |
#  bridge:
#    permissions:
#      '@YOUR_USERNAME:YOUR_DOMAIN': admin

# This will add the admin permission to the specific user, while keepting the default permissions.

# In case you want to replace the default permissions settings completely, populate the following item:
#matrix_mautrix_signal_bridge_permissions: |
#  '@ADMIN:YOUR_DOMAIN': admin
#  '@USER:YOUR_DOMAIN' : user

### Postmoogle
##############
# Interfers with mailcow as it uses Port 578/TCP so can't use it.

#matrix_bot_postmoogle_enabled: false

# Uncomment and adjust this part if you'd like to use a username different than the default
#matrix_bot_postmoogle_login: ...

# Generate a strong password here. Consider generating it with `pwgen -s 64 1`
#matrix_bot_postmoogle_password: ...

### Heisenbridge (IRC)
######################

# Below are the common configuration options that you may want to set.

# At a minimum, you only need to enable the bridge to get it up and running:
matrix_heisenbridge_enabled: true

# set owner (optional)
# matrix_heisenbridge_owner: "@you:your-homeserver"

# to enable identd on host port 113/TCP (optional)
#matrix_heisenbridge_identd_enabled: true

# That's it! A registration file is automatically generated during the setup phase.

# Setting the owner is optional as the first local user to DM @heisenbridge:your-homeserver will be made the owner. 
# If you are not using a local user you must set it as otherwise you can't DM it at all.


#    _  _     ____        _       
#  _| || |_  |  _ \      | |      
# |_  __  _| | |_) | ___ | |_ ___ 
#  _| || |_  |  _ < / _ \| __/ __|
# |_  __  _| | |_) | (_) | |_\__ \
#   |_||_|   |____/ \___/ \__|___/
#
### ChatGPT
###########

# 1. Register the bot account
# The playbook does not automatically create users for you. The bot requires an access token to be able to connect to your homeserver.
# 
# You need to register the bot user manually before setting up the bot.
# 
# Choose a strong password for the bot. You can generate a good password with a command like this: pwgen -s 64 1.
# 
# You can use the playbook to register a new user:
# 
# ansible-playbook -i inventory/hosts setup.yml --extra-vars='username=bot.chatgpt password=PASSWORD_FOR_THE_BOT admin=no' 
# --tags=register-user
# 
# 2. Get an access token
# Refer to the documentation on how to obtain an access token.

matrix_bot_chatgpt_enabled: true 

# Obtain a new API key from https://platform.openai.com/account/api-keys
matrix_bot_chatgpt_openai_api_key: '...'

# This is the default username
matrix_bot_chatgpt_matrix_bot_username_localpart: 'bot.chat-gpt'

#matrix_bot_chatgpt_environment_variables_extension: 'CHATGPT_MODEL=text-davinci-003'

# Matrix access token (from bot user above)
# see: https://webapps.stackexchange.com/questions/131056/how-to-get-an-access-token-for-element-riot-matrix
matrix_bot_chatgpt_matrix_access_token: '...'

### Matrix Reminder Bot
#######################

matrix_bot_matrix_reminder_bot_enabled: true

# Uncomment and adjust this part if you'd like to use a username different than the default
# matrix_bot_matrix_reminder_bot_matrix_user_id_localpart: bot.matrix-reminder-bot

# Generate a strong password here. Consider generating it with `pwgen -s 64 1`
matrix_bot_matrix_reminder_bot_matrix_user_password: ...

# Adjust this to your timezone
matrix_bot_matrix_reminder_bot_reminders_timezone: Europe/Berlin

### Matrix Registration Bot
###########################

# The bot allows you to easily create and manage registration tokens. It can be used for an 
# invitation-based server, where you invite someone by sending them a registration token. 
# They can register as normal but have to provide a valid registration token in a final step of the registration.
# See the project's documentation to learn what it does and why it might be useful to you.

# Registering the bot user
# By default, the playbook will set use the bot with a username like this: @bot.matrix-registration-bot:DOMAIN.
# (to use a different username, adjust the matrix_bot_matrix_registration_bot_matrix_user_id_localpart variable).
# You need to register the bot user manually before setting up the bot. You can use the playbook to register a new user:
# ansible-playbook -i inventory/hosts setup.yml --extra-vars='username=bot.matrix-registration-bot password=PASSWORD_FOR_THE_BOT admin=yes' --tags=register-user
# Choose a strong password for the bot. You can generate a good password with a command like this: pwgen -s 64 1.
# Obtaining an admin access token
# In order to use the bot you need to add an admin user's access token token to the configuration. 
# Refer to the documentation on how to obtain an access token.

# Adjusting the playbook configuration
# Uncomment the following configuration to enable the bot:
#matrix_bot_matrix_registration_bot_enabled: true

# Token obtained via logging into the bot account (see above)
#matrix_bot_matrix_registration_bot_bot_access_token: "..."

# Enables registration
#matrix_synapse_enable_registration: true

# Restrict registration to users with a token
#matrix_synapse_registration_requires_token: true

### MauBot
##########

# the following configuration enables MauBot:
matrix_bot_maubot_enabled: true
matrix_bot_maubot_admins:
  - ...: ...


#############################
# To do:                    #
#    * Setting up Go-NEB    #
#    * Setting up Mjolnir   #
#    * Setting up Buscarron #
#############################

#    _  _     _   _       _   _  __ _           _   _                _____                 _          
#  _| || |_  | \ | |     | | (_)/ _(_)         | | (_)              / ____|               (_)         
# |_  __  _| |  \| | ___ | |_ _| |_ _  ___ __ _| |_ _  ___  _ __   | (___   ___ _ ____   ___  ___ ___ 
#  _| || |_  | . ` |/ _ \| __| |  _| |/ __/ _` | __| |/ _ \| '_ \   \___ \ / _ \ '__\ \ / / |/ __/ _ \
# |_  __  _| | |\  | (_) | |_| | | | | (_| (_| | |_| | (_) | | | |  ____) |  __/ |   \ V /| | (_|  __/
#   |_||_|   |_| \_|\___/ \__|_|_| |_|\___\__,_|\__|_|\___/|_| |_| |_____/ \___|_|    \_/ |_|\___\___|
#
#
#######################################################################
# To do:                                                              #
#   * Setting up ether Sygnal push gateway or ntfy push notifications #
#######################################################################

# Enabling it is the only required setting
ntfy_enabled: true

# This is the default hostname.
# Uncomment the line below and change it, if you'd like.
# matrix_server_fqn_ntfy: "ntfy.{{ matrix_domain }}"

# Uncomment and change to inject additional configuration options.
# ntfy_configuration_extension_yaml: |
#   log_level: DEBUG

#    _  _     ____             _                
#  _| || |_  |  _ \           | |               
# |_  __  _| | |_) | __ _  ___| | ___   _ _ __  
#  _| || |_  |  _ < / _` |/ __| |/ / | | | '_ \ 
# |_  __  _| | |_) | (_| | (__|   <| |_| | |_) |
#   |_||_|   |____/ \__,_|\___|_|\_\\__,_| .__/ 
#                                        | |    
#                                        |_|     
#
##############################
# To do:                     #
#   * Setting up borg backup #
##############################


##########   #########   #########
###EOF####   ###EOF###   ###EOF###
##########   #########   #########

git pull
just roles
cd to inventory/host_vars/my.server.tld
just setup_all or just install_all

Expected behavior
The ansible script runing till the end without any errors

Matrix Server:

Additional context
Add any other context about the problem here.

Here are the given errors from the ansible output:

failed: [HOSTNAME] (item=matrix-bot-chatgpt.service) => changed=false
ansible_loop_var: item
item: matrix-bot-chatgpt.service
msg: matrix-bot-chatgpt.service was not detected to be running. It's possible that there's a configuration problem or another service on your server interferes with it (uses the same ports, etc.). Try running systemctl status matrix-bot-chatgpt.service and journalctl -fu matrix-bot-chatgpt.service on the server to investigate. If you're on a slow or overloaded server, it may be that services take a longer time to start and that this error is a false-positive. You can consider raising the value of the devture_systemd_service_manager_up_verification_delay_seconds variable. See /opt/docker/matrix-docker-ansible-deploy/roles/galaxy/systemd_service_manager/defaults/main.yml for more details about that.

failed: [HOSTNAME] (item=matrix-dimension.service) => changed=false
ansible_loop_var: item
item: matrix-dimension.service
msg: matrix-dimension.service was not detected to be running. It's possible that there's a configuration problem or another service on your server interferes with it (uses the same ports, etc.). Try running systemctl status matrix-dimension.service and journalctl -fu matrix-dimension.service on the server to investigate. If you're on a slow or overloaded server, it may be that services take a longer time to start and that this error is a false-positive. You can consider raising the value of the devture_systemd_service_manager_up_verification_delay_seconds variable. See /opt/docker/matrix-docker-ansible-deploy/roles/galaxy/systemd_service_manager/defaults/main.yml for more details about that.

And for both services the given 'systemctl status' and 'journalctl -fu' commands:

matrix-bot-chatgpt.service
##########################

systemctl status matrix-bot-chatgpt.service 1 ⨯
● matrix-bot-chatgpt.service - Matrix chatgpt bot
Loaded: loaded (/etc/systemd/system/matrix-bot-chatgpt.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Sat 2024-03-30 14:36:07 CET; 11s ago
Process: 14106 ExecStartPre=/usr/bin/env sh -c /usr/bin/env docker stop --time=1 matrix-bot-chatgpt 2>/dev/null || true (code=exited, status=0/SUCCESS)
Process: 14114 ExecStartPre=/usr/bin/env sh -c /usr/bin/env docker rm matrix-bot-chatgpt 2>/dev/null || true (code=exited, status=0/SUCCESS)
Process: 14122 ExecStartPre=/usr/bin/env docker create --rm --name=matrix-bot-chatgpt --log-driver=none --user=998:1002 --cap-drop=ALL --read-only --tmpfs /tmp --network=matrix-addons>
Process: 14130 ExecStartPre=/usr/bin/env docker network connect traefik matrix-bot-chatgpt (code=exited, status=0/SUCCESS)
Process: 14137 ExecStart=/usr/bin/env docker start --attach matrix-bot-chatgpt (code=exited, status=1/FAILURE)
Main PID: 14137 (code=exited, status=1/FAILURE)
CPU: 177ms
lines 1-10/10 (END)

journalctl -fu matrix-bot-chatgpt.service 130 ⨯
-- Journal begins at Tue 2024-03-26 19:34:19 CET. --
Mar 30 14:36:39 my vps matrix-bot-chatgpt[16429]: code: 'ECONNREFUSED',
Mar 30 14:36:39 my vps matrix-bot-chatgpt[16429]: syscall: 'connect',
Mar 30 14:36:39 my vps matrix-bot-chatgpt[16429]: address: '172.20.0.2',
Mar 30 14:36:39 my vps matrix-bot-chatgpt[16429]: port: 8008
Mar 30 14:36:39 my vps matrix-bot-chatgpt[16429]: }
Mar 30 14:36:39 my vps matrix-bot-chatgpt[16429]: Node.js v20.9.0
Mar 30 14:36:39 my vps matrix-bot-chatgpt[16429]: error Command failed with exit code 1.
Mar 30 14:36:39 my vps matrix-bot-chatgpt[16429]: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Mar 30 14:36:40 my vps systemd[1]: matrix-bot-chatgpt.service: Main process exited, code=exited, status=1/FAILURE
Mar 30 14:36:40 my vps systemd[1]: matrix-bot-chatgpt.service: Failed with result 'exit-code'.
Mar 30 14:37:10 my vps systemd[1]: matrix-bot-chatgpt.service: Scheduled restart job, restart counter is at 42214.
Mar 30 14:37:10 my vps systemd[1]: Stopped Matrix chatgpt bot.
Mar 30 14:37:10 my vps systemd[1]: Starting Matrix chatgpt bot...
Mar 30 14:37:10 my vps matrix-bot-chatgpt[18483]: 1c5b279dfa83f2ce5adbeff6a557c9e7ee86cd23849e0c3766977d12199e9d31
Mar 30 14:37:10 my vps systemd[1]: Started Matrix chatgpt bot.
Mar 30 14:37:11 my vps matrix-bot-chatgpt[18571]: yarn run v1.22.19
Mar 30 14:37:11 my vps matrix-bot-chatgpt[18571]: $ node --enable-source-maps dist/index.js
Mar 30 14:37:12 my vps matrix-bot-chatgpt[18571]: Sat, 30 Mar 2024 13:37:12 GMT [ERROR] [MatrixHttpClient] (REQ-1) Error: connect ECONNREFUSED 172.20.0.2:8008
Mar 30 14:37:12 my vps matrix-bot-chatgpt[18571]: at __node_internal_captureLargerStackTrace (node:internal/errors:497:5)
Mar 30 14:37:12 my vps matrix-bot-chatgpt[18571]: at __node_internal_exceptionWithHostPort (node:internal/errors:672:12)
Mar 30 14:37:12 my vps matrix-bot-chatgpt[18571]: at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1595:16) {
Mar 30 14:37:12 my vps matrix-bot-chatgpt[18571]: errno: -111,
Mar 30 14:37:12 my vps matrix-bot-chatgpt[18571]: code: 'ECONNREFUSED',
Mar 30 14:37:12 my vps matrix-bot-chatgpt[18571]: syscall: 'connect',
Mar 30 14:37:12 my vps matrix-bot-chatgpt[18571]: address: '172.20.0.2',
Mar 30 14:37:12 my vps matrix-bot-chatgpt[18571]: port: 8008
Mar 30 14:37:12 my vps matrix-bot-chatgpt[18571]: }
Mar 30 14:37:12 my vps matrix-bot-chatgpt[18571]: node:internal/process/promises:289
Mar 30 14:37:12 my vps matrix-bot-chatgpt[18571]: triggerUncaughtException(err, true /* fromPromise */);
Mar 30 14:37:12 my vps matrix-bot-chatgpt[18571]: ^
Mar 30 14:37:12 my vps matrix-bot-chatgpt[18571]: Error: connect ECONNREFUSED 172.20.0.2:8008
Mar 30 14:37:12 my vps matrix-bot-chatgpt[18571]: at __node_internal_captureLargerStackTrace (node:internal/errors:497:5)
Mar 30 14:37:12 my vps matrix-bot-chatgpt[18571]: at __node_internal_exceptionWithHostPort (node:internal/errors:672:12)
Mar 30 14:37:12 my vps matrix-bot-chatgpt[18571]: at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1595:16) {
Mar 30 14:37:12 my vps matrix-bot-chatgpt[18571]: errno: -111,
Mar 30 14:37:12 my vps matrix-bot-chatgpt[18571]: code: 'ECONNREFUSED',
Mar 30 14:37:12 my vps matrix-bot-chatgpt[18571]: syscall: 'connect',
Mar 30 14:37:12 my vps matrix-bot-chatgpt[18571]: address: '172.20.0.2',
Mar 30 14:37:12 my vps matrix-bot-chatgpt[18571]: port: 8008
Mar 30 14:37:12 my vps matrix-bot-chatgpt[18571]: }
Mar 30 14:37:12 my vps matrix-bot-chatgpt[18571]: Node.js v20.9.0
Mar 30 14:37:12 my vps matrix-bot-chatgpt[18571]: error Command failed with exit code 1.
Mar 30 14:37:12 my vps matrix-bot-chatgpt[18571]: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Mar 30 14:37:12 my vps systemd[1]: matrix-bot-chatgpt.service: Main process exited, code=exited, status=1/FAILURE
Mar 30 14:37:12 my vps systemd[1]: matrix-bot-chatgpt.service: Failed with result 'exit-code'.

matrix-dimension.service
########################

systemctl status matrix-dimension.service
● matrix-dimension.service - Matrix Dimension
Loaded: loaded (/etc/systemd/system/matrix-dimension.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Sat 2024-03-30 14:37:30 CET; 27s ago
Process: 19561 ExecStartPre=/usr/bin/env sh -c /usr/bin/env docker stop --time=3 matrix-dimension 2>/dev/null || true (code=exited, status=0/SUCCESS)
Process: 19590 ExecStartPre=/usr/bin/env sh -c /usr/bin/env docker rm matrix-dimension 2>/dev/null || true (code=exited, status=0/SUCCESS)
Process: 19600 ExecStartPre=/usr/bin/env docker create --rm --name=matrix-dimension --log-driver=none --user=1000:1000 --cap-drop=ALL --network=matrix-addons --label-file=/matrix/dimension/labels --mount type=bind,src=/matrix/dime>
Process: 19607 ExecStartPre=/usr/bin/env docker network connect traefik matrix-dimension (code=exited, status=0/SUCCESS)
Process: 19615 ExecStartPre=/usr/bin/env docker network connect matrix-homeserver matrix-dimension (code=exited, status=0/SUCCESS)
Process: 19623 ExecStartPre=/usr/bin/env docker network connect matrix-postgres matrix-dimension (code=exited, status=0/SUCCESS)
Process: 19630 ExecStart=/usr/bin/env docker start --attach matrix-dimension (code=exited, status=1/FAILURE)
Main PID: 19630 (code=exited, status=1/FAILURE)
CPU: 209ms

journalctl -fu matrix-dimension.service
Mar 30 14:44:18 my vps matrix-dimension[45579]: Starting matrix-dimension
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [index] Starting dimension v1.0.0
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [DimensionStore] Updating schema...
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [DEBUG] [DimensionStore [SQL]] Executing (default): CREATE TABLE IF NOT EXISTS "SequelizeMeta" ("name" VARCHAR(255) NOT NULL UNIQUE , PRI
MARY KEY ("name"));
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [DEBUG] [DimensionStore [SQL]] Executing (default): SELECT i.relname AS name, ix.indisprimary AS primary, ix.indisunique AS unique, ix.in
dkey AS indkey, array_agg(a.attnum) as column_indexes, array_agg(a.attname) AS column_names, pg_get_indexdef(ix.indexrelid) AS definition FROM pg_class t, pg_class i, pg_index ix, pg_attribute a WHERE t.oid = ix.indrelid AND i.oid = ix
.indexrelid AND a.attrelid = t.oid AND t.relkind = 'r' and t.relname = 'SequelizeMeta' GROUP BY i.relname, ix.indexrelid, ix.indisprimary, ix.indisunique, ix.indkey ORDER BY i.relname;
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [DEBUG] [DimensionStore [SQL]] Executing (default): SELECT "name" FROM "SequelizeMeta" AS "SequelizeMeta" ORDER BY "SequelizeMeta"."name"
ASC;
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [DimensionStore] Applied schemas: []
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/scalar/register
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/scalar/account
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/scalar/terms
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/scalar/ping
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/scalar/widgets/title_lookup
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/bigbluebutton/join
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/bigbluebutton/widget_state
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/bigbluebutton/getJoinUrl
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/health/heartbeat
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/hookshot/github/auth
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/hookshot/github/locations
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/hookshot/github/room/:roomId/connect
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/hookshot/github/room/:roomId/connections/all
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/hookshot/jira/auth
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/hookshot/jira/instances
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/hookshot/jira/instance/:instanceName/projects
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/hookshot/jira/room/:roomId/connect
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/hookshot/jira/room/:roomId/connections/all
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/hookshot/webhook/room/:roomId/connect
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/hookshot/webhook/room/:roomId/connection/:connectionId/disconnect
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/integrations/room/:roomId
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/integrations/room/:roomId/integrations/:category/:type
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/integrations/room/:roomId/integrations/:category/:type/config
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/integrations/:category/:type
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/irc/:networkId/channel/:channel/ops
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/irc/:networkId/channel/:channel/link/:roomId
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/irc/:networkId/channel/:channel/unlink/:roomId
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/media/thumbnail/:serverName/:contentId
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/slack/room/:roomId/link
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/slack/teams
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/slack/teams/:teamId/channels
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/slack/auth
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/stickers/config
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/stickers/packs
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/stickers/packs/:packId/selected
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/stickers/packs/import
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/telegram/chat/:chatId
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/telegram/chat/:chatId/room/:roomId
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/telegram/room/:roomId
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/webhooks/travisci/:webhookId
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/webhooks/room/:roomId/webhooks/new
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/webhooks/room/:roomId/webhooks/:hookId
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/widgets/terms/:shortcode/:language/:version
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/widgets/embeddable
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/appservices/all
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/appservices/:appserviceId
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/appservices/new
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/appservices/:appserviceId/test
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/bots/simple/custom/all
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/bots/simple/custom/:botId
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/bots/simple/custom/new
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/bots/simple/custom/profile/:userId
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/hookshot/github/all
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/hookshot/github/:bridgeId
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/hookshot/github/new/upstream
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/hookshot/github/new/selfhosted
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/hookshot/jira/all
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/hookshot/jira/:bridgeId
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/hookshot/jira/new/upstream
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/hookshot/jira/new/selfhosted
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/hookshot/webhook/all
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/hookshot/webhook/:bridgeId
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/hookshot/webhook/new/upstream
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/hookshot/webhook/new/selfhosted
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/integrations/:category/:type/options
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/integrations/:category/:type/enabled
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/integrations/:category/all
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/irc/all
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/irc/:bridgeId
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/irc/:bridgeId/network/:networkId/enabled
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/irc/new/upstream
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/irc/new/selfhosted
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/neb/all
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/neb/:id/config
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/neb/:id/integration/:type/enabled
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/neb/:id/integration/:type/config
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/neb/new/upstream
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/neb/new/appservice
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/check
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/version
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/config
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/test/federation
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/sessions/logout/all
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/slack/all
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/slack/:bridgeId
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/slack/new/upstream
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/slack/new/selfhosted
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/stickers/packs
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/stickers/packs/:id/enabled
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/stickers/packs/:id
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/stickers/packs/import/telegram
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/telegram/all
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/telegram/:bridgeId
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/telegram/new/upstream
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/telegram/new/selfhosted
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/terms/all
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/terms/:shortcode/:version
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/terms/:shortcode/draft
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/terms/:shortcode/publish/:version
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/upstreams/all
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/upstreams/new
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/webhooks/all
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/webhooks/:bridgeId
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/webhooks/new/upstream
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/webhooks/new/selfhosted
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /_matrix/integrations/v1/account/register
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /_matrix/integrations/v1/account
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /_matrix/integrations/v1/account/logout
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /_matrix/appservice/r0/transactions/:txnId
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /_matrix/appservice/r0/room/:alias
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /_matrix/appservice/r0/user/:userId
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /_matrix/integrations/v1/terms
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] Registered route: /.well-known/matrix/integrations
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [INFO] [Webserver] API and UI listening on 0.0.0.0:8184
Mar 30 14:44:20 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:20 GMT [DEBUG] [MatrixHttpClient (REQ-1)] GET http://traefik:8008/_matrix/client/r0/account/whoami
Mar 30 14:44:21 my vps matrix-dimension[45579]: Sat, 30 Mar 2024 13:44:21 GMT [ERROR] [MatrixHttpClient (REQ-1)] Error: connect ECONNREFUSED 172.20.0.2:8008
Mar 30 14:44:21 my vps matrix-dimension[45579]: at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1148:16) {
Mar 30 14:44:21 my vps matrix-dimension[45579]: errno: -111,
Mar 30 14:44:21 my vps matrix-dimension[45579]: code: 'ECONNREFUSED',
Mar 30 14:44:21 my vps matrix-dimension[45579]: syscall: 'connect',
Mar 30 14:44:21 my vps matrix-dimension[45579]: address: '172.20.0.2',
Mar 30 14:44:21 my vps matrix-dimension[45579]: port: 8008
Mar 30 14:44:21 my vps matrix-dimension[45579]: }
Mar 30 14:44:21 my vps matrix-dimension[45579]: Error: connect ECONNREFUSED 172.20.0.2:8008
Mar 30 14:44:21 my vps matrix-dimension[45579]: at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1148:16) {
Mar 30 14:44:21 my vps matrix-dimension[45579]: errno: -111,
Mar 30 14:44:21 my vps matrix-dimension[45579]: code: 'ECONNREFUSED',
Mar 30 14:44:21 my vps matrix-dimension[45579]: syscall: 'connect',
Mar 30 14:44:21 my vps matrix-dimension[45579]: address: '172.20.0.2',
Mar 30 14:44:21 my vps matrix-dimension[45579]: port: 8008
Mar 30 14:44:21 my vps matrix-dimension[45579]: }
Mar 30 14:44:21 my vps systemd[1]: matrix-dimension.service: Main process exited, code=exited, status=1/FAILURE
Mar 30 14:44:21 my vps systemd[1]: matrix-dimension.service: Failed with result 'exit-code'.
Mar 30 14:44:52 my vps systemd[1]: matrix-dimension.service: Scheduled restart job, restart counter is at 99792.
Mar 30 14:44:52 my vps systemd[1]: Stopped Matrix Dimension.
Mar 30 14:44:52 my vps systemd[1]: Starting Matrix Dimension...

@LeiTi34
Copy link

LeiTi34 commented Apr 5, 2024

Have you added the matrix-internal-matrix-client-api entrypoint on port 8008 in your traefik config as described here?

@M3m0r3X
Copy link
Author

M3m0r3X commented Apr 5, 2024

Thank you for pointing me in this direction. Indeed I missed the entrypoint 8008 in my traefik config. But it was working well before my update in the beginning of February. Maybe I missed a change were it was configured or something else.

Now the entrypoint is configured but unfortunately I still iI get the errors. But the output from journalctl -fu differs (sorry for the very long but completed output):

systemctl status matrix-bot-chatgpt.service

systemctl status matrix-bot-chatgpt.service                                                                                                                                       ● matrix-bot-chatgpt.service - Matrix chatgpt bot
     Loaded: loaded (/etc/systemd/system/matrix-bot-chatgpt.service; enabled; vendor preset: enabled)
     Active: activating (auto-restart) (Result: exit-code) since Fri 2024-04-05 23:34:13 CEST; 25s ago
    Process: 356761 ExecStartPre=/usr/bin/env sh -c /usr/bin/env docker stop --time=1 matrix-bot-chatgpt 2>/dev/null || true (code=exited, status=0/SUCCESS)
    Process: 356770 ExecStartPre=/usr/bin/env sh -c /usr/bin/env docker rm matrix-bot-chatgpt 2>/dev/null || true (code=exited, status=0/SUCCESS)
    Process: 356778 ExecStartPre=/usr/bin/env docker create --rm --name=matrix-bot-chatgpt --log-driver=none --user=998:1002 --cap-drop=ALL --read-only --tmpfs /tmp --network=matrix-addon>
    Process: 356785 ExecStartPre=/usr/bin/env docker network connect traefik matrix-bot-chatgpt (code=exited, status=0/SUCCESS)
    Process: 356793 ExecStart=/usr/bin/env docker start --attach matrix-bot-chatgpt (code=exited, status=1/FAILURE)
   Main PID: 356793 (code=exited, status=1/FAILURE)
        CPU: 165ms`

journalctl -fu matrix-bot-chatgpt.service

journalctl -fu matrix-bot-chatgpt.service                                                                                                                                           
-- Journal begins at Tue 2024-04-02 03:49:21 CEST. --
Apr 05 23:34:45 ***my vps*** matrix-bot-chatgpt[359087]:             triggerUncaughtException(err, true /* fromPromise */);
Apr 05 23:34:45 ***my vps*** matrix-bot-chatgpt[359087]:             ^
Apr 05 23:34:45 ***my vps*** matrix-bot-chatgpt[359087]: [UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "#<IncomingMessage>".] {
Apr 05 23:34:45 ***my vps*** matrix-bot-chatgpt[359087]:   code: 'ERR_UNHANDLED_REJECTION'
Apr 05 23:34:45 ***my vps*** matrix-bot-chatgpt[359087]: }
Apr 05 23:34:45 ***my vps*** matrix-bot-chatgpt[359087]: Node.js v20.9.0
Apr 05 23:34:46 ***my vps*** matrix-bot-chatgpt[359087]: error Command failed with exit code 1.
Apr 05 23:34:46 ***my vps*** matrix-bot-chatgpt[359087]: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Apr 05 23:34:46 ***my vps*** systemd[1]: matrix-bot-chatgpt.service: Main process exited, code=exited, status=1/FAILURE
Apr 05 23:34:46 ***my vps*** systemd[1]: matrix-bot-chatgpt.service: Failed with result 'exit-code'.
Apr 05 23:35:16 ***my vps*** systemd[1]: matrix-bot-chatgpt.service: Scheduled restart job, restart counter is at 58776.
Apr 05 23:35:16 ***my vps*** systemd[1]: Stopped Matrix chatgpt bot.
Apr 05 23:35:16 ***my vps*** systemd[1]: Starting Matrix chatgpt bot...
Apr 05 23:35:16 ***my vps*** matrix-bot-chatgpt[361619]: fe73c36e5f687bd5c55a0cd114e3cf17c45d911a214b840e390bd3f35434b6e2
Apr 05 23:35:16 ***my vps*** systemd[1]: Started Matrix chatgpt bot.
Apr 05 23:35:17 ***my vps*** matrix-bot-chatgpt[361635]: yarn run v1.22.19
Apr 05 23:35:17 ***my vps*** matrix-bot-chatgpt[361635]: $ node --enable-source-maps dist/index.js
Apr 05 23:35:18 ***my vps*** matrix-bot-chatgpt[361635]: Fri, 05 Apr 2024 21:35:18 GMT [ERROR] [MatrixHttpClient] (REQ-1) 404 page not found
Apr 05 23:35:18 ***my vps*** matrix-bot-chatgpt[361635]: node:internal/process/promises:289
Apr 05 23:35:18 ***my vps*** matrix-bot-chatgpt[361635]:             triggerUncaughtException(err, true /* fromPromise */);
Apr 05 23:35:18 ***my vps*** matrix-bot-chatgpt[361635]:             ^
Apr 05 23:35:18 ***my vps*** matrix-bot-chatgpt[361635]: [UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "#<IncomingMessage>".] {
Apr 05 23:35:18 ***my vps*** matrix-bot-chatgpt[361635]:   code: 'ERR_UNHANDLED_REJECTION'
Apr 05 23:35:18 ***my vps*** matrix-bot-chatgpt[361635]: }
Apr 05 23:35:18 ***my vps*** matrix-bot-chatgpt[361635]: Node.js v20.9.0
Apr 05 23:35:18 ***my vps*** matrix-bot-chatgpt[361635]: error Command failed with exit code 1.
Apr 05 23:35:18 ***my vps*** matrix-bot-chatgpt[361635]: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Apr 05 23:35:19 ***my vps*** systemd[1]: matrix-bot-chatgpt.service: Main process exited, code=exited, status=1/FAILURE
Apr 05 23:35:19 ***my vps*** systemd[1]: matrix-bot-chatgpt.service: Failed with result 'exit-code'.

systemctl status matrix-dimension.service

systemctl status matrix-dimension.service                                                                                                                                         
● matrix-dimension.service - Matrix Dimension
     Loaded: loaded (/etc/systemd/system/matrix-dimension.service; enabled; vendor preset: enabled)
     Active: active (running) since Fri 2024-04-05 23:38:40 CEST; 2s ago
    Process: 373875 ExecStartPre=/usr/bin/env sh -c /usr/bin/env docker stop --time=3 matrix-dimension 2>/dev/null || true (code=exited, status=0/SUCCESS)
    Process: 373888 ExecStartPre=/usr/bin/env sh -c /usr/bin/env docker rm matrix-dimension 2>/dev/null || true (code=exited, status=0/SUCCESS)
    Process: 373906 ExecStartPre=/usr/bin/env docker create --rm --name=matrix-dimension --log-driver=none --user=1000:1000 --cap-drop=ALL --network=matrix-addons --label-file=/matrix/dim>
    Process: 373914 ExecStartPre=/usr/bin/env docker network connect traefik matrix-dimension (code=exited, status=0/SUCCESS)
    Process: 373922 ExecStartPre=/usr/bin/env docker network connect matrix-homeserver matrix-dimension (code=exited, status=0/SUCCESS)
    Process: 373928 ExecStartPre=/usr/bin/env docker network connect matrix-postgres matrix-dimension (code=exited, status=0/SUCCESS)
   Main PID: 373935 (docker)
      Tasks: 9 (limit: 23964)
     Memory: 13.2M
        CPU: 221ms
     CGroup: /system.slice/matrix-dimension.service
             └─373935 docker start --attach matrix-dimension

Apr 05 23:38:43 ***my vps*** matrix-dimension[373935]:       'x-content-type-options': 'nosniff',
Apr 05 23:38:43 ***my vps*** matrix-dimension[373935]:       date: 'Fri, 05 Apr 2024 21:38:43 GMT',
Apr 05 23:38:43 ***my vps*** matrix-dimension[373935]:       'content-length': '19',
Apr 05 23:38:43 ***my vps*** matrix-dimension[373935]:       connection: 'close'
Apr 05 23:38:43 ***my vps*** matrix-dimension[373935]:     }
Apr 05 23:38:43 ***my vps*** matrix-dimension[373935]:   },
Apr 05 23:38:43 ***my vps*** matrix-dimension[373935]:   body: '404 page not found\n',
Apr 05 23:38:43 ***my vps*** matrix-dimension[373935]:   [Symbol(kCapture)]: false,
Apr 05 23:38:43 ***my vps*** matrix-dimension[373935]:   [Symbol(RequestTimeout)]: undefined
Apr 05 23:38:43 ***my vps*** matrix-dimension[373935]: }
Apr 05 23:38:44 ***my vps*** systemd[1]: matrix-dimension.service: Main process exited, code=exited, status=1/FAILURE
Apr 05 23:38:44 ***my vps*** systemd[1]: matrix-dimension.service: Failed with result 'exit-code'.
lines 1-28/28 (END)

journalctl -fu matrix-dimension.service

journalctl -fu matrix-dimension.service
Apr 05 23:40:57 ***my vps*** systemd[1]: Starting Matrix Dimension...
Apr 05 23:40:57 ***my vps*** matrix-dimension[382997]: ec4797bab301bad9845c02938bf672c0759840d915c40716b000fc98aecaa9f7
Apr 05 23:40:57 ***my vps*** systemd[1]: Started Matrix Dimension.
Apr 05 23:40:58 ***my vps*** matrix-dimension[383029]: Starting matrix-dimension
Apr 05 23:40:59 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:40:59 GMT [INFO] [index] Starting dimension v1.0.0
Apr 05 23:40:59 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:40:59 GMT [INFO] [DimensionStore] Updating schema...
Apr 05 23:40:59 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:40:59 GMT [DEBUG] [DimensionStore [SQL]] Executing (default): CREATE TABLE IF NOT EXISTS "Sequelize
Meta" ("name" VARCHAR(255) NOT NULL UNIQUE , PRIMARY KEY ("name"));
Apr 05 23:40:59 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:40:59 GMT [DEBUG] [DimensionStore [SQL]] Executing (default): SELECT i.relname AS name, ix.indispri
mary AS primary, ix.indisunique AS unique, ix.indkey AS indkey, array_agg(a.attnum) as column_indexes, array_agg(a.attname) AS column_names, pg_get_indexdef(ix.indexrelid) AS definition FR
OM pg_class t, pg_class i, pg_index ix, pg_attribute a WHERE t.oid = ix.indrelid AND i.oid = ix.indexrelid AND a.attrelid = t.oid AND t.relkind = 'r' and t.relname = 'SequelizeMeta' GROUP
BY i.relname, ix.indexrelid, ix.indisprimary, ix.indisunique, ix.indkey ORDER BY i.relname;
Apr 05 23:40:59 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:40:59 GMT [DEBUG] [DimensionStore [SQL]] Executing (default): SELECT "name" FROM "SequelizeMeta" AS
 "SequelizeMeta" ORDER BY "SequelizeMeta"."name" ASC;
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [DimensionStore] Applied schemas:  []
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/scalar/register
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/scalar/account
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/scalar/terms
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/scalar/ping
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/scalar/widgets/title_lookup
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/bigbluebutton/join
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/bigbluebutton/widget_state
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/bigbluebutton/getJoinUrl
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/health/heartbeat
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/hookshot/github/auth
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/hookshot/github/locations
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/hookshot/github/room/:roomId/conne
ct
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/hookshot/github/room/:roomId/conne
ctions/all
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/hookshot/jira/auth
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/hookshot/jira/instances
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/hookshot/jira/instance/:instanceNa
me/projects
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/hookshot/jira/room/:roomId/connect
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/hookshot/jira/room/:roomId/connect
ions/all
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/hookshot/webhook/room/:roomId/conn
ect
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/hookshot/webhook/room/:roomId/conn
ection/:connectionId/disconnect
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/integrations/room/:roomId
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/integrations/room/:roomId/integrat
ions/:category/:type
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/integrations/room/:roomId/integrat
ions/:category/:type/config
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/integrations/:category/:type
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/irc/:networkId/channel/:channel/op
s
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/irc/:networkId/channel/:channel/li
nk/:roomId
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/irc/:networkId/channel/:channel/un
link/:roomId
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/media/thumbnail/:serverName/:conte
ntId
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/slack/room/:roomId/link
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/slack/teams
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/slack/teams/:teamId/channels
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/slack/auth
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/stickers/config
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/stickers/packs
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/stickers/packs/:packId/selected
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/stickers/packs/import
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/telegram/chat/:chatId
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/telegram/chat/:chatId/room/:roomId
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/telegram/room/:roomId
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/webhooks/travisci/:webhookId
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/webhooks/room/:roomId/webhooks/new
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/webhooks/room/:roomId/webhooks/:ho
okId
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/widgets/terms/:shortcode/:language
/:version
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/widgets/embeddable
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/appservices/all
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/appservices/:appserviceId
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/appservices/new
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/appservices/:appserviceId/te
st
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/bots/simple/custom/all
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/bots/simple/custom/:botId
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/bots/simple/custom/new
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/bots/simple/custom/profile/:
userId
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/hookshot/github/all
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/hookshot/github/:bridgeId
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/hookshot/github/new/upstream
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/hookshot/github/new/selfhost
ed
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/hookshot/jira/all
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/hookshot/jira/:bridgeId
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/hookshot/jira/new/upstream
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/hookshot/jira/new/selfhosted
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/hookshot/webhook/all
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/hookshot/webhook/:bridgeId
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/hookshot/webhook/new/upstrea
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/hookshot/webhook/new/selfhos
ted
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/integrations/:category/:type
/options
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/integrations/:category/:type
/enabled
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/integrations/:category/all
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/irc/all
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/irc/:bridgeId
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/irc/:bridgeId/network/:netwo
rkId/enabled
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/irc/new/upstream
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/irc/new/selfhosted
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/neb/all
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/neb/:id/config
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/neb/:id/integration/:type/en
abled
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/neb/:id/integration/:type/co
nfig
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/neb/new/upstream
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/neb/new/appservice
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/check
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/version
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/config
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/test/federation
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/sessions/logout/all
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/slack/all
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/slack/:bridgeId
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/slack/new/upstream
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/slack/new/selfhosted
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/stickers/packs
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/stickers/packs/:id/enabled
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/stickers/packs/:id
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/stickers/packs/import/telegr
am
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/telegram/all
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/telegram/:bridgeId
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/telegram/new/upstream
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/telegram/new/selfhosted
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/terms/all
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/terms/:shortcode/:version
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/terms/:shortcode/draft
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/terms/:shortcode/publish/:ve
rsion
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/upstreams/all
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/upstreams/new
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/webhooks/all
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/webhooks/:bridgeId
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/webhooks/new/upstream
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /api/v1/dimension/admin/webhooks/new/selfhosted
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /_matrix/integrations/v1/account/register
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /_matrix/integrations/v1/account
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /_matrix/integrations/v1/account/logout
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /_matrix/appservice/r0/transactions/:txnId
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /_matrix/appservice/r0/room/:alias
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /_matrix/appservice/r0/user/:userId
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /_matrix/integrations/v1/terms
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] Registered route: /.well-known/matrix/integrations
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [INFO] [Webserver] API and UI listening on 0.0.0.0:8184
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [DEBUG] [MatrixHttpClient (REQ-1)] GET http://traefik:8008/_matrix/client/r0/account/whoa
mi
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: Fri, 05 Apr 2024 21:41:00 GMT [ERROR] [MatrixHttpClient (REQ-1)] 404 page not found
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: <ref *2> IncomingMessage {
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:   _readableState: ReadableState {
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     objectMode: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     highWaterMark: 16384,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     buffer: BufferList { head: null, tail: null, length: 0 },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     length: 0,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     pipes: [],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     flowing: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     ended: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     endEmitted: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     reading: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     sync: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     needReadable: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     emittedReadable: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     readableListening: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     resumeScheduled: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     errorEmitted: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     emitClose: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     autoDestroy: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     destroyed: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     errored: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     closed: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     closeEmitted: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     defaultEncoding: 'utf8',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     awaitDrainWriters: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     multiAwaitDrain: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     readingMore: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     decoder: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     encoding: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     [Symbol(kPaused)]: false
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:   },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:   _events: [Object: null prototype] {
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     end: [ [Function: responseOnEnd], [Function (anonymous)] ],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     close: [ [Function (anonymous)], [Function (anonymous)] ],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     data: [Function (anonymous)],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     error: [Function (anonymous)]
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:   },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:   _eventsCount: 4,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:   _maxListeners: undefined,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:   socket: <ref *1> Socket {
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     connecting: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _hadError: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _parent: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _host: 'traefik',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _readableState: ReadableState {
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       objectMode: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       highWaterMark: 16384,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       buffer: BufferList { head: null, tail: null, length: 0 },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       length: 0,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       pipes: [],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       flowing: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       ended: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       endEmitted: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       reading: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       sync: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       needReadable: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       emittedReadable: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       readableListening: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       resumeScheduled: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       errorEmitted: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       emitClose: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       autoDestroy: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       destroyed: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       errored: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       closed: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       closeEmitted: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       defaultEncoding: 'utf8',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       awaitDrainWriters: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       multiAwaitDrain: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       readingMore: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       decoder: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       encoding: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       [Symbol(kPaused)]: false
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _events: [Object: null prototype] {
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       end: [Function: onReadableStreamEnd],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       free: [Function: onFree],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       close: [Array],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       timeout: [Function: onTimeout],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       agentRemove: [Function: onRemove],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       error: [Function: socketErrorListener],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       finish: [Function]
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _eventsCount: 7,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _maxListeners: undefined,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _writableState: WritableState {
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       objectMode: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       highWaterMark: 16384,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       finalCalled: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       needDrain: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       ending: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       ended: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       finished: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       destroyed: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       decodeStrings: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       defaultEncoding: 'utf8',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       length: 0,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       writing: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       corked: 0,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       sync: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       bufferProcessing: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       onwrite: [Function: bound onwrite],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       writecb: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       writelen: 0,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       afterWriteTickInfo: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       buffered: [],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       bufferedIndex: 0,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       allBuffers: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       allNoop: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       pendingcb: 1,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       prefinished: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       errorEmitted: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       emitClose: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       autoDestroy: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       errored: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       closed: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       closeEmitted: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       writable: true
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     allowHalfOpen: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _sockname: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _pendingData: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _pendingEncoding: '',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     server: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _server: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     parser: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _httpMessage: ClientRequest {
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _events: [Object: null prototype],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _eventsCount: 6,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _maxListeners: undefined,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       outputData: [],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       outputSize: 0,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       writable: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       destroyed: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _last: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       chunkedEncoding: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       shouldKeepAlive: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _defaultKeepAlive: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       useChunkedEncodingByDefault: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       sendDate: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _removedConnection: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _removedContLen: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _removedTE: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _contentLength: 0,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _hasBody: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _trailer: '',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       finished: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _headerSent: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       socket: [Circular *1],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _header: 'GET /_matrix/client/r0/account/whoami HTTP/1.1\r\n' +
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:         'Authorization: Bearer [...]\r\n' +
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:         'host: traefik:8008\r\n' +
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:         'Connection: close\r\n' +
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:         '\r\n',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _keepAliveTimeout: 0,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _onPendingData: [Function: noopPendingOutput],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       agent: [Agent],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       socketPath: undefined,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       method: 'GET',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       maxHeaderSize: undefined,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       insecureHTTPParser: undefined,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       path: '/_matrix/client/r0/account/whoami',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _ended: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       res: [Circular *2],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       aborted: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       timeoutCb: [Function: emitRequestTimeout],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       upgradeOrConnect: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       parser: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       maxHeadersCount: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       reusedSocket: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       host: 'traefik',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       protocol: 'http:',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       [Symbol(kCapture)]: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       [Symbol(kNeedDrain)]: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       [Symbol(corked)]: 0,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       [Symbol(kOutHeaders)]: [Object: null prototype]
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     timeout: 60000,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     [Symbol(async_id_symbol)]: 59,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     [Symbol(kHandle)]: TCP {
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       reading: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       onconnection: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       [Symbol(owner_symbol)]: [Circular *1]
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     [Symbol(kSetNoDelay)]: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     [Symbol(lastWriteQueueSize)]: 0,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     [Symbol(timeout)]: Timeout {
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _idleTimeout: 60000,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _idlePrev: [TimersList],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _idleNext: [TimersList],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _idleStart: 1882,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _onTimeout: [Function: bound ],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _timerArgs: undefined,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _repeat: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _destroyed: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       [Symbol(refed)]: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       [Symbol(kHasPrimitive)]: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       [Symbol(asyncId)]: 66,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       [Symbol(triggerId)]: 65
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     [Symbol(kBuffer)]: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     [Symbol(kBufferCb)]: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     [Symbol(kBufferGen)]: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     [Symbol(kCapture)]: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     [Symbol(kBytesRead)]: 0,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     [Symbol(kBytesWritten)]: 0,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     [Symbol(RequestTimeout)]: undefined
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:   },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:   httpVersionMajor: 1,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:   httpVersionMinor: 1,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:   httpVersion: '1.1',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:   complete: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:   headers: {
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     'content-type': 'text/plain; charset=utf-8',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     'x-content-type-options': 'nosniff',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     date: 'Fri, 05 Apr 2024 21:41:00 GMT',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     'content-length': '19',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     connection: 'close'
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:   },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:   rawHeaders: [
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     'Content-Type',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     'text/plain; charset=utf-8',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     'X-Content-Type-Options',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     'nosniff',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     'Date',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     'Fri, 05 Apr 2024 21:41:00 GMT',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     'Content-Length',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     '19',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     'Connection',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     'close'
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:   ],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:   trailers: {},
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:   rawTrailers: [],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:   aborted: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:   upgrade: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:   url: '',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:   method: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:   statusCode: 404,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:   statusMessage: 'Not Found',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:   client: <ref *1> Socket {
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     connecting: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _hadError: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _parent: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _host: 'traefik',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _readableState: ReadableState {
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       objectMode: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       highWaterMark: 16384,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       buffer: BufferList { head: null, tail: null, length: 0 },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       length: 0,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       pipes: [],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       flowing: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       ended: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       endEmitted: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       reading: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       sync: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       needReadable: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       emittedReadable: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       readableListening: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       resumeScheduled: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       errorEmitted: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       emitClose: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       autoDestroy: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       destroyed: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       errored: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       closed: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       closeEmitted: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       defaultEncoding: 'utf8',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       awaitDrainWriters: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       multiAwaitDrain: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       readingMore: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       decoder: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       encoding: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       [Symbol(kPaused)]: false
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _events: [Object: null prototype] {
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       end: [Function: onReadableStreamEnd],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       free: [Function: onFree],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       close: [Array],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       timeout: [Function: onTimeout],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       agentRemove: [Function: onRemove],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       error: [Function: socketErrorListener],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       finish: [Function]
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _eventsCount: 7,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _maxListeners: undefined,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _writableState: WritableState {
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       objectMode: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       highWaterMark: 16384,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       finalCalled: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       needDrain: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       ending: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       ended: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       finished: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       destroyed: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       decodeStrings: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       defaultEncoding: 'utf8',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       length: 0,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       writing: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       corked: 0,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       sync: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       bufferProcessing: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       onwrite: [Function: bound onwrite],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       writecb: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       writelen: 0,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       afterWriteTickInfo: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       buffered: [],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       bufferedIndex: 0,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       allBuffers: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       allNoop: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       pendingcb: 1,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       prefinished: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       errorEmitted: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       emitClose: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       autoDestroy: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       errored: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       closed: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       closeEmitted: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       writable: true
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     allowHalfOpen: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _sockname: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _pendingData: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _pendingEncoding: '',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     server: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _server: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     parser: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _httpMessage: ClientRequest {
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _events: [Object: null prototype],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _eventsCount: 6,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _maxListeners: undefined,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       outputData: [],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       outputSize: 0,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       writable: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       destroyed: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _last: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       chunkedEncoding: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       shouldKeepAlive: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _defaultKeepAlive: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       useChunkedEncodingByDefault: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       sendDate: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _removedConnection: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _removedContLen: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _removedTE: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _contentLength: 0,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _hasBody: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _trailer: '',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       finished: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _headerSent: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       socket: [Circular *1],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _header: 'GET /_matrix/client/r0/account/whoami HTTP/1.1\r\n' +
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:         'Authorization: Bearer [...]\r\n' +
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:         'host: traefik:8008\r\n' +
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:         'Connection: close\r\n' +
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:         '\r\n',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _keepAliveTimeout: 0,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _onPendingData: [Function: noopPendingOutput],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       agent: [Agent],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       socketPath: undefined,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       method: 'GET',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       maxHeaderSize: undefined,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       insecureHTTPParser: undefined,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       path: '/_matrix/client/r0/account/whoami',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _ended: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       res: [Circular *2],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       aborted: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       timeoutCb: [Function: emitRequestTimeout],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       upgradeOrConnect: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       parser: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       maxHeadersCount: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       reusedSocket: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       host: 'traefik',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       protocol: 'http:',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       [Symbol(kCapture)]: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       [Symbol(kNeedDrain)]: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       [Symbol(corked)]: 0,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       [Symbol(kOutHeaders)]: [Object: null prototype]
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     timeout: 60000,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     [Symbol(async_id_symbol)]: 59,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     [Symbol(kHandle)]: TCP {
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       reading: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       onconnection: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       [Symbol(owner_symbol)]: [Circular *1]
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     [Symbol(kSetNoDelay)]: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     [Symbol(lastWriteQueueSize)]: 0,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     [Symbol(timeout)]: Timeout {
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _idleTimeout: 60000,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _idlePrev: [TimersList],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _idleNext: [TimersList],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _idleStart: 1882,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _onTimeout: [Function: bound ],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _timerArgs: undefined,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _repeat: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _destroyed: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       [Symbol(refed)]: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       [Symbol(kHasPrimitive)]: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       [Symbol(asyncId)]: 66,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       [Symbol(triggerId)]: 65
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     [Symbol(kBuffer)]: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     [Symbol(kBufferCb)]: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     [Symbol(kBufferGen)]: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     [Symbol(kCapture)]: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     [Symbol(kBytesRead)]: 0,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     [Symbol(kBytesWritten)]: 0,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     [Symbol(RequestTimeout)]: undefined
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:   },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:   _consuming: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:   _dumped: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:   req: <ref *3> ClientRequest {
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _events: [Object: null prototype] {
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       response: [Function: bound ],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       error: [Array],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       drain: [Function (anonymous)],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       socket: [Function (anonymous)],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       timeout: [Function],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       prefinish: [Function: requestOnPrefinish]
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _eventsCount: 6,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _maxListeners: undefined,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     outputData: [],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     outputSize: 0,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     writable: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     destroyed: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _last: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     chunkedEncoding: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     shouldKeepAlive: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _defaultKeepAlive: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     useChunkedEncodingByDefault: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     sendDate: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _removedConnection: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _removedContLen: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _removedTE: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _contentLength: 0,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _hasBody: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _trailer: '',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     finished: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _headerSent: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     socket: <ref *1> Socket {
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       connecting: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _hadError: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _parent: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _host: 'traefik',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _readableState: [ReadableState],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _events: [Object: null prototype],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _eventsCount: 7,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _maxListeners: undefined,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _writableState: [WritableState],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       allowHalfOpen: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _sockname: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _pendingData: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _pendingEncoding: '',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       server: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _server: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       parser: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _httpMessage: [Circular *3],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       timeout: 60000,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       [Symbol(async_id_symbol)]: 59,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       [Symbol(kHandle)]: [TCP],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       [Symbol(kSetNoDelay)]: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       [Symbol(lastWriteQueueSize)]: 0,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       [Symbol(timeout)]: Timeout {
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:         _idleTimeout: 60000,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:         _idlePrev: [TimersList],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:         _idleNext: [TimersList],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:         _idleStart: 1882,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:         _onTimeout: [Function: bound ],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:         _timerArgs: undefined,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:         _repeat: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:         _destroyed: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:         [Symbol(refed)]: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:         [Symbol(kHasPrimitive)]: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:         [Symbol(asyncId)]: 66,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:         [Symbol(triggerId)]: 65
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       [Symbol(kBuffer)]: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       [Symbol(kBufferCb)]: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       [Symbol(kBufferGen)]: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       [Symbol(kCapture)]: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       [Symbol(kBytesRead)]: 0,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       [Symbol(kBytesWritten)]: 0,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       [Symbol(RequestTimeout)]: undefined
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _header: 'GET /_matrix/client/r0/account/whoami HTTP/1.1\r\n' +
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       'Authorization: Bearer [...]\r\n' +
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       'host: traefik:8008\r\n' +
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       'Connection: close\r\n' +
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       '\r\n',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _keepAliveTimeout: 0,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _onPendingData: [Function: noopPendingOutput],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     agent: Agent {
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _events: [Object: null prototype],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _eventsCount: 2,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _maxListeners: undefined,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       defaultPort: 80,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       protocol: 'http:',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       options: [Object],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       requests: {},
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       sockets: [Object],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       freeSockets: {},
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       keepAliveMsecs: 1000,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       keepAlive: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       maxSockets: Infinity,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       maxFreeSockets: 256,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       scheduling: 'lifo',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       maxTotalSockets: Infinity,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       totalSocketCount: 1,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       [Symbol(kCapture)]: false
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     socketPath: undefined,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     method: 'GET',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     maxHeaderSize: undefined,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     insecureHTTPParser: undefined,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     path: '/_matrix/client/r0/account/whoami',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _ended: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     res: [Circular *2],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     aborted: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     timeoutCb: [Function: emitRequestTimeout],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     upgradeOrConnect: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     parser: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     maxHeadersCount: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     reusedSocket: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     host: 'traefik',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     protocol: 'http:',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     [Symbol(kCapture)]: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     [Symbol(kNeedDrain)]: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     [Symbol(corked)]: 0,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     [Symbol(kOutHeaders)]: [Object: null prototype] { authorization: [Array], host: [Array] }
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:   },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:   request: <ref *4> Request {
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _events: [Object: null prototype] {
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       error: [Function: bound ],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       complete: [Function: bound ],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       pipe: [Function (anonymous)],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       data: [Function (anonymous)],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       end: [Function (anonymous)]
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _eventsCount: 5,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _maxListeners: undefined,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     uri: Url {
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       protocol: 'http:',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       slashes: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       auth: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       host: 'traefik:8008',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       port: '8008',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       hostname: 'traefik',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       hash: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       search: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       query: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       pathname: '/_matrix/client/r0/account/whoami',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       path: '/_matrix/client/r0/account/whoami',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       href: 'http://traefik:8008/_matrix/client/r0/account/whoami'
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     method: 'GET',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     useQuerystring: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     qsStringifyOptions: { options: [Object] },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     timeout: 60000,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     headers: {
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       Authorization: 'Bearer [...]'
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     callback: [Function (anonymous)],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     readable: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     writable: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     explicitMethod: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _qs: Querystring {
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       request: [Circular *4],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       lib: [Object],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       useQuerystring: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       parseOptions: {},
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       stringifyOptions: [Object]
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _auth: Auth {
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       request: [Circular *4],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       hasAuth: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       sentAuth: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       bearerToken: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       user: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       pass: null
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _oauth: OAuth { request: [Circular *4], params: null },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _multipart: Multipart {
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       request: [Circular *4],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       boundary: '915d9d02-478f-4c8f-b928-eeac4210e9b3',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       chunked: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _events: [Object: null prototype] {
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       error: [Function: bound ],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       complete: [Function: bound ],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       pipe: [Function (anonymous)],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       data: [Function (anonymous)],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       end: [Function (anonymous)]
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _eventsCount: 5,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _maxListeners: undefined,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     uri: Url {
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       protocol: 'http:',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       slashes: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       auth: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       host: 'traefik:8008',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       port: '8008',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       hostname: 'traefik',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       hash: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       search: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       query: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       pathname: '/_matrix/client/r0/account/whoami',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       path: '/_matrix/client/r0/account/whoami',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       href: 'http://traefik:8008/_matrix/client/r0/account/whoami'
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     method: 'GET',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     useQuerystring: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     qsStringifyOptions: { options: [Object] },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     timeout: 60000,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     headers: {
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       Authorization: 'Bearer [...]'
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     callback: [Function (anonymous)],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     readable: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     writable: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     explicitMethod: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _qs: Querystring {
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       request: [Circular *4],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       lib: [Object],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       useQuerystring: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       parseOptions: {},
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       stringifyOptions: [Object]
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _auth: Auth {
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       request: [Circular *4],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       hasAuth: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       sentAuth: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       bearerToken: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       user: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       pass: null
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _oauth: OAuth { request: [Circular *4], params: null },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _multipart: Multipart {
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       request: [Circular *4],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       boundary: '915d9d02-478f-4c8f-b928-eeac4210e9b3',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       chunked: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _events: [Object: null prototype] {
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       error: [Function: bound ],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       complete: [Function: bound ],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       pipe: [Function (anonymous)],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       data: [Function (anonymous)],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       end: [Function (anonymous)]
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _eventsCount: 5,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _maxListeners: undefined,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     uri: Url {
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       protocol: 'http:',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       slashes: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       auth: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       host: 'traefik:8008',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       port: '8008',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       hostname: 'traefik',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       hash: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       search: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       query: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       pathname: '/_matrix/client/r0/account/whoami',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       path: '/_matrix/client/r0/account/whoami',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       href: 'http://traefik:8008/_matrix/client/r0/account/whoami'
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     method: 'GET',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     useQuerystring: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     qsStringifyOptions: { options: [Object] },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     timeout: 60000,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     headers: {
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       Authorization: 'Bearer [...]'
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     callback: [Function (anonymous)],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     readable: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     writable: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     explicitMethod: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _qs: Querystring {
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       request: [Circular *4],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       lib: [Object],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       useQuerystring: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       parseOptions: {},
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       stringifyOptions: [Object]
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _auth: Auth {
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       request: [Circular *4],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       hasAuth: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       sentAuth: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       bearerToken: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       user: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       pass: null
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _oauth: OAuth { request: [Circular *4], params: null },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _multipart: Multipart {
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       request: [Circular *4],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       boundary: '915d9d02-478f-4c8f-b928-eeac4210e9b3',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       chunked: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       body: null
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _redirect: Redirect {
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       request: [Circular *4],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       followRedirect: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       followRedirects: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       followAllRedirects: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       followOriginalHttpMethod: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       allowRedirect: [Function (anonymous)],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       maxRedirects: 10,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       redirects: [],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       redirectsFollowed: 0,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       removeRefererHeader: false
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _tunnel: Tunnel {
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       request: [Circular *4],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       proxyHeaderWhiteList: [Array],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       proxyHeaderExclusiveList: []
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     setHeader: [Function (anonymous)],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     hasHeader: [Function (anonymous)],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     getHeader: [Function (anonymous)],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     removeHeader: [Function (anonymous)],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     localAddress: undefined,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     pool: {},
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     dests: [],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     __isRequestRequest: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _callback: [Function (anonymous)],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     proxy: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     tunnel: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     setHost: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     originalCookieHeader: undefined,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _disableCookies: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _jar: undefined,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     port: '8008',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     host: 'traefik',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     path: '/_matrix/client/r0/account/whoami',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     httpModule: {
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _connectionListener: [Function: connectionListener],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       METHODS: [Array],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       STATUS_CODES: [Object],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       Agent: [Function],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       ClientRequest: [Function: ClientRequest],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       IncomingMessage: [Function: IncomingMessage],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       OutgoingMessage: [Function: OutgoingMessage],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       Server: [Function: Server],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       ServerResponse: [Function: ServerResponse],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       createServer: [Function: createServer],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       validateHeaderName: [Function: hidden],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       validateHeaderValue: [Function: hidden],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       get: [Function: get],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       request: [Function: request],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       maxHeaderSize: [Getter],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       globalAgent: [Getter/Setter]
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     agentClass: [Function: Agent] { defaultMaxSockets: Infinity },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     agent: Agent {
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _events: [Object: null prototype],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _eventsCount: 2,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _maxListeners: undefined,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       defaultPort: 80,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       protocol: 'http:',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       options: [Object],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       requests: {},
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       sockets: [Object],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       freeSockets: {},
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       keepAliveMsecs: 1000,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       keepAlive: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       maxSockets: Infinity,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       maxFreeSockets: 256,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       scheduling: 'lifo',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       maxTotalSockets: Infinity,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       totalSocketCount: 1,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       [Symbol(kCapture)]: false
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _started: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     href: 'http://traefik:8008/_matrix/client/r0/account/whoami',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     req: <ref *3> ClientRequest {
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _events: [Object: null prototype],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _eventsCount: 6,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _maxListeners: undefined,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       outputData: [],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       outputSize: 0,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       writable: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       destroyed: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _last: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       chunkedEncoding: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       shouldKeepAlive: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _defaultKeepAlive: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       useChunkedEncodingByDefault: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       sendDate: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _removedConnection: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _removedContLen: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _removedTE: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _contentLength: 0,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _hasBody: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _trailer: '',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       finished: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _headerSent: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       socket: [Socket],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _header: 'GET /_matrix/client/r0/account/whoami HTTP/1.1\r\n' +
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:         'Authorization: Bearer [...]\r\n' +
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:         'host: traefik:8008\r\n' +
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:         'Connection: close\r\n' +
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:         '\r\n',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _keepAliveTimeout: 0,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _onPendingData: [Function: noopPendingOutput],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       agent: [Agent],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       socketPath: undefined,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       method: 'GET',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       maxHeaderSize: undefined,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       insecureHTTPParser: undefined,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       path: '/_matrix/client/r0/account/whoami',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       _ended: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       res: [Circular *2],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       aborted: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       timeoutCb: [Function: emitRequestTimeout],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       upgradeOrConnect: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       parser: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       maxHeadersCount: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       reusedSocket: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       host: 'traefik',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       protocol: 'http:',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       [Symbol(kCapture)]: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       [Symbol(kNeedDrain)]: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       [Symbol(corked)]: 0,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       [Symbol(kOutHeaders)]: [Object: null prototype]
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     ntick: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     timeoutTimer: null,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     response: [Circular *2],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     originalHost: 'traefik:8008',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     originalHostHeaderName: 'host',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     responseContent: [Circular *2],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _destdata: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _ended: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     _callbackCalled: true,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     [Symbol(kCapture)]: false
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:   },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:   toJSON: [Function: responseToJSON],
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:   caseless: Caseless {
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     dict: {
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       'content-type': 'text/plain; charset=utf-8',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       'x-content-type-options': 'nosniff',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       date: 'Fri, 05 Apr 2024 21:41:00 GMT',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       'content-length': '19',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:       connection: 'close'
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:     }
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:   },
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:   body: '404 page not found\n',
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:   [Symbol(kCapture)]: false,
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]:   [Symbol(RequestTimeout)]: undefined
Apr 05 23:41:00 ***my vps*** matrix-dimension[383029]: }
Apr 05 23:41:00 ***my vps*** systemd[1]: matrix-dimension.service: Main process exited, code=exited, status=1/FAILURE
Apr 05 23:41:00 ***my vps*** systemd[1]: matrix-dimension.service: Failed with result 'exit-code'.
Apr 05 23:41:30 ***my vps*** systemd[1]: matrix-dimension.service: Scheduled restart job, restart counter is at 28.
Apr 05 23:41:30 ***my vps*** systemd[1]: Stopped Matrix Dimension.

@LeiTi34
Copy link

LeiTi34 commented Apr 5, 2024

Same at my setup, still figuring this out

@M3m0r3X
Copy link
Author

M3m0r3X commented Jun 10, 2024

Finlay I got the mistake. I created the entry-point with wrong naming. instead of matrix-internal-matrix-client-api I caled the new traefik entry-point internal-matrix-client-api. Oh how embarrassing.....

@M3m0r3X M3m0r3X closed this as completed Jun 10, 2024
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

2 participants