Hello users,
We do apologize for some of our latency issues on Friday evening. We've optimized several queries and they seem to have stabilized the site.
Our developers are continuing to work on API-related issues and we are continuing to ticket your bugs on the frontend.
We've deployed the mirrors xml path
Most favorites have been deployed. However, if you are missing yours, please PM me and we will try to restore them.
We will keep you posted as more fixes go out. Thank you for your patience.
v3 UPDATE 11/17/19 9 am PST
Forum rules
This forum is now read-only. Support for TheTVDB.com is now available at https://support.thetvdb.com/
This forum is now read-only. Support for TheTVDB.com is now available at https://support.thetvdb.com/
-
- Posts: 22
- Joined: Mon Oct 08, 2018 1:23 am
Thank you for the update.
Is there any update on why the /series/{id} endpoint has gone down on all API versions over the last 24-48 hrs?
Thank you.
Is there any update on why the /series/{id} endpoint has gone down on all API versions over the last 24-48 hrs?
Thank you.
Does v1 no longer work/will it be restored? I'm getting errors on the mirror XML path you mentioned: viewtopic.php?p=163305#p163305
-
- Posts: 93
- Joined: Sat May 03, 2014 5:14 pm
Can you elaborate as I have a program that uses /mirrors.xml and is working again.nitemare0 wrote: ↑Sun Nov 17, 2019 6:49 pmDoes v1 no longer work/will it be restored? I'm getting errors on the mirror XML path you mentioned: viewtopic.php?p=163305#p163305
ah, ok i tested further, and mirrors.xml is working again, i had to update the php library to use https:// addresses, to avoid 301 errors.Happy2Play wrote: ↑Sun Nov 17, 2019 7:16 pmCan you elaborate as I have a program that uses /mirrors.xml and is working again.nitemare0 wrote: ↑Sun Nov 17, 2019 6:49 pmDoes v1 no longer work/will it be restored? I'm getting errors on the mirror XML path you mentioned: viewtopic.php?p=163305#p163305
however, i'm now stuck on the below errors:
Code: Select all
CurlException: Cannot fetch https://thetvdb.com/api/***********/series/279121/default/1/1/en.xml, 403
Code: Select all
Fatal error: Uncaught Moinax\TvDb\CurlException: Cannot fetch https://thetvdb.com/api/Updates.php?type=none, 403
Code: Select all
{"message":"Missing Authentication Token"}
-
- Posts: 27
- Joined: Wed Mar 11, 2015 9:47 am
I'm wondering on that as well... I wrapped that endpoint call in a try-catch in the meanwhile, so that at least my import continues to work for the episodes...lorkadiscovery wrote: ↑Sun Nov 17, 2019 8:59 amThank you for the update.
Is there any update on why the /series/{id} endpoint has gone down on all API versions over the last 24-48 hrs?
Thank you.
I'm having this problem as well. Anyone know what to do about it other than just wait patiently?