Unable to add as authorised app on POE official site
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:
- open exilence next
- try login after selecting PC for the platform
- follow link to authorisation page
- click on authorise
- nothing happens
Expected behavior should authorise and let me log in
Version 1.1.7
@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.
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.
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.
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
also run into this issue today
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"
This is happening to me too, any fix?
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
For me it worked after installing chromium and trying there.
Tried on base chromium with no luck and I normally use a chromium derivative called “vivaldi”
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.
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
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...
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: @.***>
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
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.