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
I'm getting the same error here. I believe I fucked up the formatting of the token when I pasted it in. I do not understand Xcode enough to understand if I can edit the token at this point.
I have a feeling we're going to get redirected to #66
Had the app compiled and working fine, but last night, my .app refused to launch and when I try to run from Xcode, the build succeeds but then I get:
Thread 1: Fatal error: Unexpectedly found nil while unwrapping an Optional value
on
let url = URL(string: "https://api-quiz.hype.space/shows/now?type=hq&userId=\(credentials.username ?? "")")!
Any thoughts?
The text was updated successfully, but these errors were encountered: