CodingAleCR / http_interceptor

A lightweight, simple plugin that allows you to intercept request and response objects and modify them if desired.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Retry policy may got NoSuchMethodError issue

choi-seung-min opened this issue · comments

I was trying to get 401 from server(i got no token when i requested). But the application did not went i expected. It passed all exception handlers i used so i checked the log and it says "type NoSuchMethodError is not type of Exception". After debugging, i noticed that retry policy is causing this issue. So now i temporarily removed retry policy with that api request. I was using firebase authentication social for login. So i request firebase auth in retry.

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.87. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

Sorry, it was firebase problem. I checked all works fine with interceptor.

I'm glad to hear everything is working fine now. Let me know if there is anything I can help you with. Cheers!