Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{"message":"Cannot read property 'replace' of undefined"} #28

Closed
nowkin opened this issue Feb 7, 2019 · 13 comments
Closed

{"message":"Cannot read property 'replace' of undefined"} #28

nowkin opened this issue Feb 7, 2019 · 13 comments

Comments

@nowkin
Copy link

nowkin commented Feb 7, 2019

hello,

only getting {"message":"Cannot read property 'replace' of undefined"} since a few days when trying to parse app infos with apps/appid

any ideas?

@nowkin
Copy link
Author

nowkin commented Feb 7, 2019

normal play parser is working fine. i get the problem only in the rest api

@facundoolano
Copy link
Owner

try with npm install to update the dependencies

@ZeeshanSultan
Copy link

Up to date. Still getting the same error
/api/apps works
/api/apps/appid fails with the above mentioned error

@ZeeshanSultan
Copy link

#30
Fixed

@srikanthlogic
Copy link
Contributor

Fixed in #35 Please update

@billsix123
Copy link

I had the same problem today, but I didn't change anything. It was normal yesterday

@hmzisb
Copy link

hmzisb commented Sep 17, 2021

Same problem. Was working fine in the morning. Updated everything, still issue is there.

@billsix123
Copy link

同样的问题。早上工作正常。更新了所有内容,问题仍然存在。

Have you solved this problem now?

@farzan3
Copy link

farzan3 commented Oct 1, 2021

i am getting same issue now any one know work around , thanks in advance

@srikanthlogic
Copy link
Contributor

Will be fixed with #61

@Frohlix
Copy link

Frohlix commented Nov 28, 2022

I'm also getting this with the current version

@inga-schetinina
Copy link

I'm getting same issue with the current version

@jaredsburrows
Copy link

Try updating the dependencies and install:

rm -f package-lock.json && \
npm update && \
npm outdated && \
npm audit fix --force && \
npm install

Start the server:

npm start

Test it out:

curl "localhost:3000/api/apps/burrows.apps.crypto"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants