EpicGames / EOS-Getting-Started

MIT License
110 stars 62 forks source link

Login Broken #11

Closed Rambos-Ride closed 2 years ago

Rambos-Ride commented 2 years ago

When I try to login I get an invalid request on #12 Achievements Sample. Using 1.14sdk source.

rajenki commented 2 years ago

Hi there. Could you please clarify what error message you're seeing? I've updated the samples to support SDK 1.15.2 today, so perhaps you can give it another go using the latest SDK.

If it still doesn't work, would you mind sharing the log entries indicating what the error is?

Thanks, Rajen

Rambos-Ride commented 2 years ago

Hello Rajen!

Thanks for contacting me. I can take a look at the new sample code was it the C# or C samples?

Dan

On Wed, Sep 14, 2022 at 6:10 PM Rajen Kishna @.***> wrote:

Hi there. Could you please clarify what error message you're seeing? I've updated the samples to support SDK 1.15.2 today, so perhaps you can give it another go using the latest SDK.

If it still doesn't work, would you mind sharing the log entries indicating what the error is?

Thanks, Rajen

— Reply to this email directly, view it on GitHub https://github.com/EpicGames/EOS-Getting-Started/issues/11#issuecomment-1247455618, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZYG3HMVJDVWTJ7B3BFBJ63V6JZQ5ANCNFSM6AAAAAAQJBD564 . You are receiving this because you authored the thread.Message ID: @.***>

Rambos-Ride commented 2 years ago

Rajen,

I got the updated samples from git and was able to easily get things working!

Thanks so much for stepping up and making that happen!

Dan

On Wed, Sep 14, 2022 at 6:10 PM Rajen Kishna @.***> wrote:

Hi there. Could you please clarify what error message you're seeing? I've updated the samples to support SDK 1.15.2 today, so perhaps you can give it another go using the latest SDK.

If it still doesn't work, would you mind sharing the log entries indicating what the error is?

Thanks, Rajen

— Reply to this email directly, view it on GitHub https://github.com/EpicGames/EOS-Getting-Started/issues/11#issuecomment-1247455618, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZYG3HMVJDVWTJ7B3BFBJ63V6JZQ5ANCNFSM6AAAAAAQJBD564 . You are receiving this because you authored the thread.Message ID: @.***>

rajenki commented 2 years ago

Hi Dan,

Awesome, that's great! The SDK itself has a lot of C samples, but the C# samples are limited, which is why I started this series to begin with. Glad it's all working for you now!

Rajen