You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select*from celebrities where id in
(
select distinct SUBSTRING_INDEX(SUBSTRING_INDEX(SUBSTRING_INDEX(handler, '\n', 4), '\n', -1), '', -1) as celebrity_id
from delayed_jobs
where last_error like'{Sorry, that page%'
)
List One facebook error ( deleted )
select*from celebrities where id in
(
select distinct SUBSTRING_INDEX(SUBSTRING_INDEX(SUBSTRING_INDEX(handler, '\n', 4), '\n', -1), '', -1) as celebrity_id
from delayed_jobs
where last_error like'{399: unexpected token at%'
)
List user suspended
select*from celebrities where id in
(
select distinct SUBSTRING_INDEX(SUBSTRING_INDEX(SUBSTRING_INDEX(handler, '\n', 4), '\n', -1), '', -1) as celebrity_id
from delayed_jobs
where last_error like'{User has been suspended%'
)
````