android - volley error No authentication challenges found

后端 未结 5 1907
遇见更好的自我
遇见更好的自我 2020-12-16 17:41

I am trying to work with some legacy code and have come up against an issue when using volley.

I am trying to get to an api that our main site has and it works fine

5条回答
  •  青春惊慌失措
    2020-12-16 18:32

    If Server crashed, you may face this problem. Steps:

    1. Stop the tomcat server

    2. goto Run -> Services -> restart your database (ex: postgres)

    3. Start the tomcat server.

提交回复
热议问题