DracoMilesX

Results 35 comments of DracoMilesX

Hey Bacon, Yup that has solved my issue indeed the redis connection refused error is gone. Thank you. Now it runs into a different issue but I will have to...

This is the full output from the logs that I get from docker. So kinda yes ``` master| master| > [email protected] dev master| > npm run build && npm run...

Was trying to get the bot up and running in docker myself and ran into the same issue. Setting permissions to '666' doesn't work, setting permissions to '777' did work....

Have you followed the protobuf wiki? https://github.com/maierfelix/POGOserver/wiki/Windows-Protobuf-How-To You don't have protobuf (correctly) installed which is why it gives this error

What happens if you use the master branch instead of v0.4.9?

Which Pogo version are you using?

I ment the app it might be that the latest version works with the connection different that the xposed app hasn't supported yet.

0.35 or 0.37 not certain which one of the two it was anymore.

It might be possible but doubt it. It's been a while this got updated so 0.35 or 0.37 are officially supported only.

You need to run `npm install` first some one forgot to add that part when modifying the readme. And none the least the Dockerfile is kinda outdated at this moment...