Replit Bug TypeError: Cannot read properties of null (reading 'username')) #1144
mikeciyscratch
started this conversation in
General
Replies: 3 comments 2 replies
-
Having the same issue as you, using Repl.it as well. Did you find any solution for this problem? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I have the same error with a docker container |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Please describe the problem you are having in as much detail as possible:
Essentials
Additional system info
I get this error:
TypeError: Cannot read properties of null (reading 'username') at /home/runner/Discord-MusicBot/api/routes/data.js:9:21 at Layer.handle [as handle_request] (/home/runner/Discord-MusicBot/node_modules/express/lib/router/layer.js:95:5) at next (/home/runner/Discord-MusicBot/node_modules/express/lib/router/route.js:144:13) at Route.dispatch (/home/runner/Discord-MusicBot/node_modules/express/lib/router/route.js:114:3) at Layer.handle [as handle_request] (/home/runner/Discord-MusicBot/node_modules/express/lib/router/layer.js:95:5) at /home/runner/Discord-MusicBot/node_modules/express/lib/router/index.js:284:15 at Function.process_params (/home/runner/Discord-MusicBot/node_modules/express/lib/router/index.js:346:12) at next (/home/runner/Discord-MusicBot/node_modules/express/lib/router/index.js:280:10) at Function.handle (/home/runner/Discord-MusicBot/node_modules/express/lib/router/index.js:175:3) at router (/home/runner/Discord-MusicBot/node_modules/express/lib/router/index.js:47:12)
Relevant client options:
Beta Was this translation helpful? Give feedback.
All reactions