Skip to content
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

Image & Video errors #84

Open
arwaawan3 opened this issue May 19, 2021 · 0 comments · May be fixed by #85
Open

Image & Video errors #84

arwaawan3 opened this issue May 19, 2021 · 0 comments · May be fixed by #85
Assignees

Comments

@arwaawan3
Copy link

arwaawan3 commented May 19, 2021

1. Image Error:
"message": "Trying to get property 'url' of non-object",
"exception": "ErrorException",
"file": "/demo/vendor/tipoff/escape-room/src/Models/EscaperoomTheme.php",
"line": 126,

EscaperoomTheme.php:
public function getIconUrlAttribute()
{
return $this->icon->url;
}

2. Video Error

"message": "Trying to get property 'source' of non-object",
"exception": "ErrorException",
"file": "/Applications/MAMP/htdocs/tipoff-repos/demo/vendor/tipoff/escape-room/src/Models/EscaperoomTheme.php",
"line": 131,

@arwaawan3 arwaawan3 changed the title Image URL error Image & Video errors May 20, 2021
@arwaawan3 arwaawan3 self-assigned this May 20, 2021
@arwaawan3 arwaawan3 linked a pull request May 20, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant