exilence-next icon indicating copy to clipboard operation
exilence-next copied to clipboard

Unable to add as authorised app on POE official site

Open darkduty opened this issue 4 years ago • 16 comments

Describe the bug When trying to authorise the app, it wont go past the page and thus exilence next is stuck on the login screen.

To Reproduce Steps to reproduce the behavior:

  1. open exilence next
  2. try login after selecting PC for the platform
  3. follow link to authorisation page
  4. click on authorise
  5. nothing happens

Expected behavior should authorise and let me log in

Version 1.1.7

darkduty avatar Feb 17 '22 03:02 darkduty

@darkduty If this is a fresh install then you may want to restart the PC so system can create exilence:// protocol

Let me know if that won't help; we have a manual setup of protocols as a last resort.

sbsrnt avatar Feb 20 '22 02:02 sbsrnt

it wasn't a fresh install but i also tried uninstalling and reinstalling and also tried restarting but no luck. The manual setup would be much appreciated if you could provide it to me. Thanks.

darkduty avatar Feb 20 '22 07:02 darkduty

I have the same issue, the registering of the protocol is not an issue. If I close the app before clicking authorize it opens the app properly. On pathofexile.com no authorization was added to the allowed list of apps. It looks like the app itself doesn't properly handle the redirect.

greaka avatar Feb 20 '22 12:02 greaka

I have the same issue, and when I run exilence-next from the cli I get this error on startup:

Error: Error: Cannot find latest-linux.yml in the latest release artifacts (https://github.com/viktorgullmark/exilence-next/releases/download/v1.1.8/latest-linux.yml): HttpError: 404

beaverusiv avatar Mar 03 '22 03:03 beaverusiv

also run into this issue today

SomaSatoBLM avatar May 27 '22 08:05 SomaSatoBLM

Get the Same Error:

Error: Error: Cannot find latest-linux.yml in the latest release artifacts (https://github.com/viktorgullmark/exilence-next/releases/download/v1.1.8/latest-linux.yml): HttpError: 404 "method: GET url: https://github.com/viktorgullmark/exilence-next/releases/download/v1.1.8/latest-linux.yml\n\nPlease double check that your authentication token is correct. Due to security reasons actual status maybe not reported, but 404.\n"

flexusjan avatar May 29 '22 01:05 flexusjan

This is happening to me too, any fix?

IcyLemonades avatar Jun 05 '22 00:06 IcyLemonades

This is happening to me too, any fix?

I had to install windows, get logged into the app then copy the app data folder over the folder in I think .local then it worked no problem

SomaSatoBLM avatar Jun 05 '22 05:06 SomaSatoBLM

For me it worked after installing chromium and trying there.

greaka avatar Jun 05 '22 11:06 greaka

Tried on base chromium with no luck and I normally use a chromium derivative called “vivaldi”

SomaSatoBLM avatar Jun 05 '22 11:06 SomaSatoBLM

This is happening to me too, any fix?

I had to install windows, get logged into the app then copy the app data folder over the folder in I think .local then it worked no problem

Sorry can you provide a bit clearer details and steps to fix this? I will try it and see if it works.

darkduty avatar Jun 07 '22 00:06 darkduty

step one install windows on a device step two install exilence using the exe file step three login to exilence like normal step four close exilence step five Press the Windows logo Key + R to launch the Run dialog box · Once the box opens, type %APPDATA% and press “Enter” step six locate exilence-next-app folder step seven copy folder to usb flash drive step eight log into linux step nine go to ~/.config/ in ur file explorer step ten delete existing exilence-next-app folder (this assumes you managed to install it and get it to launch but not able to get it authorised step eleven copy exilence-next-app folder from your flash drive to ~/.config/ step twelve open it and you will be able to use it since you used the authetication files for exilence from windows which are the same

SomaSatoBLM avatar Jun 07 '22 06:06 SomaSatoBLM

This is happening to me too, any fix?

I had to install windows, get logged into the app then copy the app data folder over the folder in I think .local then it worked no problem

Sorry can you provide a bit clearer details and steps to fix this? I will try it and see if it works.

thats about as clear as i can get... i tried this inbetween reinstalling linux on my computer took like 20 minutes to make the incursion into windows to do this...

SomaSatoBLM avatar Jun 07 '22 06:06 SomaSatoBLM

I have windows already and still cannot get it to work

On Tuesday, June 7, 2022, stephenseiber @.***> wrote:

This is happening to me too, any fix?

I had to install windows, get logged into the app then copy the app data folder over the folder in I think .local then it worked no problem

Sorry can you provide a bit clearer details and steps to fix this? I will try it and see if it works.

thats about as clear as i can get... i tried this inbetween reinstalling linux on my computer took like 20 minutes to make the incursion into windows to do this...

— Reply to this email directly, view it on GitHub https://github.com/viktorgullmark/exilence-next/issues/809#issuecomment-1148256120, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZPQ6P3OTCHNQLYXQDYXGKTVN3U6PANCNFSM5OTPUTVA . You are receiving this because you commented.Message ID: @.***>

IcyLemonades avatar Jun 07 '22 06:06 IcyLemonades

I have windows already and still cannot get it to work On Tuesday, June 7, 2022, stephenseiber @.> wrote: This is happening to me too, any fix? I had to install windows, get logged into the app then copy the app data folder over the folder in I think .local then it worked no problem Sorry can you provide a bit clearer details and steps to fix this? I will try it and see if it works. thats about as clear as i can get... i tried this inbetween reinstalling linux on my computer took like 20 minutes to make the incursion into windows to do this... — Reply to this email directly, view it on GitHub <#809 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZPQ6P3OTCHNQLYXQDYXGKTVN3U6PANCNFSM5OTPUTVA . You are receiving this because you commented.Message ID: @.>

you missed the instructions i provided... i listed them in the message right above the one you responded to

SomaSatoBLM avatar Jun 07 '22 11:06 SomaSatoBLM

Was able to authorize on Linux by following the instructions in the README with the following entry, using chromium:

[Desktop Entry]
Name=Exilence Next
Exec=/usr/bin/exilence-next %u
Terminal=false
Type=Application
MimeType=x-scheme-handler/exilence;

Note, in the README it says to use

Exec=<ABSOLUTE PATH TO ExilenceNext>/ExilenceNextApp/dist/appimage %u

However I needed to get rid of /ExilenceNextApp/dist/appimage. I installed via the AUR and which exilence-next yielded /usr/bin/exilence-next.

neeerp avatar Jul 07 '22 01:07 neeerp