KlausSchaefers / quant-ux

Quant-UX - Prototype, Test and Learn
GNU General Public License v3.0
1.9k stars 195 forks source link

[Blocker] my local Docker installation stopped working #286

Open rozek opened 5 months ago

rozek commented 5 months ago

That's a real blocker!

I was just trying Quant-UX again, using my local Docker installation (created according the docs) and, after a few hours of designing, switching from one prototype back to the overview hang up Quant-UX which got stuck in the "loading" screen.

I tried to reopen the browser window, restarted the browser, restarted the dock container - but nothing worked.

Instead, the server log file gets filled with lines showing

quant-ux-websocket-server | 2024-04-03T09:57:20.019Z Check Connections 0

and the browser console says:

Failed to load resource: the server responded with a status of 504 (Gateway Timeout)
AbstractService.js:106 Uncaught (in promise) Error: Could not load
    at AbstractService.js:106:28

Now I'm stuck and I cannot access anything I did so far.

That's bad...

What can I do to get Quant-UX working again?

rozek commented 5 months ago

Browsing through the Docker consoles revealed

2024-04-03 11:33:50 [HPM] Proxy created: /  -> http://quant-ux-backend:8080
2024-04-03 11:33:50 [HPM] Proxy created: /  -> http://quant-ux-backend:8080
2024-04-03 11:33:50  ______     __  __     ______     __   __     ______   __  __     __  __
2024-04-03 11:33:50 /\  __ \   /\ \/\ \   /\  __ \   /\ "-.\ \   /\__  _\ /\ \/\ \   /\_\_\_\ 
2024-04-03 11:33:50 \ \ \/\_\  \ \ \_\ \  \ \  __ \  \ \ \-.  \  \/_/\ \/ \ \ \_\ \  \/_/\_\/_
2024-04-03 11:33:50  \ \___\_\  \ \_____\  \ \_\ \_\  \ \_\\"\_\    \ \_\  \ \_____\   /\_\/\_\ 
2024-04-03 11:33:50   \/___/_/   \/_____/   \/_/\/_/   \/_/ \/_/     \/_/   \/_____/   \/_/\/_/ 
2024-04-03 11:33:50 Listening on 0.0.0.0:8082
2024-04-03 11:33:50 Backend   : http://quant-ux-backend:8080
2024-04-03 11:33:50 WebSocket : ws://127.0.0.1:8086
2024-04-03 11:33:50 Auth      : qux
2024-04-03 11:33:50 SignUp    : true
2024-04-03 11:33:50 Domains   : *
2024-04-03 11:33:51 [HPM] Error occurred while proxying request localhost:8082/rest/apps/?summary=true to http://quant-ux-backend:8080/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
rozek commented 5 months ago

I do not know what the error message shown above means - but it does not seem to be relevant for my problem.

I simply tried again, stopped the Docker container completely and restarted it again - and now it seems to work.

It might have been a race condition or s.th. similar.

Sorry for bothering you!

rozek commented 5 months ago

Today, I ran into the same situation again...my browser logged the following error messages

WebSocketService.js:15 WebSocket connection to 'ws://127.0.0.1:8086/?app=660ec1aede3a5f1715866c86&jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjI5Mzc3NSwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.IsA6Sl7bJ2YWteg-0kpXaDnOu3YIEWQMw6O1hjTFihU' failed: 
init @ WebSocketService.js:15
Logger.js:21 WebSocketService.init() > cannot init Event
error @ Logger.js:21

It happened after the system logged me out (with a session expiration warning) but did not let me log in again (pressing the "Ok" button of the message box simply showed the same error message again)

Unfortunately, closing the browser window and restarting Docker did not help yet today...

The only detail I know so far is that I should start over as soon as the docker logs shows multiple lines containing

Check Connections 0

This seems to be the polite version of "hey, I crashed, start over again!"

KlausSchaefers commented 5 months ago

Hi,

are there any other logs? Usually the only thing that could prevent the system from rebooting is a corrupted Mongo db.

On Thu, Apr 4, 2024 at 5:36 PM Andreas Rozek @.***> wrote:

Today, I ran into the same situation again...my browser logged the following error messages

WebSocketService.js:15 WebSocket connection to 'ws://127.0.0.1:8086/?app=660ec1aede3a5f1715866c86&jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjI5Mzc3NSwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.IsA6Sl7bJ2YWteg-0kpXaDnOu3YIEWQMw6O1hjTFihU' failed: init @ WebSocketService.js:15 Logger.js:21 WebSocketService.init() > cannot init Event error @ Logger.js:21

It happened after the system logged me out (with a session expiration warning) but did not let me log in again (pressing the "Ok" button of the message box simply showed the same error message again)

Unfortunately, closing the browser window and restarting Docker did not help yet today...

— Reply to this email directly, view it on GitHub https://github.com/KlausSchaefers/quant-ux/issues/286#issuecomment-2037541518, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABWHOQAV6EFM3RGP5E5TJCDY3VXQ5AVCNFSM6AAAAABFU7MTZ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMZXGU2DCNJRHA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- “Overfitting” is not about an excessive amount of physical exercise...

rozek commented 5 months ago

Ok, I'll give up for today.

Perhaps, the following log entries can help you:

quant-ux-websocket-server  | 2024-04-04T15:40:28.181Z     Check Connections 0 
quant-ux-websocket-server  | 2024-04-04T15:40:58.213Z     Check Connections 0 
quant-ux-websocket-server  | 2024-04-04T15:41:28.230Z     Check Connections 0 
quant-ux-websocket-server  | 2024-04-04T15:41:58.245Z     Check Connections 0 
[56514:259:0404/174201.314511:WARNING:push_messaging_service_factory.cc(35)] PushMessagingService could not be built because InstanceID is unexpectedly disabled
[56537:16135:0404/174202.003145:ERROR:cert_verify_proc_builtin.cc(624)] No net_fetcher for performing AIA chasing.
[56514:259:0404/174202.202931:WARNING:CONSOLE(16588)] "Fallback triggered http://localhost:8082/js/647.d6eee038.js.map [object Object]", source: devtools://devtools/bundled/core/sdk/sdk.js (16588)
[56514:259:0404/174202.203058:WARNING:CONSOLE(16588)] "Fallback triggered http://localhost:8082/js/360.001790ff.js.map [object Object]", source: devtools://devtools/bundled/core/sdk/sdk.js (16588)
[56514:259:0404/174202.357025:ERROR:CONSOLE(1)] "Uncaught (in promise) SyntaxError: Unexpected token 'H', "HTTP/1.1 4"... is not valid JSON", source: devtools://devtools/bundled/devtools_app.html?remoteBase=https://chrome-devtools-frontend.appspot.com/serve_file/@cb06fc91af4703f38d770d89cd3c7a066fdce098/&panel=elements (1)
[56514:259:0404/174218.849061:WARNING:push_messaging_service_factory.cc(35)] PushMessagingService could not be built because InstanceID is unexpectedly disabled
[56514:259:0404/174220.053574:ERROR:CONSOLE(1)] "Uncaught (in promise) SyntaxError: Unexpected token 'H', "HTTP/1.1 4"... is not valid JSON", source: devtools://devtools/bundled/devtools_app.html?remoteBase=https://chrome-devtools-frontend.appspot.com/serve_file/@cb06fc91af4703f38d770d89cd3c7a066fdce098/&panel=elements (1)
quant-ux-websocket-server  | 2024-04-04T15:42:28.280Z     Check Connections 0 
[56514:259:0404/174230.190432:INFO:CONSOLE(1)] "Preloader.load() > enter", source: http://localhost:8082/js/app.fd73ce45.js (1)
[56514:259:0404/174230.192656:INFO:CONSOLE(1)] "Simulator.initScale >> exit > h:635 x w:477 * 0.62109375 > desk : true", source: http://localhost:8082/js/app.fd73ce45.js (1)
[56514:259:0404/174230.217902:INFO:CONSOLE(1)] "Simulator.initParent >> enter > 636", source: http://localhost:8082/js/app.fd73ce45.js (1)
[56514:259:0404/174230.217995:INFO:CONSOLE(1)] "Simulator.updateScale >> exit > h:635 < 636", source: http://localhost:8082/js/app.fd73ce45.js (1)
[56514:259:0404/174230.218906:INFO:CONSOLE(1)] "Simulator.renderScreen >> enter > s10000_95640 / MainScreen.textured 768x1024", source: http://localhost:8082/js/app.fd73ce45.js (1)
[56514:259:0404/174231.506008:INFO:CONSOLE(1)] "onFocus undefined", source: http://localhost:8082/js/407.0dc167b6.js (1)
[56514:259:0404/174232.669605:INFO:CONSOLE(1)] "Simulator.destroy >> enter", source: http://localhost:8082/js/app.fd73ce45.js (1)
[56514:259:0404/174232.670004:INFO:CONSOLE(1)] "Simulator.cleanUpRepeatScripts >> enter", source: http://localhost:8082/js/app.fd73ce45.js (1)
[56514:259:0404/174232.670114:INFO:CONSOLE(1)] "Simulator.cleanUpRepeatRests >> enter", source: http://localhost:8082/js/app.fd73ce45.js (1)
quant-ux-websocket-server  | 2024-04-04T15:42:58.316Z     Check Connections 0 
quant-ux-websocket-server  | 2024-04-04T15:43:28.329Z     Check Connections 0 
quant-ux-websocket-server  | 2024-04-04T15:43:58.349Z     Check Connections 0 
quant-ux-websocket-server  | 2024-04-04T15:44:28.349Z     Check Connections 0 
rozek commented 5 months ago

which logs do you want?

rozek commented 5 months ago

here is an excerpt from the MondoDB container log

2024-04-04 17:38:55 {"t":{"$date":"2024-04-04T15:38:55.551+00:00"},"s":"I",  "c":"CONTROL",  "id":23285,   "ctx":"main","msg":"Automatically disabling TLS 1.0, to force-enable TLS 1.0 specify --sslDisabledProtocols 'none'"}
2024-04-04 17:38:55 {"t":{"$date":"2024-04-04T15:38:55.554+00:00"},"s":"I",  "c":"NETWORK",  "id":4915701, "ctx":"main","msg":"Initialized wire specification","attr":{"spec":{"incomingExternalClient":{"minWireVersion":0,"maxWireVersion":21},"incomingInternalClient":{"minWireVersion":0,"maxWireVersion":21},"outgoing":{"minWireVersion":6,"maxWireVersion":21},"isInternalClient":true}}}
2024-04-04 17:38:55 {"t":{"$date":"2024-04-04T15:38:55.555+00:00"},"s":"I",  "c":"NETWORK",  "id":4648601, "ctx":"main","msg":"Implicit TCP FastOpen unavailable. If TCP FastOpen is required, set tcpFastOpenServer, tcpFastOpenClient, and tcpFastOpenQueueSize."}
2024-04-04 17:38:55 {"t":{"$date":"2024-04-04T15:38:55.557+00:00"},"s":"I",  "c":"REPL",     "id":5123008, "ctx":"main","msg":"Successfully registered PrimaryOnlyService","attr":{"service":"TenantMigrationDonorService","namespace":"config.tenantMigrationDonors"}}
2024-04-04 17:38:55 {"t":{"$date":"2024-04-04T15:38:55.557+00:00"},"s":"I",  "c":"REPL",     "id":5123008, "ctx":"main","msg":"Successfully registered PrimaryOnlyService","attr":{"service":"TenantMigrationRecipientService","namespace":"config.tenantMigrationRecipients"}}
2024-04-04 17:38:55 {"t":{"$date":"2024-04-04T15:38:55.557+00:00"},"s":"I",  "c":"CONTROL",  "id":5945603, "ctx":"main","msg":"Multi threading initialized"}
2024-04-04 17:38:55 {"t":{"$date":"2024-04-04T15:38:55.557+00:00"},"s":"I",  "c":"TENANT_M", "id":7091600, "ctx":"main","msg":"Starting TenantMigrationAccessBlockerRegistry"}
2024-04-04 17:38:55 {"t":{"$date":"2024-04-04T15:38:55.557+00:00"},"s":"I",  "c":"CONTROL",  "id":4615611, "ctx":"initandlisten","msg":"MongoDB starting","attr":{"pid":1,"port":27017,"dbPath":"/data/db","architecture":"64-bit","host":"eaf6b7a1055f"}}
2024-04-04 17:38:55 {"t":{"$date":"2024-04-04T15:38:55.558+00:00"},"s":"I",  "c":"CONTROL",  "id":23403,   "ctx":"initandlisten","msg":"Build Info","attr":{"buildInfo":{"version":"7.0.7","gitVersion":"cfb08e1ab7ef741b4abdd0638351b322514c45bd","openSSLVersion":"OpenSSL 3.0.2 15 Mar 2022","modules":[],"allocator":"tcmalloc","environment":{"distmod":"ubuntu2204","distarch":"aarch64","target_arch":"aarch64"}}}}
2024-04-04 17:38:55 {"t":{"$date":"2024-04-04T15:38:55.558+00:00"},"s":"I",  "c":"CONTROL",  "id":51765,   "ctx":"initandlisten","msg":"Operating System","attr":{"os":{"name":"Ubuntu","version":"22.04"}}}
2024-04-04 17:38:55 {"t":{"$date":"2024-04-04T15:38:55.558+00:00"},"s":"I",  "c":"CONTROL",  "id":21951,   "ctx":"initandlisten","msg":"Options set by command line","attr":{"options":{"net":{"bindIp":"*"}}}}
2024-04-04 17:38:55 {"t":{"$date":"2024-04-04T15:38:55.559+00:00"},"s":"I",  "c":"STORAGE",  "id":22270,   "ctx":"initandlisten","msg":"Storage engine to use detected by data files","attr":{"dbpath":"/data/db","storageEngine":"wiredTiger"}}
2024-04-04 17:38:55 {"t":{"$date":"2024-04-04T15:38:55.560+00:00"},"s":"I",  "c":"STORAGE",  "id":22315,   "ctx":"initandlisten","msg":"Opening WiredTiger","attr":{"config":"create,cache_size=3410M,session_max=33000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,remove=true,path=journal,compressor=snappy),builtin_extension_config=(zstd=(compression_level=6)),file_manager=(close_idle_time=600,close_scan_interval=10,close_handle_minimum=2000),statistics_log=(wait=0),json_output=(error,message),verbose=[recovery_progress:1,checkpoint_progress:1,compact_progress:1,backup:0,checkpoint:0,compact:0,evict:0,history_store:0,recovery:0,rts:0,salvage:0,tiered:0,timestamp:0,transaction:0,verify:0,log:0],"}}
2024-04-04 17:38:57 {"t":{"$date":"2024-04-04T15:38:57.613+00:00"},"s":"I",  "c":"STORAGE",  "id":4795906, "ctx":"initandlisten","msg":"WiredTiger opened","attr":{"durationMillis":2053}}
2024-04-04 17:38:57 {"t":{"$date":"2024-04-04T15:38:57.613+00:00"},"s":"I",  "c":"RECOVERY", "id":23987,   "ctx":"initandlisten","msg":"WiredTiger recoveryTimestamp","attr":{"recoveryTimestamp":{"$timestamp":{"t":0,"i":0}}}}
2024-04-04 17:38:57 {"t":{"$date":"2024-04-04T15:38:57.681+00:00"},"s":"W",  "c":"CONTROL",  "id":22120,   "ctx":"initandlisten","msg":"Access control is not enabled for the database. Read and write access to data and configuration is unrestricted","tags":["startupWarnings"]}
2024-04-04 17:38:57 {"t":{"$date":"2024-04-04T15:38:57.681+00:00"},"s":"W",  "c":"CONTROL",  "id":22178,   "ctx":"initandlisten","msg":"/sys/kernel/mm/transparent_hugepage/enabled is 'always'. We suggest setting it to 'never' in this binary version","tags":["startupWarnings"]}
2024-04-04 17:38:57 {"t":{"$date":"2024-04-04T15:38:57.682+00:00"},"s":"W",  "c":"CONTROL",  "id":5123300, "ctx":"initandlisten","msg":"vm.max_map_count is too low","attr":{"currentValue":262144,"recommendedMinimum":1677720,"maxConns":838860},"tags":["startupWarnings"]}
2024-04-04 17:38:57 {"t":{"$date":"2024-04-04T15:38:57.691+00:00"},"s":"I",  "c":"NETWORK",  "id":4915702, "ctx":"initandlisten","msg":"Updated wire specification","attr":{"oldSpec":{"incomingExternalClient":{"minWireVersion":0,"maxWireVersion":21},"incomingInternalClient":{"minWireVersion":0,"maxWireVersion":21},"outgoing":{"minWireVersion":6,"maxWireVersion":21},"isInternalClient":true},"newSpec":{"incomingExternalClient":{"minWireVersion":0,"maxWireVersion":21},"incomingInternalClient":{"minWireVersion":21,"maxWireVersion":21},"outgoing":{"minWireVersion":21,"maxWireVersion":21},"isInternalClient":true}}}
2024-04-04 17:38:57 {"t":{"$date":"2024-04-04T15:38:57.691+00:00"},"s":"I",  "c":"REPL",     "id":5853300, "ctx":"initandlisten","msg":"current featureCompatibilityVersion value","attr":{"featureCompatibilityVersion":"7.0","context":"startup"}}
2024-04-04 17:38:57 {"t":{"$date":"2024-04-04T15:38:57.692+00:00"},"s":"I",  "c":"STORAGE",  "id":5071100, "ctx":"initandlisten","msg":"Clearing temp directory"}
2024-04-04 17:38:57 {"t":{"$date":"2024-04-04T15:38:57.695+00:00"},"s":"I",  "c":"CONTROL",  "id":6608200, "ctx":"initandlisten","msg":"Initializing cluster server parameters from disk"}
2024-04-04 17:38:57 {"t":{"$date":"2024-04-04T15:38:57.695+00:00"},"s":"I",  "c":"CONTROL",  "id":20536,   "ctx":"initandlisten","msg":"Flow Control is enabled on this deployment"}
2024-04-04 17:38:57 {"t":{"$date":"2024-04-04T15:38:57.701+00:00"},"s":"I",  "c":"FTDC",     "id":20625,   "ctx":"initandlisten","msg":"Initializing full-time diagnostic data capture","attr":{"dataDirectory":"/data/db/diagnostic.data"}}
2024-04-04 17:38:57 {"t":{"$date":"2024-04-04T15:38:57.709+00:00"},"s":"I",  "c":"REPL",     "id":6015317, "ctx":"initandlisten","msg":"Setting new configuration state","attr":{"newState":"ConfigReplicationDisabled","oldState":"ConfigPreStart"}}
2024-04-04 17:38:57 {"t":{"$date":"2024-04-04T15:38:57.710+00:00"},"s":"I",  "c":"STORAGE",  "id":22262,   "ctx":"initandlisten","msg":"Timestamp monitor starting"}
2024-04-04 17:38:57 {"t":{"$date":"2024-04-04T15:38:57.712+00:00"},"s":"I",  "c":"NETWORK",  "id":23015,   "ctx":"listener","msg":"Listening on","attr":{"address":"/tmp/mongodb-27017.sock"}}
2024-04-04 17:38:57 {"t":{"$date":"2024-04-04T15:38:57.712+00:00"},"s":"I",  "c":"NETWORK",  "id":23015,   "ctx":"listener","msg":"Listening on","attr":{"address":"0.0.0.0"}}
2024-04-04 17:38:57 {"t":{"$date":"2024-04-04T15:38:57.712+00:00"},"s":"I",  "c":"NETWORK",  "id":23016,   "ctx":"listener","msg":"Waiting for connections","attr":{"port":27017,"ssl":"off"}}
2024-04-04 17:38:57 {"t":{"$date":"2024-04-04T15:38:57.712+00:00"},"s":"I",  "c":"CONTROL",  "id":8423403, "ctx":"initandlisten","msg":"mongod startup complete","attr":{"Summary of time elapsed":{"Startup from clean shutdown?":true,"Statistics":{"Transport layer setup":"0 ms","Run initial syncer crash recovery":"0 ms","Create storage engine lock file in the data directory":"0 ms","Get metadata describing storage engine":"0 ms","Validate options in metadata against current startup options":"0 ms","Create storage engine":"2117 ms","Write current PID to file":"0 ms","Initialize FCV before rebuilding indexes":"8 ms","Drop abandoned idents and get back indexes that need to be rebuilt or builds that need to be restarted":"0 ms","Rebuild indexes for collections":"0 ms","Load cluster parameters from disk for a standalone":"0 ms","Build user and roles graph":"0 ms","Set up the background thread pool responsible for waiting for opTimes to be majority committed":"0 ms","Initialize information needed to make a mongod instance shard aware":"0 ms","Start up the replication coordinator":"3 ms","Start transport layer":"1 ms","_initAndListen total elapsed time":"2155 ms"}}}}
2024-04-04 17:39:02 {"t":{"$date":"2024-04-04T15:39:02.603+00:00"},"s":"I",  "c":"NETWORK",  "id":22943,   "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.19.0.3:35736","uuid":{"uuid":{"$uuid":"475df017-7bce-422a-b07f-a729a43e6762"}},"connectionId":1,"connectionCount":1}}
2024-04-04 17:39:02 {"t":{"$date":"2024-04-04T15:39:02.654+00:00"},"s":"I",  "c":"NETWORK",  "id":51800,   "ctx":"conn1","msg":"client metadata","attr":{"remote":"172.19.0.3:35736","client":"conn1","negotiatedCompressors":[],"doc":{"driver":{"name":"mongo-java-driver|async","version":"3.12.8"},"os":{"type":"Linux","name":"Linux","architecture":"amd64","version":"6.4.16-linuxkit"},"platform":"Java/Oracle Corporation/19-ea+5"}}}
2024-04-04 17:39:02 {"t":{"$date":"2024-04-04T15:39:02.715+00:00"},"s":"I",  "c":"NETWORK",  "id":6788700, "ctx":"conn1","msg":"Received first command on ingress connection since session start or auth handshake","attr":{"elapsedMillis":60}}
2024-04-04 17:39:30 {"t":{"$date":"2024-04-04T15:39:30.952+00:00"},"s":"I",  "c":"NETWORK",  "id":22943,   "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.19.0.3:33868","uuid":{"uuid":{"$uuid":"f08cd984-9e98-4cd7-a684-6415d68e5ef9"}},"connectionId":2,"connectionCount":2}}
2024-04-04 17:39:30 {"t":{"$date":"2024-04-04T15:39:30.972+00:00"},"s":"I",  "c":"NETWORK",  "id":51800,   "ctx":"conn2","msg":"client metadata","attr":{"remote":"172.19.0.3:33868","client":"conn2","negotiatedCompressors":[],"doc":{"driver":{"name":"mongo-java-driver|async","version":"3.12.8"},"os":{"type":"Linux","name":"Linux","architecture":"amd64","version":"6.4.16-linuxkit"},"platform":"Java/Oracle Corporation/19-ea+5"}}}
2024-04-04 17:39:30 {"t":{"$date":"2024-04-04T15:39:30.990+00:00"},"s":"I",  "c":"NETWORK",  "id":6788700, "ctx":"conn2","msg":"Received first command on ingress connection since session start or auth handshake","attr":{"elapsedMillis":18}}
2024-04-04 17:39:53 {"t":{"$date":"2024-04-04T15:39:53.333+00:00"},"s":"I",  "c":"NETWORK",  "id":22943,   "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.19.0.3:35694","uuid":{"uuid":{"$uuid":"cd76d10e-614d-461c-9e2a-49035faceb78"}},"connectionId":3,"connectionCount":3}}
2024-04-04 17:39:53 {"t":{"$date":"2024-04-04T15:39:53.337+00:00"},"s":"I",  "c":"NETWORK",  "id":51800,   "ctx":"conn3","msg":"client metadata","attr":{"remote":"172.19.0.3:35694","client":"conn3","negotiatedCompressors":[],"doc":{"driver":{"name":"mongo-java-driver|async","version":"3.12.8"},"os":{"type":"Linux","name":"Linux","architecture":"amd64","version":"6.4.16-linuxkit"},"platform":"Java/Oracle Corporation/19-ea+5"}}}
2024-04-04 17:39:53 {"t":{"$date":"2024-04-04T15:39:53.340+00:00"},"s":"I",  "c":"NETWORK",  "id":6788700, "ctx":"conn3","msg":"Received first command on ingress connection since session start or auth handshake","attr":{"elapsedMillis":3}}
2024-04-04 17:39:55 {"t":{"$date":"2024-04-04T15:39:55.481+00:00"},"s":"I",  "c":"NETWORK",  "id":22943,   "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.19.0.3:35696","uuid":{"uuid":{"$uuid":"0f2e7537-1795-4b47-92f8-31f0c1d0981a"}},"connectionId":4,"connectionCount":4}}
2024-04-04 17:39:55 {"t":{"$date":"2024-04-04T15:39:55.484+00:00"},"s":"I",  "c":"NETWORK",  "id":51800,   "ctx":"conn4","msg":"client metadata","attr":{"remote":"172.19.0.3:35696","client":"conn4","negotiatedCompressors":[],"doc":{"driver":{"name":"mongo-java-driver|async","version":"3.12.8"},"os":{"type":"Linux","name":"Linux","architecture":"amd64","version":"6.4.16-linuxkit"},"platform":"Java/Oracle Corporation/19-ea+5"}}}
2024-04-04 17:39:55 {"t":{"$date":"2024-04-04T15:39:55.488+00:00"},"s":"I",  "c":"NETWORK",  "id":6788700, "ctx":"conn4","msg":"Received first command on ingress connection since session start or auth handshake","attr":{"elapsedMillis":3}}
rozek commented 5 months ago

and here is an excerpt from the quant-ux-websocket-server

2024-04-04 17:39:28 2024-04-04T15:39:28.137Z     Check Connections 0 
2024-04-04 17:39:56 2024-04-04T15:39:56.274Z     authenticate() > User not allowed to access 660ec1aede3a5f1715866c86  
2024-04-04 17:39:56 2024-04-04T15:39:56.277Z     Cannot autheicate request  

Surprisingly, however, i am logged in!

rozek commented 5 months ago

Here are the logs from a fresh Docker start (after clearing all terminals)

quant-ux-mongo

2024-04-04 17:55:36 {"t":{"$date":"2024-04-04T15:55:36.922+00:00"},"s":"I",  "c":"CONTROL",  "id":23285,   "ctx":"main","msg":"Automatically disabling TLS 1.0, to force-enable TLS 1.0 specify --sslDisabledProtocols 'none'"}
2024-04-04 17:55:36 {"t":{"$date":"2024-04-04T15:55:36.922+00:00"},"s":"I",  "c":"NETWORK",  "id":4915701, "ctx":"main","msg":"Initialized wire specification","attr":{"spec":{"incomingExternalClient":{"minWireVersion":0,"maxWireVersion":21},"incomingInternalClient":{"minWireVersion":0,"maxWireVersion":21},"outgoing":{"minWireVersion":6,"maxWireVersion":21},"isInternalClient":true}}}
2024-04-04 17:55:36 {"t":{"$date":"2024-04-04T15:55:36.925+00:00"},"s":"I",  "c":"NETWORK",  "id":4648601, "ctx":"main","msg":"Implicit TCP FastOpen unavailable. If TCP FastOpen is required, set tcpFastOpenServer, tcpFastOpenClient, and tcpFastOpenQueueSize."}
2024-04-04 17:55:36 {"t":{"$date":"2024-04-04T15:55:36.928+00:00"},"s":"I",  "c":"REPL",     "id":5123008, "ctx":"main","msg":"Successfully registered PrimaryOnlyService","attr":{"service":"TenantMigrationDonorService","namespace":"config.tenantMigrationDonors"}}
2024-04-04 17:55:36 {"t":{"$date":"2024-04-04T15:55:36.928+00:00"},"s":"I",  "c":"REPL",     "id":5123008, "ctx":"main","msg":"Successfully registered PrimaryOnlyService","attr":{"service":"TenantMigrationRecipientService","namespace":"config.tenantMigrationRecipients"}}
2024-04-04 17:55:36 {"t":{"$date":"2024-04-04T15:55:36.928+00:00"},"s":"I",  "c":"CONTROL",  "id":5945603, "ctx":"main","msg":"Multi threading initialized"}
2024-04-04 17:55:36 {"t":{"$date":"2024-04-04T15:55:36.928+00:00"},"s":"I",  "c":"TENANT_M", "id":7091600, "ctx":"main","msg":"Starting TenantMigrationAccessBlockerRegistry"}
2024-04-04 17:55:36 {"t":{"$date":"2024-04-04T15:55:36.929+00:00"},"s":"I",  "c":"CONTROL",  "id":4615611, "ctx":"initandlisten","msg":"MongoDB starting","attr":{"pid":1,"port":27017,"dbPath":"/data/db","architecture":"64-bit","host":"eaf6b7a1055f"}}
2024-04-04 17:55:36 {"t":{"$date":"2024-04-04T15:55:36.929+00:00"},"s":"I",  "c":"CONTROL",  "id":23403,   "ctx":"initandlisten","msg":"Build Info","attr":{"buildInfo":{"version":"7.0.7","gitVersion":"cfb08e1ab7ef741b4abdd0638351b322514c45bd","openSSLVersion":"OpenSSL 3.0.2 15 Mar 2022","modules":[],"allocator":"tcmalloc","environment":{"distmod":"ubuntu2204","distarch":"aarch64","target_arch":"aarch64"}}}}
2024-04-04 17:55:36 {"t":{"$date":"2024-04-04T15:55:36.929+00:00"},"s":"I",  "c":"CONTROL",  "id":51765,   "ctx":"initandlisten","msg":"Operating System","attr":{"os":{"name":"Ubuntu","version":"22.04"}}}
2024-04-04 17:55:36 {"t":{"$date":"2024-04-04T15:55:36.929+00:00"},"s":"I",  "c":"CONTROL",  "id":21951,   "ctx":"initandlisten","msg":"Options set by command line","attr":{"options":{"net":{"bindIp":"*"}}}}
2024-04-04 17:55:36 {"t":{"$date":"2024-04-04T15:55:36.931+00:00"},"s":"I",  "c":"STORAGE",  "id":22270,   "ctx":"initandlisten","msg":"Storage engine to use detected by data files","attr":{"dbpath":"/data/db","storageEngine":"wiredTiger"}}
2024-04-04 17:55:36 {"t":{"$date":"2024-04-04T15:55:36.932+00:00"},"s":"I",  "c":"STORAGE",  "id":22315,   "ctx":"initandlisten","msg":"Opening WiredTiger","attr":{"config":"create,cache_size=3410M,session_max=33000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,remove=true,path=journal,compressor=snappy),builtin_extension_config=(zstd=(compression_level=6)),file_manager=(close_idle_time=600,close_scan_interval=10,close_handle_minimum=2000),statistics_log=(wait=0),json_output=(error,message),verbose=[recovery_progress:1,checkpoint_progress:1,compact_progress:1,backup:0,checkpoint:0,compact:0,evict:0,history_store:0,recovery:0,rts:0,salvage:0,tiered:0,timestamp:0,transaction:0,verify:0,log:0],"}}
2024-04-04 17:55:38 {"t":{"$date":"2024-04-04T15:55:38.916+00:00"},"s":"I",  "c":"STORAGE",  "id":4795906, "ctx":"initandlisten","msg":"WiredTiger opened","attr":{"durationMillis":1984}}
2024-04-04 17:55:38 {"t":{"$date":"2024-04-04T15:55:38.916+00:00"},"s":"I",  "c":"RECOVERY", "id":23987,   "ctx":"initandlisten","msg":"WiredTiger recoveryTimestamp","attr":{"recoveryTimestamp":{"$timestamp":{"t":0,"i":0}}}}
2024-04-04 17:55:38 {"t":{"$date":"2024-04-04T15:55:38.987+00:00"},"s":"W",  "c":"CONTROL",  "id":22120,   "ctx":"initandlisten","msg":"Access control is not enabled for the database. Read and write access to data and configuration is unrestricted","tags":["startupWarnings"]}
2024-04-04 17:55:38 {"t":{"$date":"2024-04-04T15:55:38.987+00:00"},"s":"W",  "c":"CONTROL",  "id":22178,   "ctx":"initandlisten","msg":"/sys/kernel/mm/transparent_hugepage/enabled is 'always'. We suggest setting it to 'never' in this binary version","tags":["startupWarnings"]}
2024-04-04 17:55:38 {"t":{"$date":"2024-04-04T15:55:38.988+00:00"},"s":"W",  "c":"CONTROL",  "id":5123300, "ctx":"initandlisten","msg":"vm.max_map_count is too low","attr":{"currentValue":262144,"recommendedMinimum":1677720,"maxConns":838860},"tags":["startupWarnings"]}
2024-04-04 17:55:38 {"t":{"$date":"2024-04-04T15:55:38.997+00:00"},"s":"I",  "c":"NETWORK",  "id":4915702, "ctx":"initandlisten","msg":"Updated wire specification","attr":{"oldSpec":{"incomingExternalClient":{"minWireVersion":0,"maxWireVersion":21},"incomingInternalClient":{"minWireVersion":0,"maxWireVersion":21},"outgoing":{"minWireVersion":6,"maxWireVersion":21},"isInternalClient":true},"newSpec":{"incomingExternalClient":{"minWireVersion":0,"maxWireVersion":21},"incomingInternalClient":{"minWireVersion":21,"maxWireVersion":21},"outgoing":{"minWireVersion":21,"maxWireVersion":21},"isInternalClient":true}}}
2024-04-04 17:55:38 {"t":{"$date":"2024-04-04T15:55:38.997+00:00"},"s":"I",  "c":"REPL",     "id":5853300, "ctx":"initandlisten","msg":"current featureCompatibilityVersion value","attr":{"featureCompatibilityVersion":"7.0","context":"startup"}}
2024-04-04 17:55:38 {"t":{"$date":"2024-04-04T15:55:38.998+00:00"},"s":"I",  "c":"STORAGE",  "id":5071100, "ctx":"initandlisten","msg":"Clearing temp directory"}
2024-04-04 17:55:39 {"t":{"$date":"2024-04-04T15:55:39.003+00:00"},"s":"I",  "c":"CONTROL",  "id":6608200, "ctx":"initandlisten","msg":"Initializing cluster server parameters from disk"}
2024-04-04 17:55:39 {"t":{"$date":"2024-04-04T15:55:39.003+00:00"},"s":"I",  "c":"CONTROL",  "id":20536,   "ctx":"initandlisten","msg":"Flow Control is enabled on this deployment"}
2024-04-04 17:55:39 {"t":{"$date":"2024-04-04T15:55:39.011+00:00"},"s":"I",  "c":"FTDC",     "id":20625,   "ctx":"initandlisten","msg":"Initializing full-time diagnostic data capture","attr":{"dataDirectory":"/data/db/diagnostic.data"}}
2024-04-04 17:55:39 {"t":{"$date":"2024-04-04T15:55:39.020+00:00"},"s":"I",  "c":"REPL",     "id":6015317, "ctx":"initandlisten","msg":"Setting new configuration state","attr":{"newState":"ConfigReplicationDisabled","oldState":"ConfigPreStart"}}
2024-04-04 17:55:39 {"t":{"$date":"2024-04-04T15:55:39.020+00:00"},"s":"I",  "c":"STORAGE",  "id":22262,   "ctx":"initandlisten","msg":"Timestamp monitor starting"}
2024-04-04 17:55:39 {"t":{"$date":"2024-04-04T15:55:39.023+00:00"},"s":"I",  "c":"NETWORK",  "id":23015,   "ctx":"listener","msg":"Listening on","attr":{"address":"/tmp/mongodb-27017.sock"}}
2024-04-04 17:55:39 {"t":{"$date":"2024-04-04T15:55:39.023+00:00"},"s":"I",  "c":"NETWORK",  "id":23015,   "ctx":"listener","msg":"Listening on","attr":{"address":"0.0.0.0"}}
2024-04-04 17:55:39 {"t":{"$date":"2024-04-04T15:55:39.023+00:00"},"s":"I",  "c":"NETWORK",  "id":23016,   "ctx":"listener","msg":"Waiting for connections","attr":{"port":27017,"ssl":"off"}}
2024-04-04 17:55:39 {"t":{"$date":"2024-04-04T15:55:39.023+00:00"},"s":"I",  "c":"CONTROL",  "id":8423403, "ctx":"initandlisten","msg":"mongod startup complete","attr":{"Summary of time elapsed":{"Startup from clean shutdown?":true,"Statistics":{"Transport layer setup":"0 ms","Run initial syncer crash recovery":"0 ms","Create storage engine lock file in the data directory":"0 ms","Get metadata describing storage engine":"0 ms","Validate options in metadata against current startup options":"0 ms","Create storage engine":"2050 ms","Write current PID to file":"0 ms","Initialize FCV before rebuilding indexes":"8 ms","Drop abandoned idents and get back indexes that need to be rebuilt or builds that need to be restarted":"0 ms","Rebuild indexes for collections":"0 ms","Load cluster parameters from disk for a standalone":"1 ms","Build user and roles graph":"0 ms","Set up the background thread pool responsible for waiting for opTimes to be majority committed":"0 ms","Initialize information needed to make a mongod instance shard aware":"0 ms","Start up the replication coordinator":"6 ms","Start transport layer":"1 ms","_initAndListen total elapsed time":"2094 ms"}}}}
2024-04-04 17:55:43 {"t":{"$date":"2024-04-04T15:55:43.664+00:00"},"s":"I",  "c":"NETWORK",  "id":22943,   "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.19.0.3:43210","uuid":{"uuid":{"$uuid":"9eef149e-6680-4d2a-b6a1-2c323df34700"}},"connectionId":1,"connectionCount":1}}
2024-04-04 17:55:43 {"t":{"$date":"2024-04-04T15:55:43.721+00:00"},"s":"I",  "c":"NETWORK",  "id":51800,   "ctx":"conn1","msg":"client metadata","attr":{"remote":"172.19.0.3:43210","client":"conn1","negotiatedCompressors":[],"doc":{"driver":{"name":"mongo-java-driver|async","version":"3.12.8"},"os":{"type":"Linux","name":"Linux","architecture":"amd64","version":"6.4.16-linuxkit"},"platform":"Java/Oracle Corporation/19-ea+5"}}}
2024-04-04 17:55:43 {"t":{"$date":"2024-04-04T15:55:43.801+00:00"},"s":"I",  "c":"NETWORK",  "id":6788700, "ctx":"conn1","msg":"Received first command on ingress connection since session start or auth handshake","attr":{"elapsedMillis":80}}
2024-04-04 17:56:44 {"t":{"$date":"2024-04-04T15:56:44.618+00:00"},"s":"I",  "c":"NETWORK",  "id":22943,   "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.19.0.3:42268","uuid":{"uuid":{"$uuid":"0262c84f-03ff-4556-a7b7-4765193df5bb"}},"connectionId":2,"connectionCount":2}}
2024-04-04 17:56:44 {"t":{"$date":"2024-04-04T15:56:44.629+00:00"},"s":"I",  "c":"NETWORK",  "id":51800,   "ctx":"conn2","msg":"client metadata","attr":{"remote":"172.19.0.3:42268","client":"conn2","negotiatedCompressors":[],"doc":{"driver":{"name":"mongo-java-driver|async","version":"3.12.8"},"os":{"type":"Linux","name":"Linux","architecture":"amd64","version":"6.4.16-linuxkit"},"platform":"Java/Oracle Corporation/19-ea+5"}}}
2024-04-04 17:56:44 {"t":{"$date":"2024-04-04T15:56:44.639+00:00"},"s":"I",  "c":"NETWORK",  "id":6788700, "ctx":"conn2","msg":"Received first command on ingress connection since session start or auth handshake","attr":{"elapsedMillis":10}}

quant-ux-backend

2024-04-04 17:55:39 WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.
2024-04-04 17:55:43 10:55:43.131 [vert.x-eventloop-thread-0] ERROR com.qux.util.Config - mergeUser() > QUX_USER_ALLOW_SIGNUP > true
2024-04-04 17:55:43 10:55:43.666 [vert.x-eventloop-thread-0] ERROR com.qux.MATC - createMail() > DISABLE MAIL SSL!
2024-04-04 17:55:44 ******************************************
2024-04-04 17:55:44 * Quant-UX-Server 4.5.6 launched at 8080
2024-04-04 17:55:44 ******************************************
2024-04-04 17:55:45 Apr 04, 2024 10:55:44 AM io.vertx.core.Starter
2024-04-04 17:55:45 INFO: Succeeded in deploying verticle

quant-ux-websocket-server

2024-04-04 17:55:39 2024-04-04T15:55:39.414Z     createWSS() > enter  
2024-04-04 17:55:39 2024-04-04T15:55:39.443Z     initUpgrade() > enter  
2024-04-04 17:55:39 2024-04-04T15:55:39.444Z     initCleanUp() > enter  
2024-04-04 17:55:39 2024-04-04T15:55:39.469Z     ***************************************************************************************************  
2024-04-04 17:55:39 2024-04-04T15:55:39.470Z     *                                                                                                 *  
2024-04-04 17:55:39 2024-04-04T15:55:39.470Z     * Quant-UX-WebSocket 1.0.1 is running at wss://localhost:8086 *  
2024-04-04 17:55:39 2024-04-04T15:55:39.471Z     * Backend http://localhost:8083/                   *  
2024-04-04 17:55:39 2024-04-04T15:55:39.471Z     *                                                                                                 *  
2024-04-04 17:55:39 2024-04-04T15:55:39.471Z     ***************************************************************************************************  
2024-04-04 17:56:09 2024-04-04T15:56:09.473Z     Check Connections 0 
2024-04-04 17:56:39 2024-04-04T15:56:39.505Z     Check Connections 0 
2024-04-04 17:57:09 2024-04-04T15:57:09.539Z     Check Connections 0 
2024-04-04 17:57:39 2024-04-04T15:57:39.586Z     Check Connections 0 
2024-04-04 17:58:09 2024-04-04T15:58:09.617Z     Check Connections 0 

quant-ux-frontend

2024-04-04 17:55:40 [HPM] Proxy created: /  -> http://quant-ux-backend:8080
2024-04-04 17:55:40 [HPM] Proxy created: /  -> http://quant-ux-backend:8080
2024-04-04 17:55:40  ______     __  __     ______     __   __     ______   __  __     __  __
2024-04-04 17:55:40 /\  __ \   /\ \/\ \   /\  __ \   /\ "-.\ \   /\__  _\ /\ \/\ \   /\_\_\_\ 
2024-04-04 17:55:40 \ \ \/\_\  \ \ \_\ \  \ \  __ \  \ \ \-.  \  \/_/\ \/ \ \ \_\ \  \/_/\_\/_
2024-04-04 17:55:40  \ \___\_\  \ \_____\  \ \_\ \_\  \ \_\\"\_\    \ \_\  \ \_____\   /\_\/\_\ 
2024-04-04 17:55:40   \/___/_/   \/_____/   \/_/\/_/   \/_/ \/_/     \/_/   \/_____/   \/_/\/_/ 
2024-04-04 17:55:40 Listening on 0.0.0.0:8082
2024-04-04 17:55:40 Backend   : http://quant-ux-backend:8080
2024-04-04 17:55:40 WebSocket : ws://127.0.0.1:8086
2024-04-04 17:55:40 Auth      : qux
2024-04-04 17:55:40 SignUp    : true
2024-04-04 17:55:40 Domains   : *
rozek commented 5 months ago

as you can see, it already starts with "Check Connections 0"...no chance for me

I'll give up for today and see if it will work tomorrow - otherwise, I'll give up completely.

KlausSchaefers commented 5 months ago

Hi,

the tokens time out after 7 days. They are stored in the browser in local storage, and should be deleted on logout, or when the popup shows up.

Could you try to use an incognito browser, or delete the local storage for the server?

On Thu, Apr 4, 2024 at 5:52 PM Andreas Rozek @.***> wrote:

and here is an excerpt from the quant-ux-websocket-server

2024-04-04 17:39:28 2024-04-04T15:39:28.137Z Check Connections 0 2024-04-04 17:39:56 2024-04-04T15:39:56.274Z authenticate() > User not allowed to access 660ec1aede3a5f1715866c86 2024-04-04 17:39:56 2024-04-04T15:39:56.277Z Cannot autheicate request

Surprisingly, however, i am logged in!

— Reply to this email directly, view it on GitHub https://github.com/KlausSchaefers/quant-ux/issues/286#issuecomment-2037582358, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABWHOQBCKXF7BCA2JPHEVRDY3VZNXAVCNFSM6AAAAABFU7MTZ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMZXGU4DEMZVHA . You are receiving this because you commented.Message ID: @.***>

-- “Overfitting” is not about an excessive amount of physical exercise...

rozek commented 5 months ago

7 days? I get logged out much more often.

What do you mean with "localstorage" for the server? and what will I loose if I do that?

rozek commented 5 months ago

there is a "quxuser" entry in my browser's "localstorage" - do you mean that?

KlausSchaefers commented 5 months ago

"Check Connections 0" comes from the web socket server, which is only used for collaborative working. Having a zero in there is fine.

On Thu, Apr 4, 2024 at 6:00 PM Andreas Rozek @.***> wrote:

as you can see, it already starts with "Check Connections 0"...no chance for me

I'll give up for today and see if it will work tomorrow - otherwise, I'll give up completely.

— Reply to this email directly, view it on GitHub https://github.com/KlausSchaefers/quant-ux/issues/286#issuecomment-2037606316, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABWHOQESLYGSQ4XIWHA77Q3Y3V2KBAVCNFSM6AAAAABFU7MTZ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMZXGYYDMMZRGY . You are receiving this because you commented.Message ID: @.***>

-- “Overfitting” is not about an excessive amount of physical exercise...

KlausSchaefers commented 5 months ago

localstorage is in the browser. It's like a better cookie.

On Thu, Apr 4, 2024 at 6:02 PM Andreas Rozek @.***> wrote:

7 days? I get logged out much more often.

What do you mean with "localstorage" for the server? and what will I loose if I do that?

— Reply to this email directly, view it on GitHub https://github.com/KlausSchaefers/quant-ux/issues/286#issuecomment-2037611274, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABWHOQFLPKZMADBLAX3TOQ3Y3V2PXAVCNFSM6AAAAABFU7MTZ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMZXGYYTCMRXGQ . You are receiving this because you commented.Message ID: @.***>

-- “Overfitting” is not about an excessive amount of physical exercise...

KlausSchaefers commented 5 months ago

yes

On Thu, Apr 4, 2024 at 6:03 PM Andreas Rozek @.***> wrote:

there is a "quxuser" entry in my browser's "localstorage" - do you mean that?

— Reply to this email directly, view it on GitHub https://github.com/KlausSchaefers/quant-ux/issues/286#issuecomment-2037614988, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABWHOQDKNZOTZKYLNDPOIYLY3V2WNAVCNFSM6AAAAABFU7MTZ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMZXGYYTIOJYHA . You are receiving this because you commented.Message ID: @.***>

-- “Overfitting” is not about an excessive amount of physical exercise...

rozek commented 5 months ago

ok, I'll delete that - stand by

rozek commented 5 months ago

Yep, that worked - thank you very much! So the "cookie" broke somehow?

nevertheless, family is calling - I'll have to leave now.

Thanks a lot for your immediate help!

KlausSchaefers commented 5 months ago

This is weird, I will still take a look.

Also, I merged the new UI into master. In some minutes there should be a new Dockerimage for the front end.

On Thu, Apr 4, 2024 at 6:08 PM Andreas Rozek @.***> wrote:

Yep, that worked - thank you very much! So the "cookie" broke somehow?

nevertheless, family is calling - I'll have to leave now.

Thanks a lot for your immediate help!

— Reply to this email directly, view it on GitHub https://github.com/KlausSchaefers/quant-ux/issues/286#issuecomment-2037627927, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABWHOQGRJNO36FZP4AXOT7LY3V3JHAVCNFSM6AAAAABFU7MTZ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMZXGYZDOOJSG4 . You are receiving this because you commented.Message ID: @.***>

-- “Overfitting” is not about an excessive amount of physical exercise...

rozek commented 5 months ago

I just ran into a deadlock that stopped me working with QuantUX. The server logs showed many lines which may help you identifying the problem

[87281:259:0411/175701.484050:INFO:CONSOLE(1)] "ExportImages.onFocus >> enter", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175701.664549:INFO:CONSOLE(1)] "Error inlining remote css file SecurityError: Failed to read the 'cssRules' property from 'CSSStyleSheet': Cannot access rules", source: http://localhost:8082/js/733.29d8de13.js (1)
[87281:259:0411/175701.786404:INFO:CONSOLE(1)] "Error inlining remote css file SecurityError: Failed to read the 'cssRules' property from 'CSSStyleSheet': Cannot access rules", source: http://localhost:8082/js/733.29d8de13.js (1)
[87281:259:0411/175702.052301:INFO:CONSOLE(1)] "Error inlining remote css file SecurityError: Failed to read the 'cssRules' property from 'CSSStyleSheet': Cannot access rules", source: http://localhost:8082/js/733.29d8de13.js (1)
[87281:259:0411/175702.153813:INFO:CONSOLE(1)] "Error loading remote stylesheet SecurityError: Failed to read the 'cssRules' property from 'CSSStyleSheet': Cannot access rules", source: http://localhost:8082/js/733.29d8de13.js (1)
[87281:259:0411/175702.153982:INFO:CONSOLE(1)] "Error while reading CSS rules from https://fonts.googleapis.com/css?family=Roboto:400,300,700|Source+Sans+Pro:400,300,200,700 SecurityError: Failed to read the 'cssRules' property from 'CSSStyleSheet': Cannot access rules", source: http://localhost:8082/js/733.29d8de13.js (1)
[87281:259:0411/175702.222015:INFO:CONSOLE(1)] "Error loading remote stylesheet SecurityError: Failed to read the 'cssRules' property from 'CSSStyleSheet': Cannot access rules", source: http://localhost:8082/js/733.29d8de13.js (1)
[87281:259:0411/175702.222090:INFO:CONSOLE(1)] "Error while reading CSS rules from https://fonts.googleapis.com/css?family=Roboto:400,300,700|Source+Sans+Pro:400,300,200,700 SecurityError: Failed to read the 'cssRules' property from 'CSSStyleSheet': Cannot access rules", source: http://localhost:8082/js/733.29d8de13.js (1)
[87281:259:0411/175702.270618:INFO:CONSOLE(1)] "Error loading remote stylesheet SecurityError: Failed to read the 'cssRules' property from 'CSSStyleSheet': Cannot access rules", source: http://localhost:8082/js/733.29d8de13.js (1)
[87281:259:0411/175702.270695:INFO:CONSOLE(1)] "Error while reading CSS rules from https://fonts.googleapis.com/css?family=Roboto:400,300,700|Source+Sans+Pro:400,300,200,700 SecurityError: Failed to read the 'cssRules' property from 'CSSStyleSheet': Cannot access rules", source: http://localhost:8082/js/733.29d8de13.js (1)
[87281:259:0411/175704.110049:INFO:CONSOLE(1)] "ExportZip.downloadZip >> enter", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175704.110113:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> enter", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.268672:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aLJRNQWdsdVtCxeE0FWWbTuVn1URdVOyYzzFzy3POHRZKm8c1FvF6C.jpg?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.279392:INFO:CONSOLE(1)] "ExportImages.download >> Something went wrong", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.310083:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aBCwiUuK40rv2DiG64gbKiOPa7yCyMsfN9p1HWA0t4umBsLrPyB4la.jpg?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.335009:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aOEMWKxJd1X7nQuGCRfRmSuyzV4QfvlwsMrmuperbSzTx6X8DBxeHy.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.349501:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aVajGkUJgQuJeJlyI3ZUc3uOZQWaqbnMPOFlprIQSqE5IcwkPWkmmO.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.361786:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aQ1uvbrE4TgKnZSQ6TYQSzy5rpcBI4wiYIPOzlGvPZNl0uecbAtyqS.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.379297:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10adQH5Eb1w0stijby0Re8qiOoyc0CtoGDLY39jlA09gGIQyw7PjscgG.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.394344:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aPaclKQJCJhzZITzAq7rvceqKS9YN2vHniv274Jy4nWLYTFXGTtG7K.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.404938:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10a0VEta8TOSwwUbyWkXJRypunzKoas9cKuBKcTipw1miLn5GCxNMBrq.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.417194:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10a46dEOibzmuy74XUzz93BXu4Vc2VMwue6IvO2qoxc4vhWusmbNZqdO.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.429794:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10adkz5uhfzjz4UEzxlnqVVDudQu4Qrgt9AHw0AAQEJZPQwCO2w1zfCO.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.448788:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aQzOQxS8l8ZaX99yo7EwBwOZ7CSbkYPbJhXnrr4oCz1SWXI1SJRvUy.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.460942:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aZ68UOxgImCuOC9Dw4B5iKeSH4DPxEzuI22yip9ECFEoXJIiZQAVZq.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.473076:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10apmBbCXkPznIgsZVPl6knzO8dKsSzuDnMLoiXZ66HomNyySYkPkxjW.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.485690:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10a7XfmEgvYVn9rzsSwnAz19eA7dY2j6vVuqeihDOSJjkiw1qPipacAC.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.498182:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10ambGEn2l8IDOtAUmruuFKwuEOrYxP6NoffrczrZTbX4k4gdtDBz3Y2.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.510407:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10acuileaMG56Jjw0nTrdMz9OSZRyASQMRu78mfRsGw47ptq7GAjkjoS.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.522292:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aSvokRmzg2XKguqqqy6rpvyqcar5y6drauiiyA2IMMQyV32DNpdDty.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.534469:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aAIQPX0DbInPmbLqWp22agOxUQ7hTGnARhoKF9GMWRJzQwJIrfI9gO.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.546793:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10akIY4PD3qoJ0e32hMwqICiu0aQTBmU204ldQuRYm1cwzrLFgMgUh9K.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.559419:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10avzHuRHnSYWCnkXxugDN85utgrJdomLaRiCQZMOT0uwple3J5VwEv6.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.574028:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10a8FPCjVoZvwNcem03yep8weojkCKHEMV9BFSYWhPsP3YNCBzNVbwwq.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.589420:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10alVk9sTa31ZgUMOvOFDRb7y69n5e4ioGqr3QEIFkmfD8uDYhex3QYy.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.602009:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10a6wu6VtJz5eU2CQv0ivXSieEWy18oEUIznNzT50S3siYujspt8Px6K.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.612991:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10acg4PEBQ2aPjslKkxRzXCdO3qYLGw3ytTvGyK7YOfNIKbAP4nQ3wV6.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.623297:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10a9jSmj7sZi5pL7w7VCTBcbymqOSEIEH21Y0IrTywUoJQdVoq67synK.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.633977:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10auuiiyGE8p0tpgIMI8NGFnyuPzk333ELh2FItt4ypcEMgFuUNgCIj6.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.645291:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10abf0RcyWauteFQ2lnKhW7ZeRxl6aXIHnyz7aEvc6Gpsqik2zvank6C.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.657859:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10a6dnPoMI7iciNzQ7SN2StBOxzJHmizC3PvITJyvzsA1vcZmHHJDM2m.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.669745:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10abQzCnGsyG90sm3Q9WSZp5Oxn6JtxxI3EqX2fkqisQEFlIGAZBye0a.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.680909:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10asa4orqFhRPDAbxuU3ArmhOmPJUxoTGuG9NEzFvwVJICzaExiAkceq.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.705989:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10a3gpUNjT1lCNdcnSnQx13NOrTavkaFyzv33y4i096Seu9Kf6SB7XQy.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.752063:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10a317oQBFDFA7Mzr1ZxYgBEuJlDLDCm0O9KIxtMYaZtMFZmQMDNGS2O.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.794169:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10a7vvigHT8rehwP4hDOQZXpywZqsqoxrPeZvjCsC8WMP77N7KETkqke.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.806043:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10ajwdEolizRw8ZLPerBWFspyCgZwKDLTWXE2V3kEiyzOx43onrZYysy.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.818330:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10ahmKbD8eFkBnsoRv6W5MfXyfDEttRod9AJEdUE3NBWJHD5tWcw5yQy.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.830082:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10apsMpZXPt6u1nw5wHvw7asuFwNyJEGYCT5N2Rh33diaT0mAzwvo9S6.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.840972:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10awQfMVCgHUrpMmU1eziC56OBnq1ZH1ydW0CMlpAvAy505e3u4XwezO.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.853275:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10ano1FTTEwDYZSmxbDzww42e4buP8PUxXwW1x9myUiYikEty5NKStvC.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.865511:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10adlaG05G4VNXb8TxrmG6uXOFQyyAi1l9hjMspmGF61QGTlQg2OoetC.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.876508:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10adwYSugbTWV391TgwomG58eQr7X2fAbQSVqeWmuTwLXOVlFyRZ1Yeq.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.887155:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10adn4hYcUAbjhSJImPsrtUlecykb4jHlL8ZqcGt6PjJBio5zC6r8v3O.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.897568:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aOfC6HfWRmrvIDeWZmkI8Uyaz013WYivrCfDnxkTTPz56QAmFjGoty.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.909193:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aZAcztt7gxPKxScBALd2Mfel3es9d3h5LBM7XNtnsfkL9R3GRQYtae.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.920634:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10a3zM4NlyMETKl3P8avtXzUyzNrfJ7HyrE7Nrfop4ewcOSiNzP4xZEa.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.932928:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aoPJRHAzXElFjzyEi7vnjzulZVv7kZg6rTTFGfjEIPbyyg6zUaOKgC.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.945452:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10abu0dekNHIBIAm7JjrRzSxOlZ5BKA8eYqXRQ5wTh4Fggwl1njaGMIC.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.957828:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aKznoWrUWp015MIdDIgtW0u1ugyQzbCfzo4D7lzU5mAFciCSgMMz7y.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.970494:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10awrNCHskzBexcQ4EsxZjZLeddfrN92FwD2OfWwnuXnKlkONJvkwqYi.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.982398:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10a8Q8pgGkmNtKNzkriCNPI4eW870mBqaBaHIYsHzgQYVvpch8hHZzoS.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175705.993175:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10a8iAyxxe3SDoypjza1mhBbuYmgzLlIM6lEnHTeC1jglFuIxQVJ6wnW.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.006195:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aQyUeySFGXJPeyDks0GLFhO6zoYhXHUMnCJNSj0dyduGwIlLUWzw6G.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.016583:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10acWH6kJ8pw9eIKOy5A7rCZeZAkT5HvhJ9vahLtJkDYzNIoaLO3lJcO.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.027934:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aTnsAkP35e8wteoMimm2Kwuc87js1ilWJPizLhxTLy83lW0tNhwS5i.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.038997:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10a1KUQ7GcSsEmOrxeUmm8DcuKoIxVqM73cwe72tYdrHPuymOoJSGxhO.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.051823:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10a2yisIlzSopgVj8HPoMTinyOTSsRqqtfXFZntPsE1DRAYcTC7P6FUO.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.063275:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10awyzaigf20uy3DMuNh9MP0uvsk7aG2bMEDZSx3IoZWXseSFyu8x0IG.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.076873:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aaspUzivNye3MSaNw8097oy2cvhTYF2XlUb6wjDFehdx7cfrLSg8VK.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.089952:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aJmiFGSqITsheM7nYz1MpiyZ6vcZeEtxPZSyEKrOuB0XAXvtqyCkLS.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.102474:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aDClzZW4Gsftyq2LVJchcmyXbCt1MVfyrbdkdayUp1pXABulvimixi.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.114374:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aJ7ivVqZYRHfalFCG5EXN8yyT5FK0ogINw4InfFQNmyBAEx9Js00zG.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.124608:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aB4MKbnaJMRTgRDmRYyLDGy83sQhjTeAkzfQk2QzcyNOiE6Lnnv0WK.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.134875:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10ao6ZDCj7Fy7ZESlkz1ybSeeOkkcHesR1yKARNQx51sFlU3Ecz3nfzG.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.145323:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10azqw5jlEXVl46poCKSydume0kW6PDUzrE7d8poEryDIDNRVRssShvK.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.155755:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10a7ckaeVFgI5vbHxwb9EjaiywJ5cSzJsYymhibmaNdIjtOOWoEuzb3m.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.165815:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10asPQTS6CoTZaoH9XlGxNcdyJyR29PNx7P0GG4SigPy81YMvzy25GMy.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.176164:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10a9kVPCfZjA5hWZmeCS3a8QeBVzewd3S3PJQWuG5hX2QsSLfP2R9vK2.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.186161:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10ac4x4trDAR5RZiXz5jyApFy9kp4LRykxvY9tjPhdRUz25P5k1UNdjG.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.195928:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aclA54qmQUDxqcWq7qSXyIOmk5p6WgyYRnjKUAZ4qqItEetsFg2yny.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.205760:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10a6N1I9fPpfFsgP2mniuUVgyqch0qRLVC6oK8oNBXSpHZMEHhKjWFPe.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.215508:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10ayzxSniCyce6U1rFPMbw3VONXIBuYT6Y1VuJrI76yHF4qyAv0AjzI2.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.225850:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aa1dWfD2GyPqmLo11hc4UZugrrwBQxQwWnm7SYt4BGepaMm1jKW7GO.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.236574:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10a8lPxuN3FBxdHn0Ka4KxAeyM8pFkMhRR9gePLgfamwgzcFCSw9Uf4e.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.248685:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10awXbCUurltjosMHGPzYbKGyYJOPSpyNPMzpL1kYQRhFp6QtphYTtBm.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.259242:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aw55WyG96MQq7BP7jAnXy0eUbJgDfU9rYOiotd8jvk5hDuje4PD9JK.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.271714:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10a2sVSfJSr9jvzNu7JreS0GyaZw18YdBsa0svulb3gitQuafLbNzDci.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.283704:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aUFhzJ0dXIRjVEnv9xmybauRtYfqr6uzZCa8rV2rtMSu7BmD3oKAIS.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.295921:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10a3yrKInC6X9nN1bqtgLy2vOaBIeqnD2yyzprsR4ppwV1Ggw8TGhow2.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.311578:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aCVQw6q4tBl1wYd7fqRMeKOuLZMrTLqljVydwEQzN5gRhGF2z3mSvC.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.323822:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10a3j7BcsRrnGEy0L3J9azEUOvZgrxccNzJqznYiHZ3L6o56CCyp552S.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.344930:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aHyv2AsSwxAtjHJCxEA5IkeCKxpPBJG7dsCZHTlwNif815Vqvay06q.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.360876:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aZ2UBZEfzT2Te9geQaNJWtOOlkcFpEq3M7bJPLxJ8HNXidiyvEbhWG.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.376312:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10ayFiul0O5JvwVL8RbN13VDe6lDyu7ZVv295zW1TATjAwmeHtGGe4CK.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.397612:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aEyrpe5va1jA4kf2NHVhtLet5mr1Tb4Ul41XHOSDeaINcmXPcccQ6e.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.408546:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aQsNa0YoWXokOzW284awOmuPCKRBpeL3xKew6T73JzSPnzzIuFobQm.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.421679:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10avnC7dQW1BLKpCCfgsjCdyeulmBzweZ6tf1gTXZXr3ZXKPSiCtNkxS.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.447732:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10azKyCYgn15dzil2z3o6MtDOgSjCd5pSqLTvmGsdAvz14otlWypb9Ii.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.466335:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aYcezK3OZI0syosmuzczCQOBOR424DelYDiwhrMM9dP3VlBgEbnkcy.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.489250:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aUuQm4jWzKTqovFZBaluyyunKhsBmT0ZVRlchhsb1tjCk6t3Qrn72y.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.511842:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10asI9yKZ7wRUJiFwWyzM8bmy4MzyvFE1p1c8EEjHWMv8F6TCsnBW7jC.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.525606:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10azI0BgY2kXbzyjWYiWGEonOy7y9c8pzaSl7TSOY1v8wOyYQi4y8JYm.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.537987:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aF4ujh7O3fscVsWxpfdjNXehLKgOXNxEAroCKojC5BIRwpuimt7zRu.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.550111:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aworBiAYDsfgvmT0yTyzU2ug9BMeBtWOM9gzWsEySTPTJiLHS8tTTK.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.563027:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aWoOcmlxwqPk5pHSwpSXmYu5u8eMPF3H68CsJLaiJLy4IdQIR3JLQi.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.576579:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10ayzGgbOSEvWY2BGWfPvfzFexKhUgx01zXh8BuAfRoAgmeG0FP5DYmi.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.591501:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10apHyhuAC87OrHz51f2ime2OKzFYghf9nCQVaBeA6JpbyAIpMBkiV92.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.604785:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aGQTbJrVuR3RS1msCCOFXJO0OAPP4BDlP8inaXdlgj7JnUdyd40Edi.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.616366:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aP1nYFOQqU16cwg1rFHpYXeRODRkXhu6Twq2z0pF2gqYFGGGaZDybi.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.632365:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aKDpPhqREPoncYn5JDaIXmyP5XtXEe48nUbtn62QIQSYzXkxaGJ0Qa.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.647346:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10av8ru7wLliglAlsNN8j5MaODUCMr7jJgnTHbxzeUudLOFmVmCDtd1G.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.663360:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10a7zoSnGoKdncjb7f7hyVbfuSJxTun22XXoqyoURcNfEFthffi5sfqy.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.678497:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aCtXraE5JyxuWG6x7zeE5iyihDmdkefge0yAk8fkTS9FdXtFVZXHGm.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.693725:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10a8WOLQk028zlq7MXTgW3nLeQXx1dGzAQYnP8tBxiRl7kmkjydf2Ojm.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.707726:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10a4uxfWkuymazT2r0J7zgZEe1iHvIdyscRQckoEyvHVlBKMddvDm7wS.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.721784:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10apua5CYH0YnAZOv4f6qztvyATZGppmmBdVkyRoLqOb8rPHTMvdncKi.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.733386:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aAjXuESR1mngBznsERq6dMOQO39gwlyXd0ls7cAY0BFYTY6uFP4PTm.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.747196:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10a9qnwZpafyfDz0ZzkWHlWye6oICFzlQsGpuiVj0dcnmvuoo7ihZEHK.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.762859:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10asyYgAib81yO8rAQJdoB3ne8NQk77GIlwfo1U8E1GJi7xnqDQadkIO.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.779124:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10adA9GHS6Wi4G4o1j7g9ImNuE40PC34dLSpDQ5XyL2xhcvOeEPgCxqG.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.796723:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10amvXIBoQy1bu69mLizf8BbeWIzChbRSzDBAUMBWwLdIzcvIV51OO9e.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.815920:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aHZjssYVhrF9qjRRSoCDk5u1CDtViu7VkUjKSRODhKQGRS1wyI1pyK.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.840235:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10ansBz5WXVaXeuit6kMZkBYyhg0fEujJhBhgx7W7korEGRjRsuN6mVy.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.861501:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aHD6hQn7LaYwenagGkxEpfu2Q30YV7tbzgiA623zxXQm7TMKHur6mm.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.877962:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10a9HwVbzbiqjwLySKL9i9wze5AILeQ2ZI3ASxYEcjgP1GKuLDEwkCWW.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.891206:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aHcJuziSvCtGTy5h1LtanlyYkdrgfRuhJaCrmAY5LJg1QvtzY0CBzW.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.902795:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10a4FyynMKVmZz1dpPafWEPvOiMhQXx5cTgoyjWgr6G8zPUp6nCTSXYm.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.913930:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aG6yn8kQvy4hbJBbEF8yluyJgQgChMzVyOBE3wv41zdufwjpnp0zDy.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.924651:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10a4ZvX6oopji3pN0YpO851yOZgO4ykmcFxgKfOnY9i4cIOy5Gev3F8y.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.935466:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aSAM09NdjSLlqOqVNTaEIqOOzqaAbfyq8Wa4ASGhLMBrBIj7PFdM3m.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.946141:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aGUmjWnfmMvQFnjJUHXeK3OsswZfVelj0IhoJv5TcNBhzzIIy0X7y6.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.956730:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aCzuuyQ4ezUesbK4XhxQYQyyLk4XE7sRu3e7zJGproYXHLNwlNP3KK.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.967155:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10a9E6PPQXLBSGya2ASOxfDfuKxCV72M8Dqw56uD7B29V6eS348U6FoC.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.978387:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10at13BLCOnbHvd2vYTUXHzpuko1CJ9tXKlrfpHg1E9NuxSqJVxdYC9a.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175706.989258:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10az7Jz0GzGg2PCIfVMX9ZUZuVc3nxTstXtMUqX7LYIgjukvRRaajmuq.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175707.000140:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aZKCzV16e7WcHzfScan2trOGQVUvIfkvc4ThOzv2Czkir9oxJq3pdW.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
sImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
IsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175707.000140:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aZKCzV16e7WcHzfScan2trOGQVUvIfkvc4ThOzv2Czkir9oxJq3pdW.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175707.011106:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aehZwvh40V7bezjoiTR2OXO5TYgSt6bRqAeHYstUnJ3ElPoNMmaJqa.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175707.021567:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10axGCR6jhV1eryCFz1umAeTetarbmH4teqmDdwqyUVfcmBz2PTpcVYO.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175707.032439:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aJAFqj3z9zNbBsCSzEOTKgucIUV5bw0uA6VsoGNseWRSNveR3QkluO.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175707.043620:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10acbWIF2XpSn1IzMHjzNZr7e3pBCG9G2rprZLzsQY9fWaXz0h9NDQ3G.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175707.053691:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aCz7lzR080LWQMcNefYvVguwDYJ9npEr1r0y0uMInTLYBcMyocuQ3a.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175707.063934:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10afrEourgq2FySMS66FpiPvubBtZjnPC8KmcVxVJqaa2HzuzlgyOiWG.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175707.074571:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aZeQEnJ4Lv8CSdUzqkxxZNOlhPqKNzKzIuJ3HOlyrwgPxQPvJKFYdO.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175707.085045:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aJiISsvRdTiMwWeNPA0WyAeSQPddqxL3oSvnv11nMx6hODLy5vLkhW.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175707.095982:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aneScX2zCjDy62RgRMTY9negJRcV787RVE9h7byICIRqaa7Zo9E2tq.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175707.107467:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10ayTTI93lpxIMisUOzSx33ye8RhcLvbaNBTz4Q7syUlYrLvfMDct6fK.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175707.119755:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aCB8YPAnYTrDbzHNPzPzLbunsKigTyinnYRBbANL5b3ZypMmzQU2r2.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175707.131666:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aOVlL3n3rqOvPz8ZtYWiFdybRfNlt2zdp8ans41D4DiVtoJ8DzZyPG.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175707.143772:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10a6OI3orinACclQ0nJMNWU0uzCQeGj6PXRWcZzUyt3A4pfOZp3w3Pfi.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175707.155528:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10a4JE2t8BhBwQtyHyO42yWSycMs3WMuCyoRgmlZtpkKNh629RCND1H2.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175707.166418:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10abAE99MnNKylpyZl5vV3i3eZUwysXurJtiohASlqOuwgUomXOxsXZu.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175707.178012:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10arOrDnF06boS8gFy0ZFbrOeZifWsHK2bfCmK6nrwGHaBSN4a65ht5i.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175707.189573:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10azJkhr3yGyaNjbz3Tvg7zMyv5pkIJy0Z4wL8mNLpCaBn4g0dB7yDLy.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175707.201145:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10a67oiyoNZwR2wvvYz4N1Pxyiddpic0G7icqp6qJlxkIbz4gtuMaInC.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175707.211623:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aXNZhoyDagGNdtUKzNa3FYOzJqkXrjPEG1B9jcccn2biyihgQqFNO2.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175707.222988:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aldxUMPbWeb8mTDJcjZaNQuxmaPub05RpCf6eu0iBLKd7C4CfpHzgK.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175707.241703:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10arV82Ob9T2KMI13MvzpcqLuyith2kFYmkPStc6yPD3AFvAToNuvxUm.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175707.255612:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aSGnWqLesybIiDZbhB9WuJupzrdEvFgAvNRushRtyNdKbv1Gwv2nUe.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175707.268410:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aryk6ZWzDB4GO9ypJdgc5KuQH3WzUAtbyJU4Tj1DIT4sr2KAcDYD4S.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175707.279975:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aiZyAHzQhb7Yay0ia3DBk1yQrhCbnfwFRTPlIMFWFyPKszAqQEuAM6.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175707.291877:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10a8p4RXf5MC1FM9bmh86j61us3RZ5izFzKQe0ysZWrKi4WEiCDZynba.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175707.303578:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aHZjssYVhrF9qjRRSoCDk5u1CDtViu7VkUjKSRODhKQGRS1wyI1pyK.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175707.315022:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aHZjssYVhrF9qjRRSoCDk5u1CDtViu7VkUjKSRODhKQGRS1wyI1pyK.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175707.326622:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10aHZjssYVhrF9qjRRSoCDk5u1CDtViu7VkUjKSRODhKQGRS1wyI1pyK.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175707.338438:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10ansBz5WXVaXeuit6kMZkBYyhg0fEujJhBhgx7W7korEGRjRsuN6mVy.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175707.349780:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10ansBz5WXVaXeuit6kMZkBYyhg0fEujJhBhgx7W7korEGRjRsuN6mVy.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175707.360890:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> Could not load image > /rest/images/6616b3d235c8a100d739b5d5/a2aa10ansBz5WXVaXeuit6kMZkBYyhg0fEujJhBhgx7W7korEGRjRsuN6mVy.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlIjoidXNlciIsImlzcyI6Ik1BVEMiLCJpZCI6IjY1ZmM5MjQ1N2Q1YjlkMTQ1NDk3OGU0ZCIsImV4cCI6MTcxMjg0Nzg4NiwiZW1haWwiOiJhLXJvemVrQG1haWwuZGUifQ.wHbtSVlMhzA58CliN-POn3Xw803leUWwFx8CPGGW4KE", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175707.364396:INFO:CONSOLE(1)] "ZipService.writeZipToBlob >> exit", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175707.381411:INFO:CONSOLE(1)] "[object Blob]", source: http://localhost:8082/js/733.29d8de13.js (1)
[87281:259:0411/175707.381728:INFO:CONSOLE(1)] "ExportZip.downloadZip >> exit", source: http://localhost:8082/js/app.fd73ce45.js (1)
2024-04-11 17:57:08.273 nwjs[87281:79466927] +[CATransaction synchronize] called within transaction
[87281:39683:0411/175711.527297:WARNING:quarantine_mac.mm(71)] MDItemCreate failed for path /Users/andreas/Downloads/Dialogs.zip
[87281:259:0411/175723.011422:INFO:CONSOLE(1)] "ModelService.copyApp >> enter [object Object]", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175723.081072:INFO:CONSOLE(1)] "Uncaught (in promise) Error: Could not post", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175726.703545:INFO:CONSOLE(1)] "Canvas.onScreenDndClick >> entry > s11292_19988", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175726.703627:INFO:CONSOLE(1)] "Canvas.setSelectedScreens >> s11292_19988 false", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175726.706681:INFO:CONSOLE(1)] "Canvas.renderScreenSelection >> enter > ", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175728.280857:INFO:CONSOLE(1)] "BaseController.addCommand >> cut off future! > stack: 31 > pos29 > 2", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175731.076867:INFO:CONSOLE(1)] "UserService.isValidUser >> Error > Token has timed out", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175731.146613:INFO:CONSOLE(1)] "UserService.getToken >> Error > Token has timed out", source: http://localhost:8082/js/app.fd73ce45.js (1)
[87281:259:0411/175731.981549:INFO:CONSOLE(1)] "UserService.isValidUser >> Error > Token has timed out", source: http://localhost:8082/js/app.fd73ce45.js (1)
rozek commented 5 months ago

Personally, I think I'll have to give up evaluating QuantUX, as it (despite being an impressive piece of software) simply stops working to often - and I always have the fear of loosing the work I've done so far...

KlausSchaefers commented 5 months ago

Hi,

I am running basically the same setup for years and have nether experienced such errors.

Can you share the system specs? Are you processing a lot of images (uploads)?

Andreas Rozek @.***> schrieb am Do., 11. Apr. 2024, 17:07:

Personally, I think I'll have to give up evaluating QuantUX, as it (despite being an impressive piece of software) simply stops working to often - and I always have the fear of loosing the work I've done so far...

— Reply to this email directly, view it on GitHub https://github.com/KlausSchaefers/quant-ux/issues/286#issuecomment-2050038417, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABWHOQGEFG3IPIIMSDGK6EDY42YK3AVCNFSM6AAAAABFU7MTZ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANJQGAZTQNBRG4 . You are receiving this because you commented.Message ID: @.***>

rozek commented 5 months ago

The basic specs of my system are:

I'm using two browser sessions:

The template already contains around 140 PNG icons (24x24) plus two PNGs for app backgrounds - nothing special.

Until now, "App"s are built of up to 2 screens with 768x1024px (plus the template screen - because it is impossible to copy a widget from one browser session to the other). Again, nothing special - real apps are usually much larger.

Since I normally have to stop and start the Docker container several times in order to get access to Quant-UX again, I assume some kind of nasty race condition between the three components (unfortunately, that would be the most ugly situation one can think of)

KlausSchaefers commented 5 months ago

Hi.

All of the server frameworks are using event loops and are thus more or less single threaded. Also JS is single threaded, so would outline some race conditions.

Still a very strange behaviour. This happens when you export as zip files?

The errors indicate that the images could not be loaded. Did they show up in the canvas?

Andreas Rozek @.***> schrieb am Fr., 12. Apr. 2024, 03:22:

The basic specs of my system are:

  • Apple Mac mini M1 with 16GB RAM running macOS Ventura 13.6.1
  • Docker Desktop 4.25.1 with Engine 24.0.6
  • running Quant-UX in a container as described on your GitHub page

I'm using two browser sessions:

  • a first one for a (growing) set of templates
  • a second one for the actual design

The template already contains around 140 PNG icons (24x24) plus two PNGs for app backgrounds - nothing special.

Until now, "App"s are built of up to 2 screens with 768x1024px (plus the template screen - because it is impossible to copy a widget from one browser session to the other). Again, nothing special - real apps are usually much larger.

Since I normally have to stop and start the Docker container several times in order to get access to Quant-UX again, I assume some kind of nasty race condition between the three components (unfortunately, that would be the most ugly situation one can think of)

— Reply to this email directly, view it on GitHub https://github.com/KlausSchaefers/quant-ux/issues/286#issuecomment-2050849368, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABWHOQGCCS5IKXBOYIXXSZ3Y45AN5AVCNFSM6AAAAABFU7MTZ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANJQHA2DSMZWHA . You are receiving this because you commented.Message ID: @.***>

rozek commented 5 months ago

as far as I remember, the problem occurred when I tried to "Save As..." a project under a different name.

And, yes, all icons did show up, although it took many seconds until all of them did. "Importing" my "Templates" project also took surprisingly long (perhaps as long as the icons needed to show up)