View Single Post
09/09/20, 08:25 AM   #12
bi0cable
Join Date: Jul 2020
Posts: 2
Question so whats wrong?

help me pls! i really don't understand, what am i doing wrong (sorry for my english =) )

so, i play on linux with steam (Proton 5.x.x.x)
Code:
ivan@legion AddOns]$ env
ESO_TOKEN=<so here's all right, like in my account>

[ivan@legion AddOns]$ pwd
/home/ivan/.steam/steam/steamapps/compatdata/306130/pfx/drive_c/users/steamuser/My Documents/Elder Scrolls Online/live/AddOns
[ivan@legion AddOns]$ ls -a
.                            HarvestMap                 LibCustomMenu    LibHarvensAddonSettings  LibSavedVars      VotansFishFillet
..                           ItemBrowser                LibCustomTitles  LibMainMenu-2.0          MapPins           VotansImprovedLocations
ActionDurationReminder       LibAddonMenu-2.0           LibDebugLogger   LibMapPing               PotionMaker       VotansImprovedProvisioner
AdvancedFilters              LibAlchemyStation          LibFeedback      LibMapPins-1.0           QuestMap          VotansMiniMap
arkadius-trade-tools-1.7.2   LibAsync                   LibFilters-3.0   LibMotifCategories       RaidNotifier
CustomCompassPins            LibChatMessage             LibGPS           LibNotification          SpentSkillPoints
HarvensImprovedSkillsWindow  libCommonInventoryFilters  LibGroupSocket   LibQuestData             VotansFisherman
[ivan@legion AddOns]$ curl -H "x-api-token: <ESO_TOKEN>" https://api.esoui.com/addons/list.json
{"ERROR":"No AddOns found."}[ivan@legion AddOns]$
so, what can be the problem here? i really don't understand. whenever i do API's - just load it in to ~/.bashrc and doing source ~/.bashrc - and that always work for me, but it doesn't work with ESO_TOKEN...
  Reply With Quote