-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Axios unexpected End of File when accessing https://mas.to #1515
Comments
Weird...... |
May have to do with the URL validation? Mas.to is a pretty odd URL with the ending and overall shortness. Just my initial two cents. |
I got it. The cause is : axios/axios#5346 |
h3poteto
added a commit
that referenced
this issue
Dec 29, 2022
h3poteto
added a commit
that referenced
this issue
Dec 29, 2022
h3poteto
added a commit
that referenced
this issue
Dec 29, 2022
h3poteto
added a commit
that referenced
this issue
Dec 29, 2022
refs #1515 Add encoding header to avoid the axios issue
That fix worked, thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey team,
Whenever I try to access https://mas.to via
getInstance()
orregisterApp()
I receive the following error:Any idea why? I've tested https://mastodon.social and https://botsin.space with no problems. When I go to that endpoint directly, there seems to be a correct output.
The text was updated successfully, but these errors were encountered: