-
Notifications
You must be signed in to change notification settings - Fork 595
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
Can't access PonyGateway lobby: tornado.access:404 #190
Comments
+1 |
+1 |
+1 :( |
+1 |
+1 also using el Capitan |
+1 also el capitan |
+1 also using El Capitan and try to access other endpoint directly like
|
i was able to make the service find the correct directory for the web files. i started with changing:
this line: https://github.com/square/PonyDebugger/blob/master/ponyd/gateway.py#L218 should be
at this point, both my app with the debugger lib in and chrome were able to connect to the ponyd service. the coredata model browsing feature, which is what i was after with all of this, does not appear to work though 😢 . i can double click the indexeddb, see the model names, but i can't do anything past that. |
+1 also capitan OS |
same here on osx 10.11.4 |
same from 10.11.5 |
For anyone still having this problem, I was able to solve it by copying the contents of the "web" folder (https://github.com/square/PonyDebugger/tree/master/ponyd/web) to /usr/local/lib/python2.7/site-packages/ponyd-1.0-py2.7.egg/ponyd/web. This problem happens because ponyd can't find the static files. Hope it helps anyone. |
Thanks for your comments. I have created a workaround. It worked for me on El Capitan and python2.7 |
👍 |
@luccascorrea ...your solution worked for me ....thanks |
After encountering and working around #189 I ran into the following:
The webserver seems to be up, while the PonyGateway lobby is not being served.
http://localhost:9000/
only gets me404: Not Found
The text was updated successfully, but these errors were encountered: