GithubHelp home page GithubHelp logo

Comments (9)

MattDemers avatar MattDemers commented on September 9, 2024 1

@MrOnak Not the dev, but curious about getting this working.

Is the keyboard shortcut only one character? Which one did you use?

Which URL did you change? The one leading to the page that has the "Authorize" and "No, thanks" buttons? Or the one after clicking "Authorize"?

Edit: I got it working

Clicked the authorize button, got a 404 page with the URL http://xxx.xxx.x.xxx/i/?c=pocketButton&a=authorize, then changed it to http://xxx.xxx.x.xxx:9009/i/?c=pocketButton&a=authorize and I got an "authorization successful!" message.

from freshrss-pocket-button.

 avatar commented on September 9, 2024 1

@MattDemers

I don't know how flexible the keyboard shortcut can be, I don't use them. But I've set it to lower-case p and the extension is satisfied.
Glad you got the redirect URL to work :)

from freshrss-pocket-button.

 avatar commented on September 9, 2024

Turns out I was facing two issues: The extension doesn't seem to work unless the keyboard shortcut is configured.
I added the keyboard shortcut in the extension config, then went through the hacky authorization process described in the OP and now I can add items to my pocket.

Note that the issue with the port still persists and maybe can be fixed

from freshrss-pocket-button.

christian-putzke avatar christian-putzke commented on September 9, 2024

I'll have a look on the redirection issues and try to fix it for the next release in a few days.

Turns out I was facing two issues: The extension doesn't seem to work unless the keyboard shortcut is configured.

What exactly was not working when you didn't had a keyboard shortcut defined? It should work when you press on the Pocket Button with your mouse at least. Would you expect a default keyboard shortcut to exist?

from freshrss-pocket-button.

christian-putzke avatar christian-putzke commented on September 9, 2024

I've setup a docker container and tested the Pocket authorization process with port 8080 and also 9009. It worked just fine for me and forwarded the port properly during the authorization redirect.

Did you maybe add the port later to the freshRSS installation?
How does the URL to pocket look like? For me it looked like this:
https://getpocket.com/auth/authorize?request_token=XXXredirect_uri=http://localhost:9009/i/?c=pocketButton%26amp;a=authorize

The extension also works fine without a keyboard shortcut being setup. You just need to press the pocket button on a feed entry for it to work. Verified this while testing the port forwarding in the docker container.

from freshrss-pocket-button.

 avatar commented on September 9, 2024

Okay, interesting. Not quite sure what you mean regarding the ports though. My docker compose file forwards the container port 80 to 44185. That was never changed as far as I can tell.

The URL to looks like this (copied from the browser URL bar):
https://getpocket.com/auth/authorize?request_token=REDACTED&redirect_uri=http://brian.local/i/?c=pocketButton%26amp;a=authorize

If I change it to add the port, then it works
https://getpocket.com/auth/authorize?request_token=REDACTED&redirect_uri=http://brian.local:44185/i/?c=pocketButton%26amp;a=authorize

from freshrss-pocket-button.

christian-putzke avatar christian-putzke commented on September 9, 2024

Docker is new to me to be honest and I'm not sure if I did everything right and in the same way than you.

I followed the FreshRSS quick run guide (https://github.com/FreshRSS/FreshRSS/tree/edge/Docker#quick-run) and used -p 8080:80 and -p 9009:80 in the docker run command.

I used the URL http://localhost:9009 to access the installation in my browser and tested the Pocket authorization process there. That worked fine for me.

Can you maybe write me a quick guide how I can reproduce the issue? That'd be awesome!

from freshrss-pocket-button.

 avatar commented on September 9, 2024

Well I don't know about a guide -- I'm also far from being very knowledgeable regarding docker. But below is my docker-compose file that I'm using to set up the container.

version: "2.1"
services:
  freshrss:
    image: lscr.io/linuxserver/freshrss:latest
    container_name: freshrss
    hostname: freshrss
    networks:
    - selfhosted
    ports:
      - 44185:80
    environment:
      - PUID=1002
      - PGID=100
      - TZ=Europe/Berlin
    labels:
      - com.centurylinklabs.watchtower.monitor-only=true
      - homepage.name=RSS reader
      - homepage.description=freshRSS newsfeed aggregator
      - homepage.group=externals
      - homepage.icon=freshrss.png
      - homepage.href=http://brian.local:44185
    volumes:
      - /mnt/docker/volumes/freshrss/data:/config
    restart: unless-stopped
networks:
  selfhosted:
    external: true

You can ignore all labels, they're just there to integrate with my watchtower container for automatic detection of updates and another homepage container that I use as dashboard. My network settings need improvement but it works for now.

I'm not mapping the HTTPS port since I'm still running in a HTTP-only environment that's LAN-only and not connected to the internet.

PUID/PGID are the user/group id of the host-side user/group that I want the container /config files to be. You probably have to adjust this for your setting, or just leave them out.

One thing that seems odd about your last post: you're mapping the container port 80 twice, once to 8080 and once to 9009. Was that a typo or is it on purpose? I'm not sure how that would affect the pocket redirect UR either way, just something I noticed.

from freshrss-pocket-button.

christian-putzke avatar christian-putzke commented on September 9, 2024

Does this issue still happen with v0.4?
I was unfortunately not able to reproduce it so I don't know if it is fixed or not.

from freshrss-pocket-button.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.