java.lang.IllegalArgumentException: Illegal URL with retrofit

后端 未结 3 494
梦毁少年i
梦毁少年i 2020-12-21 00:19

i\'m trying to call an api in my application i\'ve the following url template

test-test.domainname.com/feeds/json/v3/attribute/attribute

3条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-21 01:01

    In my case, my base url contained space character. (eg. http://myapiname.azure webservices.net )

    I fixed this Error by removing space in my base URL.

    Illegal URL Exception in retrofit is triggered when your passed url is not really existed or not fix with url standard.

提交回复
热议问题