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
{{ message }}
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
I update xcode 10 and recompile carthage packages use Swift 4.2. After recompile any problem in Just.get when I use args params:
Ex:
let params: [String: String] = [
'session_key': Session.key!
]
Just.get(url, params: params) { response in
request always invalid session_key to server. Then I look access.log, I found query string use Optional
ex: ?session_key=Optional%28%2276jqfaeq94ar02boscaie91idbq6e0hz%22%29
The text was updated successfully, but these errors were encountered:
I update xcode 10 and recompile carthage packages use Swift 4.2. After recompile any problem in Just.get when I use args
params
:Ex:
request always invalid session_key to server. Then I look access.log, I found query string use
Optional
ex:
?session_key=Optional%28%2276jqfaeq94ar02boscaie91idbq6e0hz%22%29
The text was updated successfully, but these errors were encountered: